Update config names

This commit is contained in:
Andrew Branch
2025-04-17 12:19:42 -07:00
parent b98a014647
commit 2fe0efc637

View File

@@ -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": {