We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b494a0 commit 79061eaCopy full SHA for 79061ea
src/extension.ts
@@ -22,8 +22,6 @@ import * as path from 'path';
22
// this method is called when the extension is activated
23
export async function activate(context: vscode.ExtensionContext) {
24
25
- console.log('test...');
26
-
27
if(context.globalState.get<boolean>('ignoreDeprecatedConfig', false) !== true){
28
checkSettings().then((ret) => {
29
context.globalState.update('ignoreDeprecatedConfig', ret);
0 commit comments