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.
1 parent 1fb4dec commit 1766ca8Copy full SHA for 1766ca8
packages/app/src/app/overmind/effects/vscode/Workbench.ts
@@ -165,7 +165,7 @@ export class Workbench {
165
if (COMMENTS) {
166
this.addWorkbenchAction({
167
id: 'comments.add',
168
- label: 'Add code comment',
+ label: 'Comment on code',
169
category: 'Comments',
170
run: () => {
171
this.controller.getSignal('comments.createComment')();
@@ -378,7 +378,7 @@ export class Workbench {
378
order: 0,
379
command: {
380
381
- title: 'Add code comment...',
+ title: 'Comment on code',
382
},
383
});
384
}
0 commit comments