0
0

1、将每个代码仓库进行了隔离。2、优化了每个页面的ui对齐。3、增加了飞行器页面的所属项目显示。4、切换页面时对项目进行扫描,实时更新项目的结构,避免复制导致ui不显示的bug

This commit is contained in:
xubing
2026-03-04 10:19:04 +08:00
parent 942dab0f96
commit 79f7a3a860
38 changed files with 255 additions and 400 deletions

View File

@@ -27,7 +27,6 @@ exports.deactivate = exports.activate = void 0;
const vscode = __importStar(require("vscode"));
const ConfigPanel_1 = require("./panels/ConfigPanel");
function activate(context) {
// 使用 vscode 的日志而不是 console.log
const outputChannel = vscode.window.createOutputChannel('数字卫星构建平台');
outputChannel.appendLine('数字卫星构建平台已激活');
let disposable = vscode.commands.registerCommand('open_DSCP', () => {