We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9670d8 commit 64cbdd3Copy full SHA for 64cbdd3
packages/client/src/commands.mts
@@ -147,7 +147,7 @@ export const commandHandlers = {
147
'cSpell.editText': handleApplyLsTextEdits,
148
'cSpell.logPerfTimeline': dumpPerfTimeline,
149
150
- 'cSpell.openSettings': callCommand('workbench.action.openSettings', () => [{ query: 'cSpell.' }]),
+ 'cSpell.openSettings': callCommand('workbench.action.openSettings', () => [{ query: '@ext:streetsidesoftware.code-spell-checker' }]),
151
152
'cSpell.addWordToCSpellConfig': actionAddWordToCSpell,
153
'cSpell.addIssuesToDictionary': addAllIssuesFromDocument,
0 commit comments