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.
group
1 parent 73b3432 commit 598e4beCopy full SHA for 598e4be
src/vs/workbench/contrib/editSessions/browser/editSessions.contribution.ts
@@ -113,7 +113,7 @@ export class EditSessionsContribution extends Disposable implements IWorkbenchCo
113
}
114
const commands = new Map((extension.description.contributes?.commands ?? []).map(c => [c.command, c]));
115
for (const contribution of extension.value) {
116
- if (!contribution.command || !contribution.group || !contribution.when) {
+ if (!contribution.command || !contribution.when) {
117
continue;
118
119
const fullCommand = commands.get(contribution.command);
0 commit comments