mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Update config names
This commit is contained in:
@@ -1637,13 +1637,13 @@
|
||||
"command": "typescript.enableTsgo",
|
||||
"title": "Use TypeScript Go",
|
||||
"category": "TypeScript",
|
||||
"enablement": "!config.typescript.unstable.useTsgo && config.typescript-go.executablePath"
|
||||
"enablement": "!config.typescript.useTsgo && config.typescript-go.executablePath"
|
||||
},
|
||||
{
|
||||
"command": "typescript.disableTsgo",
|
||||
"title": "Stop using TypeScript Go",
|
||||
"category": "TypeScript",
|
||||
"enablement": "config.typescript.unstable.useTsgo"
|
||||
"enablement": "config.typescript.useTsgo"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
|
||||
Reference in New Issue
Block a user