Skip to content

Commit 64cbdd3

Browse files
authored
fix: handle opening of settings is better way (#4226)
1 parent d9670d8 commit 64cbdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/commands.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const commandHandlers = {
147147
'cSpell.editText': handleApplyLsTextEdits,
148148
'cSpell.logPerfTimeline': dumpPerfTimeline,
149149

150-
'cSpell.openSettings': callCommand('workbench.action.openSettings', () => [{ query: 'cSpell.' }]),
150+
'cSpell.openSettings': callCommand('workbench.action.openSettings', () => [{ query: '@ext:streetsidesoftware.code-spell-checker' }]),
151151

152152
'cSpell.addWordToCSpellConfig': actionAddWordToCSpell,
153153
'cSpell.addIssuesToDictionary': addAllIssuesFromDocument,

0 commit comments

Comments
 (0)