From a6253111ed2d7a32f8960d58e702fba76e47b8d9 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 27 Sep 2023 07:44:54 -0700 Subject: [PATCH] Describe onDidChangeShell data Fixes #194229 --- src/vscode-dts/vscode.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vscode-dts/vscode.d.ts b/src/vscode-dts/vscode.d.ts index 53e139a16718d..55b547351058a 100644 --- a/src/vscode-dts/vscode.d.ts +++ b/src/vscode-dts/vscode.d.ts @@ -10072,7 +10072,8 @@ declare module 'vscode' { export const onDidChangeTelemetryEnabled: Event; /** - * An {@link Event} which fires when the default shell changes. + * An {@link Event} which fires when the default shell changes. This fires with the new + * shell path. */ export const onDidChangeShell: Event;