maint/dev ~ (VSCode) update cspell settings

This commit is contained in:
Roy Ivy III
2022-02-12 15:26:59 -06:00
parent c2e17e5f37
commit ba2bf79099
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
// `cspell` settings
{
// version of the setting file (always 0.1)
"version": "0.1",
// version of the setting file
"version": "0.2",
// spelling language
"language": "en",
+1
View File
@@ -0,0 +1 @@
{ "cSpell.import": [".vscode/cspell.json"] }