Skip to content

Commit b272c80

Browse files
committed
Fix api docs referencing old name
Fixes microsoft#226749
1 parent be0d177 commit b272c80

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)