Skip to content

Commit

Permalink
Create cspell.code-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 6, 2020
1 parent 9b5723c commit 0064fcd
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions cspell.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"folders": [
{
"name": "cspell-monorepo",
"path": "."
},
{
"path": "./packages/cspell-trie"
},
{
"path": "./packages/cspell-tools"
},
{
"path": "./packages/cspell-lib"
},
{
"path": "./packages/cspell-glob"
},
{
"path": "./packages/cspell"
},
{
"path": "./packages/cspell-trie-lib"
},
{
"path": "./packages/cspell-trie2-lib"
}
],
"settings": {
"cSpell.words": [
"Dawg",
"WORDCHARS",
"deserializers",
"serializers"
],
"typescript.tsdk": "cspell-monorepo/node_modules/typescript/lib"
}
}

0 comments on commit 0064fcd

Please sign in to comment.