-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt VS Code January release 0.10.8, implement SourceRequest
- Loading branch information
1 parent
938e7fb
commit a5e1455
Showing
5 changed files
with
87 additions
and
72 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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"engines": { | ||
"vscode": "^0.10.6", | ||
"vscode": "^0.10.8", | ||
"node": "^4.1.1" | ||
}, | ||
"icon": "images/logo.svg", | ||
|
@@ -34,14 +34,14 @@ | |
}, | ||
"dependencies": { | ||
"iconv-lite": "^0.4.13", | ||
"moment": "^2.10.6", | ||
"moment": "^2.11.2", | ||
"url-relative": "^1.0.0", | ||
"vscode-debugadapter": "^1.0.3", | ||
"vscode-debugprotocol": "^1.0.1", | ||
"xmldom": "^0.1.19" | ||
"vscode-debugadapter": "^1.5.0", | ||
"vscode-debugprotocol": "^1.5.0", | ||
"xmldom": "^0.1.22" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^1.6.2" | ||
"typescript": "^1.7.5" | ||
}, | ||
"scripts": { | ||
"compile": "tsc -p ./src", | ||
|
@@ -82,7 +82,7 @@ | |
}, | ||
"localSourceRoot": { | ||
"type": "string", | ||
"description": "The source root on this machine that is the equivalent to the serverSourceRoot on the server. May be relative to the project root." | ||
"description": "The source root on this machine that is the equivalent to the serverSourceRoot on the server." | ||
}, | ||
"cwd": { | ||
"type": "string", | ||
|
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