Revert "feat: add VS Code ChatGPT plugin config sync functionality"

This reverts commit 9bf216b102.
This commit is contained in:
Jason
2025-09-18 17:57:32 +08:00
parent 60eb9ce2a4
commit c6e4f3599e
7 changed files with 1 additions and 272 deletions

View File

@@ -159,16 +159,6 @@ export const tauriAPI = {
}
},
// 写入 VS Code 配置
writeVscodeSettings: async (baseUrl?: string): Promise<boolean> => {
try {
return await invoke("write_vscode_settings_command", { baseUrl });
} catch (error) {
console.error("写入 VS Code 配置失败:", error);
return false;
}
},
// 打开外部链接
openExternal: async (url: string): Promise<void> => {
try {