Skip to content

Commit 661cb51

Browse files
author
huzijie.sea
committed
feat(vscode-extension): 添加 VS Code 扩展基础功能
refactor(ide): 重构 IDE 检测和安装模块 feat(commands): 添加 IDE 连接和管理命令 docs: 添加 VS Code 扩展的 README 和 TODO 文档
1 parent 98eacb2 commit 661cb51

13 files changed

Lines changed: 4182 additions & 1063 deletions

File tree

src/commands/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const updateCommands: CommandModule<{}, UpdateOptions> = {
3535
console.log('');
3636
console.log('🚀 Updating...');
3737
try {
38-
execSync('npm install -g blade-code@latest', { stdio: 'inherit' });
38+
execSync('npm install -g blade-code@latest --registry https://registry.npmjs.org', { stdio: 'inherit' });
3939
console.log('');
4040
console.log('✅ Update complete!');
4141
} catch (_errrr) {

0 commit comments

Comments
 (0)