Home
last modified time | relevance | path

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

/external/pigweed/pw_ide/ts/pigweed-vscode/src/settings/
Dvscode.ts49 terminalShell: Setting<TerminalShell>; property
362 function terminalShell(): TerminalShell; function
363 function terminalShell(value: TerminalShell | undefined): Thenable<void>;
364 function terminalShell(
391 terminalShell, constant
/external/pigweed/pw_ide/ts/pigweed-vscode/src/
Dterminal.ts43 const shell = settings.terminalShell();