Skip to content

Commit

Permalink
fix settings not opening (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbilu authored Dec 6, 2023
1 parent c853705 commit c86eadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enterprise/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function activate(
commands.registerCommand(CONFIG_COMMAND, () => {
void commands.executeCommand(
OPEN_SETTINGS_COMMAND,
`@ext:${EXTENSION_ID}`
`@ext:tabnine.${EXTENSION_ID}`
);
})
);
Expand Down

0 comments on commit c86eadc

Please sign in to comment.