mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(settings): add harper-ls spell checker config
Add harper-ls as a second spell checker alongside cSpell. Update the section header to "Spell Checkers" (plural) and list both extensions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -318,11 +318,14 @@
|
||||
"file-browser.labelIgnoredFiles": true,
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Spell Check
|
||||
// MARK: Spell Checkers
|
||||
// ===========================================================================
|
||||
// Extension:
|
||||
// Extensions:
|
||||
// - https://marketplace.visualstudio.com/items?itemName=elijah-potter.harper
|
||||
// - https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker
|
||||
//
|
||||
"harper.isolateEnglish": true,
|
||||
"harper.linters.Dashes": false,
|
||||
"cSpell.checkVSCodeSystemFiles": true,
|
||||
"cSpell.customDictionaries": {
|
||||
// Run the `./siren <editor> config` command to symlink
|
||||
|
||||
Reference in New Issue
Block a user