Skip to content

Commit

Permalink
Use sample command instead of about
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Dirix <[email protected]>
  • Loading branch information
planger and sdirix authored Sep 20, 2024
1 parent 9b98f30 commit 29830c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export function bindChatNodeToolbarActionContribution(bind: interfaces.Bind): vo
getToolbarActions: (args: RequestNode | ResponseNode) => {
if (isResponseNode(args)) {
return [{
commandId: 'core.about',
commandId: 'sample-command',
icon: 'codicon codicon-feedback',
tooltip: 'Show about dialog'
tooltip: 'Example command'
}];
} else {
return [];
Expand Down

0 comments on commit 29830c2

Please sign in to comment.