mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-27 08:14:33 +08:00
feat: support launch warp and execute session (#2466)
* feat: support launch warp and execute session Signed-off-by: tison <wander4096@gmail.com> * other wires Signed-off-by: tison <wander4096@gmail.com> * for launch with provider Signed-off-by: tison <wander4096@gmail.com> * fixup indirection Signed-off-by: tison <wander4096@gmail.com> * clippy Signed-off-by: tison <wander4096@gmail.com> * address comments Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
@@ -17,6 +17,7 @@ const MACOS_TERMINALS = [
|
||||
{ value: "ghostty", labelKey: "settings.terminal.options.macos.ghostty" },
|
||||
{ value: "wezterm", labelKey: "settings.terminal.options.macos.wezterm" },
|
||||
{ value: "kaku", labelKey: "settings.terminal.options.macos.kaku" },
|
||||
{ value: "warp", labelKey: "settings.terminal.options.macos.warp" },
|
||||
] as const;
|
||||
|
||||
const WINDOWS_TERMINALS = [
|
||||
|
||||
@@ -549,7 +549,8 @@
|
||||
"kitty": "Kitty",
|
||||
"ghostty": "Ghostty",
|
||||
"wezterm": "WezTerm",
|
||||
"kaku": "Kaku"
|
||||
"kaku": "Kaku",
|
||||
"warp": "Warp"
|
||||
},
|
||||
"windows": {
|
||||
"cmd": "Command Prompt",
|
||||
|
||||
@@ -549,7 +549,8 @@
|
||||
"kitty": "Kitty",
|
||||
"ghostty": "Ghostty",
|
||||
"wezterm": "WezTerm",
|
||||
"kaku": "Kaku"
|
||||
"kaku": "Kaku",
|
||||
"warp": "Warp"
|
||||
},
|
||||
"windows": {
|
||||
"cmd": "コマンドプロンプト",
|
||||
|
||||
@@ -549,7 +549,8 @@
|
||||
"kitty": "Kitty",
|
||||
"ghostty": "Ghostty",
|
||||
"wezterm": "WezTerm",
|
||||
"kaku": "Kaku"
|
||||
"kaku": "Kaku",
|
||||
"warp": "Warp"
|
||||
},
|
||||
"windows": {
|
||||
"cmd": "命令提示符",
|
||||
|
||||
Reference in New Issue
Block a user