Skip to content

Commit

Permalink
fix: Fix crash with missing import (#582)
Browse files Browse the repository at this point in the history
* fix: url to cspell json schema

fix: #579

* ci: Add sample dir with missing import file.

* fix: Update cspell and handle config file errors.

* Update cSpell.json
  • Loading branch information
Jason3S committed Nov 14, 2020
1 parent 6265876 commit 60aa438
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 152 deletions.
7 changes: 6 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"coverage",
"temp",
"languageCodes.ts",
"packages/client/settingsViewer/**",
"packages/client/resources/**",
"packages/client/samples/**",
"packages/client/server/**",
"testFixtures"
],
"ignoreWords": [],
Expand All @@ -23,7 +27,8 @@
}
],
"dictionaries": [
"cities", "cspell-words"
"cities",
"cspell-words"
],
"languageSettings": [
{
Expand Down
48 changes: 24 additions & 24 deletions packages/_server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"node": ">=12"
},
"devDependencies": {
"@types/fs-extra": "^9.0.3",
"@types/fs-extra": "^9.0.4",
"@types/jest": "^26.0.15",
"@types/micromatch": "^4.0.1",
"@types/node": "^12.19.3",
"@types/node": "^12.19.4",
"jest": "^26.6.3",
"jest-diff": "^26.6.2",
"lorem-ipsum": "^2.0.3",
Expand All @@ -25,8 +25,8 @@
"typescript": "^4.0.5"
},
"dependencies": {
"cspell-glob": "^0.1.21",
"cspell-lib": "^4.3.2",
"cspell-glob": "^0.1.22",
"cspell-lib": "^4.3.4",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"iconv-lite": "^0.6.2",
Expand Down
Loading

0 comments on commit 60aa438

Please sign in to comment.