Skip to content

Commit 4bdaeb3

Browse files
authored
Merge pull request microsoft#227004 from microsoft/tyriar/226749
Fix api docs referencing old name
2 parents 478b036 + b272c80 commit 4bdaeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7505,7 +7505,7 @@ declare module 'vscode' {
75057505
* @example
75067506
* // Execute a command in a terminal immediately after being created
75077507
* const myTerm = window.createTerminal();
7508-
* window.onDidActivateTerminalShellIntegration(async ({ terminal, shellIntegration }) => {
7508+
* window.onDidChangeTerminalShellIntegration(async ({ terminal, shellIntegration }) => {
75097509
* if (terminal === myTerm) {
75107510
* const command = shellIntegration.executeCommand({
75117511
* command: 'echo',

0 commit comments

Comments
 (0)