取出每次下方弹窗

This commit is contained in:
睿 安
2026-01-21 16:57:53 +08:00
parent 31475aa243
commit 031b71c8a3
5 changed files with 8 additions and 8 deletions

6
dist/extension.js vendored
View File

@@ -146,10 +146,10 @@ function activate(context) {
}
});
context.subscriptions.push(configChangeListener, saveListener, closeListener);
output.appendLine('[Squirrel] 扩展激活完成');
output.show();
//output.appendLine('[Squirrel] 扩展激活完成');
// output.show(); // 不自动显示输出窗口
// 显示欢迎信息
vscode.window.showInformationMessage('Squirrel NUT Explorer 已激活,请点击"连接到 pvfUtility API"开始使用');
// vscode.window.showInformationMessage('Squirrel NUT Explorer 已激活,请点击"连接到 pvfUtility API"开始使用');
}
function deactivate() {
console.log('Squirrel NUT Explorer 正在停用...');