From ff9d2856b7ddcb62f59c387609af4046ba55d132 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 3 Apr 2024 15:54:06 +0000 Subject: [PATCH] updated cspell options --- .devcontainer/devcontainer.json | 3 ++- .vscode/settings.json | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 31345a6dd5..cb567ad433 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" ] } } diff --git a/.vscode/settings.json b/.vscode/settings.json index 00c3769f50..ae05a2c8cc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,9 @@ "typecheck", "vsix" ], - "sarif-viewer.connectToGithubCodeScanning": "on" + "sarif-viewer.connectToGithubCodeScanning": "on", + "cSpell.language": "en,en-US", + "cSpell.enableFiletypes": [ + "!json" + ] }