mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
Clear semantic tokens in case of errors/empty results
This commit is contained in:
@@ -102,7 +102,6 @@ class SemanticColoringProvider implements vscode.SemanticColoringProvider {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(result);
|
||||
return new vscode.SemanticColoring([new vscode.SemanticColoringArea(0, new Uint32Array(result))]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user