Skip to content

Commit

Permalink
Merge pull request #194307 from microsoft/tyriar/194229
Browse files Browse the repository at this point in the history
Describe onDidChangeShell data
  • Loading branch information
Tyriar authored Sep 27, 2023
2 parents 4535818 + a625311 commit 7b0ab1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vscode-dts/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10072,7 +10072,8 @@ declare module 'vscode' {
export const onDidChangeTelemetryEnabled: Event<boolean>;

/**
* 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<string>;

Expand Down

0 comments on commit 7b0ab1f

Please # to comment.