Skip to content

Commit

Permalink
Merge pull request #485 from microsoft/dev/mjbvz/fix-command-id
Browse files Browse the repository at this point in the history
Fix the command id for opening setting
  • Loading branch information
mjbvz committed Oct 10, 2022
2 parents 624618f + ef189bb commit 129500e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ var requirejs = (function() {
}
case 'github-issues.authNow':
case 'workbench.extensions.search':
case 'workbench.extensions.openSettings': {
case 'workbench.action.openSettings': {
this.openerService.open(data.href, { fromUserGesture: true, allowCommands: true, fromWorkspace: true });
return;
}
Expand Down

0 comments on commit 129500e

Please sign in to comment.