mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
@@ -1606,23 +1606,8 @@
|
||||
"editor/context": [
|
||||
{
|
||||
"command": "typescript.goToSourceDefinition",
|
||||
"when": "tsSupportsSourceDefinition && resourceLangId == typescript",
|
||||
"group": "navigation@9"
|
||||
},
|
||||
{
|
||||
"command": "typescript.goToSourceDefinition",
|
||||
"when": "tsSupportsSourceDefinition && resourceLangId == typescriptreact",
|
||||
"group": "navigation@9"
|
||||
},
|
||||
{
|
||||
"command": "typescript.goToSourceDefinition",
|
||||
"when": "tsSupportsSourceDefinition && resourceLangId == javascript",
|
||||
"group": "navigation@9"
|
||||
},
|
||||
{
|
||||
"command": "typescript.goToSourceDefinition",
|
||||
"when": "tsSupportsSourceDefinition && resourceLangId == javascriptreact",
|
||||
"group": "navigation@9"
|
||||
"when": "tsSupportsSourceDefinition && (resourceLangId == typescript || resourceLangId == typescriptreact || resourceLangId == javascript || resourceLangId == javascriptreact)",
|
||||
"group": "navigation@1.41"
|
||||
}
|
||||
],
|
||||
"explorer/context": [
|
||||
|
||||
Reference in New Issue
Block a user