mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Add link provider for jsconfig and tsconfig files
Fixes #16905 Fixes #54215
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"Programming Languages"
|
||||
],
|
||||
"dependencies": {
|
||||
"jsonc-parser": "^2.0.1",
|
||||
"semver": "4.3.6",
|
||||
"vscode-extension-telemetry": "0.0.17",
|
||||
"vscode-nls": "^3.2.4"
|
||||
@@ -40,7 +41,11 @@
|
||||
"onCommand:javascript.goToProjectConfig",
|
||||
"onCommand:typescript.goToProjectConfig",
|
||||
"onCommand:typescript.openTsServerLog",
|
||||
"onCommand:workbench.action.tasks.runTask"
|
||||
"onCommand:workbench.action.tasks.runTask",
|
||||
"workspaceContains:**/tsconfig.json",
|
||||
"workspaceContains:**/jsconfig.json",
|
||||
"workspaceContains:**/tsconfig.*.json",
|
||||
"workspaceContains:**/jsconfig.*.json"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"contributes": {
|
||||
@@ -676,4 +681,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user