mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
CTRL + Click on link in script:src or link:href can't find the file. Fixes #13688
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
"node": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-html-languageservice": "^1.0.0-next.5",
|
||||
"vscode-html-languageservice": "^1.0.0-next.6",
|
||||
"vscode-languageserver": "^2.6.0-next.3",
|
||||
"vscode-nls": "^1.0.4"
|
||||
"vscode-nls": "^1.0.4",
|
||||
"vscode-uri": "^1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:json-server",
|
||||
|
||||
Reference in New Issue
Block a user