Skip to content

Commit

Permalink
Update cspell.code-workspace (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Oct 7, 2021
1 parent db26687 commit bb9a9a7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions cspell.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,49 @@
"path": "."
},
{
"path": "integration-tests"
"path": "docs"
},
{
"path": "packages/cspell-glob"
"path": "integration-tests"
},
{
"path": "packages/cspell-lib"
"path": "packages/cspell-bundled-dicts"
},
{
"path": "packages/cspell-tools"
"path": "packages/cspell-dynamic-loader"
},
{
"path": "packages/cspell-trie-lib"
"path": "packages/cspell-gitignore"
},
{
"path": "packages/cspell-trie"
"path": "packages/cspell-glob"
},
{
"path": "packages/cspell-trie2-lib"
"path": "packages/cspell-json-reporter"
},
{
"path": "packages/cspell-types"
"path": "packages/cspell-lib"
},
{
"path": "packages/cspell"
"path": "packages/cspell-tools"
},
{
"path": "packages/cspell-bundled-dicts"
"path": "packages/cspell-trie-lib"
},
{
"path": "packages/hunspell-reader"
"path": "packages/cspell-trie"
},
{
"path": "packages/cspell-dynamic-loader"
"path": "packages/cspell-trie2-lib"
},
{
"path": "docs"
"path": "packages/cspell-types"
},
{
"path": "packages/cspell-json-reporter"
"path": "packages/cspell"
},
{
"path": "packages/cspell-gitignore"
"path": "packages/hunspell-reader"
}
],
"launch": {
Expand All @@ -66,7 +66,7 @@
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"windows": {
"program": "${fileWorkspaceFolder}/node_modules/jest/bin/jest",
"program": "${fileWorkspaceFolder}/node_modules/jest/bin/jest"
}
},
{
Expand All @@ -82,7 +82,7 @@
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"windows": {
"program": "${fileWorkspaceFolder}/node_modules/jest/bin/jest",
"program": "${fileWorkspaceFolder}/node_modules/jest/bin/jest"
}
}
],
Expand Down

0 comments on commit bb9a9a7

Please sign in to comment.