This repository has been archived by the owner on Jul 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from HvyIndustries/feature/improve-stability
Merge feature/improve stability into master
- Loading branch information
Showing
14 changed files
with
135 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "crane", | ||
"displayName": "Crane - PHP Intellisense", | ||
"displayName": "PHP Intellisense - Crane", | ||
"description": "PHP Intellisense/code-completion", | ||
"author": { | ||
"name": "Hvy Industries", | ||
"url": "https://hvy.io", | ||
"email": "[email protected]" | ||
}, | ||
"icon": "images/icon.png", | ||
"icon": "images/php-256.png", | ||
"license": "MIT", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"publisher": "HvyIndustries", | ||
"engines": { | ||
"vscode": "^0.10.x" | ||
|
@@ -28,6 +28,11 @@ | |
], | ||
"keywords": [ | ||
"php", | ||
"php5", | ||
"php7", | ||
"crane", | ||
"hvy", | ||
"productivity", | ||
"code-completion", | ||
"intellisense" | ||
], | ||
|
@@ -113,7 +118,7 @@ | |
"dependencies": { | ||
"fstream": "^1.0.9", | ||
"mkdirp": "^0.5.1", | ||
"php-parser": "HvyIndustries/php-parser#faa51b7", | ||
"php-parser": "HvyIndustries/php-parser#8820998", | ||
"rimraf": "^2.5.2", | ||
"unzip": "^0.1.11", | ||
"vscode-languageclient": "^1.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters