diff --git a/package.json b/package.json index 508dee59..b1abbb0e 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "contributes": { "commands": [ { - "command": "intuita.globalConfigSettings", - "title": "Configure global settings", + "command": "intuita.showIntuitaSettings", + "title": "Configure Intuita settings", "icon": "$(settings-gear)" }, { @@ -166,7 +166,7 @@ "menus": { "view/title": [ { - "command": "intuita.globalConfigSettings", + "command": "intuita.showIntuitaSettings", "when": "view == intuitaMainView", "group": "navigation" }, diff --git a/src/extension.ts b/src/extension.ts index 47eac668..a4c51e19 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -173,7 +173,7 @@ export async function activate(context: vscode.ExtensionContext) { ); context.subscriptions.push( - vscode.commands.registerCommand('intuita.globalConfigSettings', () => { + vscode.commands.registerCommand('intuita.showIntuitaSettings', () => { vscode.commands.executeCommand( 'workbench.action.openSettings', 'Intuita',