Skip to content

Commit aa9dd05

Browse files
authored
Category title for Continue in vscode.dev (microsoft#175151)
1 parent 5526326 commit aa9dd05

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

extensions/github/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"command": "github.openOnVscodeDev",
5555
"when": "github.hasGitHubRepo",
5656
"qualifiedName": "Continue Working in vscode.dev",
57-
"remoteGroup": "virtualfs_43_file_0_web@0"
57+
"group": "Remote Repositories",
58+
"remoteGroup": "virtualfs_44_vscode-vfs_2_web@2"
5859
}
5960
],
6061
"menus": {

src/vs/workbench/contrib/editSessions/browser/editSessions.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ export class EditSessionsContribution extends Disposable implements IWorkbenchCo
800800
));
801801

802802
if (contribution.qualifiedName) {
803-
this.generateStandaloneOptionCommand(command.id, contribution.qualifiedName, command.category, when, contribution.remoteGroup);
803+
this.generateStandaloneOptionCommand(command.id, contribution.qualifiedName, contribution.group ?? command.category, when, contribution.remoteGroup);
804804
}
805805
}
806806
}

0 commit comments

Comments
 (0)