Skip to content

Commit 6b494a0

Browse files
Add button to search all packages
1 parent 3849025 commit 6b494a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/extension.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import * as path from 'path';
2222
// this method is called when the extension is activated
2323
export async function activate(context: vscode.ExtensionContext) {
2424

25+
console.log('test...');
26+
2527
if(context.globalState.get<boolean>('ignoreDeprecatedConfig', false) !== true){
2628
checkSettings().then((ret) => {
2729
context.globalState.update('ignoreDeprecatedConfig', ret);

0 commit comments

Comments
 (0)