提交 f8faceba 编写于 作者: I isidor

remove console.log

上级 fc962e0d
......@@ -23,7 +23,6 @@ export function activate(context) {
context.subscriptions.push(vscode.window.onDidChangeActiveTextEditor(editor => updateLaunchJsonDecorations(editor), null, context.subscriptions));
context.subscriptions.push(vscode.workspace.onDidChangeTextDocument(event => {
if (vscode.window.activeTextEditor && event.document === vscode.window.activeTextEditor.document) {
console.log('hello there');
updateLaunchJsonDecorations(vscode.window.activeTextEditor);
}
}, null, context.subscriptions));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册