Searched refs:TerminalShell (Results 1 – 1 of 1) sorted by relevance
25 type TerminalShell = 'bash' | 'zsh'; alias41 terminalShell: Setting<TerminalShell>;259 function terminalShell(): TerminalShell;260 function terminalShell(value: TerminalShell | undefined): Thenable<void>;262 value?: TerminalShell | undefined,263 ): TerminalShell | undefined | Thenable<void> {264 const { get, update } = stringSettingFor<TerminalShell>('terminalShell');