Skip to content

Commit

Permalink
updated cspell options
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Apr 3, 2024
1 parent fe86ec6 commit ff9d285
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"yoavbls.pretty-ts-errors",
"kejun.markdown-alert",
"astro-build.astro-vscode",
"unifiedjs.vscode-mdx"
"unifiedjs.vscode-mdx",
"streetsidesoftware.code-spell-checker"
]
}
}
Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
"typecheck",
"vsix"
],
"sarif-viewer.connectToGithubCodeScanning": "on"
"sarif-viewer.connectToGithubCodeScanning": "on",
"cSpell.language": "en,en-US",
"cSpell.enableFiletypes": [
"!json"
]
}

0 comments on commit ff9d285

Please sign in to comment.