Skip to content

Commit a625311

Browse files
committed
Describe onDidChangeShell data
Fixes microsoft#194229
1 parent 4535818 commit a625311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10072,7 +10072,8 @@ declare module 'vscode' {
1007210072
export const onDidChangeTelemetryEnabled: Event<boolean>;
1007310073

1007410074
/**
10075-
* An {@link Event} which fires when the default shell changes.
10075+
* An {@link Event} which fires when the default shell changes. This fires with the new
10076+
* shell path.
1007610077
*/
1007710078
export const onDidChangeShell: Event<string>;
1007810079

0 commit comments

Comments
 (0)