mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-28 00:35:32 +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 = [
|
||||
|
||||
Reference in New Issue
Block a user