mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 11:49:38 +00:00
Missed config name
This commit is contained in:
@@ -34,7 +34,7 @@ export function activate(
|
||||
|
||||
// Disable extension if using the experimental TypeScript Go extension
|
||||
const config = vscode.workspace.getConfiguration('typescript');
|
||||
const useTsgo = config.get<boolean>('unstable.useTsgo', false);
|
||||
const useTsgo = config.get<boolean>('useTsgo', false);
|
||||
|
||||
if (useTsgo) {
|
||||
commandManager.register(new DisableTsgoCommand());
|
||||
|
||||
Reference in New Issue
Block a user