mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Fixes #114983
This commit is contained in:
@@ -186,7 +186,6 @@ const newCommands: ApiCommand[] = [
|
||||
if (!value) {
|
||||
return undefined;
|
||||
}
|
||||
console.log(`instantiating here`);
|
||||
return new types.SemanticTokensLegend(value.tokenTypes, value.tokenModifiers);
|
||||
})
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user