diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 1440eee..38d9cac 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,7 @@ { "recommendations": [ "printfn.gemini-improved", - "DavidAnson.vscode-markdownlint" + "DavidAnson.vscode-markdownlint", + "streetsidesoftware.code-spell-checker" ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 6593972..3761f4d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,5 +33,11 @@ "foam.edit.linkReferenceDefinitions": "withExtensions", "foam.files.ignore": [ ".github/**" + ], + "cSpell.words": [ + "Autist", + "BDFL", + "gatekeep", + "Yubikey" ] } \ No newline at end of file diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..62bc9d3 --- /dev/null +++ b/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "Neurodivergence", + "neurodivergent" + ], + "ignoreWords": [], + "import": [] +}