提交 d0238031 编写于 作者: B Benjamin Pasero

stop spammy console.log call

上级 1de7a23c
......@@ -38,7 +38,6 @@ function registerSettingsCompletions() : vscode.Disposable {
provideCompletionItems(document, position, token) {
const location = getLocation(document.getText(), document.offsetAt(position));
console.log(location);
if (!location.isAtPropertyKey && location.path[0] === 'files.iconTheme') {
let result: vscode.CompletionItem[] = [];
const range = document.getWordRangeAtPosition(position) || new vscode.Range(position, position);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册