This commit is contained in:
Alexandru Dima
2021-01-26 17:13:23 +01:00
parent 21e970473c
commit c3746fa0ae

View File

@@ -186,7 +186,6 @@ const newCommands: ApiCommand[] = [
if (!value) {
return undefined;
}
console.log(`instantiating here`);
return new types.SemanticTokensLegend(value.tokenTypes, value.tokenModifiers);
})
),