Skip to content

Commit

Permalink
Fill terminalId instead of type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jun 29, 2021
1 parent 65e5603 commit 450f458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const schema: IJSONSchema = {
},
{
label: 'onTerminalProfile',
body: 'onTerminalProfile:${1:terminalType}',
body: 'onTerminalProfile:${1:terminalId}',
description: nls.localize('vscode.extension.activationEvents.onTerminalProfile', 'An activation event emitted when a specific terminal profile is launched.'),
},
{
Expand Down

0 comments on commit 450f458

Please sign in to comment.