Skip to content

Commit

Permalink
fix: Include the @cspell/dict-shell package. (#6760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 7, 2025
1 parent 59d19e3 commit df98dc1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 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 @@ -146,6 +146,7 @@ const settings = {
'@cspell/dict-r/cspell-ext.json',
'@cspell/dict-ruby/cspell-ext.json',
'@cspell/dict-rust/cspell-ext.json',
'@cspell/dict-shell/cspell-ext.json',
'@cspell/dict-scala/cspell-ext.json',
'@cspell/dict-sql/cspell-ext.json',
'@cspell/dict-software-terms/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 @@ -149,6 +149,7 @@ const settings: AdvancedCSpellSettings = {
'@cspell/dict-r/cspell-ext.json',
'@cspell/dict-ruby/cspell-ext.json',
'@cspell/dict-rust/cspell-ext.json',
'@cspell/dict-shell/cspell-ext.json',
'@cspell/dict-scala/cspell-ext.json',
'@cspell/dict-sql/cspell-ext.json',
'@cspell/dict-software-terms/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 @@ -98,6 +98,7 @@
"@cspell/dict-ruby": "^5.0.7",
"@cspell/dict-rust": "^4.0.11",
"@cspell/dict-scala": "^5.0.7",
"@cspell/dict-shell": "^1.0.12",
"@cspell/dict-software-terms": "^4.2.2",
"@cspell/dict-sql": "^2.1.9",
"@cspell/dict-svelte": "^1.0.6",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell/src/app/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3528,7 +3528,7 @@ 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 - bash node_modules/@cspell/dict-shell/dict/bash-words.txt
hello - coding-compound-ter* node_modules/.../dict/coding-compound-terms.txt
hello - companies* node_modules/@cspell/.../dict/companies.txt
hello - computing-acronyms* node_modules/.../dict/computing-acronyms.txt
Expand Down Expand Up @@ -3586,6 +3586,7 @@ hello - r node_modules/@cspell/dict-r/r.txt.gz
hello - ruby node_modules/@cspell/dict-ruby/dict/ruby.txt
hello - rust node_modules/@cspell/dict-rust/dict/rust.txt
hello - scala node_modules/@cspell/dict-scala/dict/scala.txt
hello - shellscript node_modules/@cspell/.../dict/shell-all-words.txt
hello - software-term-sugge* node_modules/@cspell/.../cspell-corrections.yaml
hello - softwareTerms* node_modules/@cspell/.../dict/softwareTerms.txt
hello - sql node_modules/@cspell/dict-sql/sql.txt.gz
Expand Down
10 changes: 9 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit df98dc1

Please sign in to comment.