Skip to content

Commit

Permalink
[VSCode] Update cSpell settings to be less intrusive
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Oct 12, 2018
1 parent e5f57c0 commit 11b202e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .vscode/extensions.json
@@ -1,5 +1,3 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["Artsy.artsy-studio-extension-pack"]
}
14 changes: 13 additions & 1 deletion .vscode/settings.json
Expand Up @@ -14,5 +14,17 @@
},
"editor.formatOnSave": true,
"tslint.autoFixOnSave": true,
"typescript.tsdk": "./node_modules/typescript/lib"
"typescript.tsdk": "./node_modules/typescript/lib",
"cSpell.diagnosticLevel": "Hint",
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
".vscode",
"typings",
"**/*.snap",
"**/*.story.tsx"
],
"cSpell.words": []
}

0 comments on commit 11b202e

Please sign in to comment.