Browse Source

ignore words

Gregg Tavares 5 years ago
parent
commit
47abfcd251
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vscode/settings.json

+ 4 - 0
.vscode/settings.json

@@ -2,5 +2,9 @@
   "eslint.validate": [
         "javascript",
         "html"
+  ],
+  "cSpell.words": [
+    "rdparty",
+    "threejs"
   ]
 }