Skip to content

Commit

Permalink
fix: include AL dictionary by default (#6425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Oct 27, 2024
1 parent ac0730f commit e76a12e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 deletions.
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const settings = {
enableFiletypes: ['svelte', 'julia'],
import: [
'@cspell/dict-ada/cspell-ext.json',
'@cspell/dict-al/cspell-ext.json',
'@cspell/dict-aws/cspell-ext.json',
'@cspell/dict-bash/cspell-ext.json',
'@cspell/dict-companies/cspell-ext.json',
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const settings: AdvancedCSpellSettings = {
enableFiletypes: ['svelte', 'julia'],
import: [
'@cspell/dict-ada/cspell-ext.json',
'@cspell/dict-al/cspell-ext.json',
'@cspell/dict-aws/cspell-ext.json',
'@cspell/dict-bash/cspell-ext.json',
'@cspell/dict-companies/cspell-ext.json',
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-bundled-dicts#readme",
"dependencies": {
"@cspell/dict-ada": "^4.0.5",
"@cspell/dict-al": "^1.0.3",
"@cspell/dict-aws": "^4.0.7",
"@cspell/dict-bash": "^4.1.8",
"@cspell/dict-companies": "^3.1.7",
Expand Down
1 change: 1 addition & 0 deletions packages/cspell/src/app/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3473,6 +3473,7 @@ hello - [ignoreWords]* From Settings \`ignoreWords\`
hello - [suggestWords]* From Settings \`suggestWords\`
hello - [words]* From Settings \`words\`
hello - ada node_modules/@cspell/dict-ada/dict/ada.txt
hello - al node_modules/@cspell/dict-al/dict/al.txt
hello - aws* node_modules/@cspell/dict-aws/dict/aws.txt
hello - bash node_modules/@cspell/dict-bash/dict/bash-words.txt
hello - companies* node_modules/@cspell/.../dict/companies.txt
Expand Down
34 changes: 21 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit e76a12e

Please sign in to comment.