Skip to content

Commit

Permalink
fix: Update dictionaries
Browse files Browse the repository at this point in the history
Related to #3836
Removes the last of the defaults.
  • Loading branch information
Jason3S committed Jan 11, 2025
1 parent c44b81b commit fc55f82
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 57 deletions.
99 changes: 50 additions & 49 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4051,7 +4051,7 @@
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.17.1",
"@cspell/cspell-types": "^8.17.1",
"@cspell/dict-cspell-bundle": "1.0.23",
"@cspell/dict-cspell-bundle": "1.0.24",
"cspell": "^8.17.1",
"regexp-worker": "^3.0.0"
},
Expand Down
7 changes: 0 additions & 7 deletions packages/_server/src/config/documentSettings.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,11 @@ describe('Validate DocumentSettings', () => {
const settings = await docSettings.getSettings({ uri: Uri.parse(import.meta.url).toString() });
expect(settings.enabledLanguageIds).toBeUndefined();
expect(settings.enabledFileTypes).toEqual({
al: true,
dart: true,
fsharp: true,
javascript: false,
json: true,
jsonc: true,
julia: true,
php: true,
pug: true,
r: true,
sql: true,
terraform: true,
typescript: false,
});
});
Expand Down

0 comments on commit fc55f82

Please sign in to comment.