feat: add VS Code ChatGPT plugin config sync functionality

This commit is contained in:
Jason
2025-09-18 10:58:03 +08:00
parent b69d7f7979
commit 9bf216b102
7 changed files with 272 additions and 1 deletions

1
src/vite-env.d.ts vendored
View File

@@ -30,6 +30,7 @@ declare global {
getConfigStatus: (app?: AppType) => Promise<ConfigStatus>;
selectConfigFile: () => Promise<string | null>;
openConfigFolder: (app?: AppType) => Promise<void>;
writeVscodeSettings: (baseUrl?: string) => Promise<boolean>;
openExternal: (url: string) => Promise<void>;
updateTrayMenu: () => Promise<boolean>;
onProviderSwitched: (