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

View File

@@ -5,6 +5,7 @@ mod config;
mod migration;
mod provider;
mod store;
mod vscode_config;
use store::AppState;
#[cfg(target_os = "macos")]
@@ -352,6 +353,7 @@ pub fn run() {
commands::get_claude_code_config_path,
commands::open_config_folder,
commands::open_external,
commands::write_vscode_settings_command,
commands::get_app_config_path,
commands::open_app_config_folder,
commands::get_settings,