@cspell/dict-cspell-bundle 2.0.18 → 2.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ Add the following to your VSCode settings:
|
|
|
81
81
|
|
|
82
82
|
```jsonc
|
|
83
83
|
{
|
|
84
|
-
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle
|
|
84
|
+
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle/cspell-ext.json"],
|
|
85
85
|
"cSpell.dictionaries": [],
|
|
86
86
|
}
|
|
87
87
|
```
|
|
@@ -95,7 +95,7 @@ Add the following to your VSCode settings:
|
|
|
95
95
|
|
|
96
96
|
```jsonc
|
|
97
97
|
{
|
|
98
|
-
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle
|
|
98
|
+
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle/cspell-ext.json"],
|
|
99
99
|
"dictionaries": [],
|
|
100
100
|
}
|
|
101
101
|
```
|
|
@@ -109,7 +109,7 @@ Add the following to your VSCode settings:
|
|
|
109
109
|
|
|
110
110
|
```yaml
|
|
111
111
|
import:
|
|
112
|
-
- https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle
|
|
112
|
+
- https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle/cspell-ext.json
|
|
113
113
|
dictionaries: []
|
|
114
114
|
```
|
|
115
115
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-cspell-bundle",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.19",
|
|
4
4
|
"description": "Dictionaries included with the CSpell Command Line tool.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@cspell/dict-dotnet": "^5.0.10",
|
|
54
54
|
"@cspell/dict-elixir": "^4.0.8",
|
|
55
55
|
"@cspell/dict-en-common-misspellings": "^2.1.3",
|
|
56
|
-
"@cspell/dict-en-gb-mit": "^3.1.
|
|
57
|
-
"@cspell/dict-en_us": "^4.4.
|
|
56
|
+
"@cspell/dict-en-gb-mit": "^3.1.6",
|
|
57
|
+
"@cspell/dict-en_us": "^4.4.16",
|
|
58
58
|
"@cspell/dict-filetypes": "^3.0.13",
|
|
59
59
|
"@cspell/dict-flutter": "^1.1.1",
|
|
60
60
|
"@cspell/dict-fonts": "^4.0.5",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"*.js",
|
|
100
100
|
"*.d.ts"
|
|
101
101
|
],
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "627831379fe16dbfcfbf05fe747f05320b86e615"
|
|
103
103
|
}
|