Skip to content

Commit

Permalink
Revert command id
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 30, 2023
1 parent ccd7aa8 commit 66c3585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/help-extension/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const RESOURCES = [
* The command IDs used by the help plugin.
*/
namespace CommandIDs {
export const open = 'help:open-tab';
export const open = 'help:open';

export const about = 'help:about';
}
Expand Down

0 comments on commit 66c3585

Please sign in to comment.