完成启动项目功能、排查一些灵异问题

This commit is contained in:
2026-03-29 00:26:49 +08:00
parent cabb2f65da
commit 6002ac1418
17 changed files with 222 additions and 78 deletions

View File

@@ -21,6 +21,7 @@ declare global {
_checkIDEsVersion: () => Promise<checkIDEsVersionDto>
_getVSCodeProjects: () => Promise<IdeProjectsDto>
_getJetBrainsProjects: () => Promise<IdeProjectsDto>
_openProject: (ide: string, path: string) => Promise<boolean>
}
}
}