mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
@@ -940,7 +940,7 @@ export interface ShellLaunchConfigDto {
|
||||
executable?: string;
|
||||
args?: string[] | string;
|
||||
cwd?: string | URI;
|
||||
env?: { [key: string]: string };
|
||||
env?: { [key: string]: string | null };
|
||||
}
|
||||
|
||||
export interface ExtHostTerminalServiceShape {
|
||||
|
||||
Reference in New Issue
Block a user