From 7fd7b8f6616776ce0dfea44eadab7e91bb4e4a6e Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Mon, 25 Oct 2021 11:02:56 -0700 Subject: [PATCH] fix #134820 --- src/vs/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 77abc5089bd..0b03428ebcd 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -8422,7 +8422,7 @@ declare module 'vscode' { /** * The detected default shell for the extension host, this is overridden by the - * `terminal.integrated.shell` setting for the extension host's platform. Note that in + * `terminal.integrated.defaultProfile` setting for the extension host's platform. Note that in * environments that do not support a shell the value is the empty string. */ export const shell: string;