diff --git a/extensions/typescript/package.json b/extensions/typescript/package.json index f5fd312d2ba..1997b63f7f7 100644 --- a/extensions/typescript/package.json +++ b/extensions/typescript/package.json @@ -512,6 +512,18 @@ { "command": "javascript.goToProjectConfig", "when": "editorLangId == javascriptreact && typescript.isManagedFile" + }, + { + "command": "typescript.selectTypeScriptVersion", + "when": "typescript.isManagedFile" + }, + { + "command": "typescript.openTsServerLog", + "when": "typescript.isManagedFile" + }, + { + "command": "typescript.restartTsServer", + "when": "typescript.isManagedFile" } ] },