Home
last modified time | relevance | path

Searched refs:TerminalShell (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A Dsettings.ts25 type TerminalShell = 'bash' | 'zsh'; alias
41 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');