We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 478b036 + b272c80 commit 4bdaeb3Copy full SHA for 4bdaeb3
src/vscode-dts/vscode.d.ts
@@ -7505,7 +7505,7 @@ declare module 'vscode' {
7505
* @example
7506
* // Execute a command in a terminal immediately after being created
7507
* const myTerm = window.createTerminal();
7508
- * window.onDidActivateTerminalShellIntegration(async ({ terminal, shellIntegration }) => {
+ * window.onDidChangeTerminalShellIntegration(async ({ terminal, shellIntegration }) => {
7509
* if (terminal === myTerm) {
7510
* const command = shellIntegration.executeCommand({
7511
* command: 'echo',
0 commit comments