Skip to content

Commit

Permalink
Add participant command to extension activation
Browse files Browse the repository at this point in the history
  • Loading branch information
tspascoal committed Nov 2, 2024
1 parent 586ec6e commit fc5a182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export function activate(extensionContext: vscode.ExtensionContext) {
// This is not handled in the chat window, but in the command palette with the name `parrot`
const disposable = vscode.commands.registerCommand('tspascoal-copilot-chat-parrot.parrot', parrotCommandHandler);
extensionContext.subscriptions.push(disposable);
extensionContext.subscriptions.push(participant);
}

// This method is called when your extension is deactivated
Expand Down

0 comments on commit fc5a182

Please sign in to comment.