@cspell/dict-en-gb-legacy 1.0.10 → 1.0.12
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 +2 -2
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ Add the following to your VSCode settings:
|
|
|
82
82
|
|
|
83
83
|
```jsonc
|
|
84
84
|
{
|
|
85
|
-
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy
|
|
85
|
+
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy/cspell-ext.json"],
|
|
86
86
|
"cSpell.language": "en-GB",
|
|
87
87
|
}
|
|
88
88
|
```
|
|
@@ -96,7 +96,7 @@ Add the following to your VSCode settings:
|
|
|
96
96
|
|
|
97
97
|
```jsonc
|
|
98
98
|
{
|
|
99
|
-
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy
|
|
99
|
+
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy/cspell-ext.json"],
|
|
100
100
|
"language": "en-GB",
|
|
101
101
|
}
|
|
102
102
|
```
|
|
@@ -110,7 +110,7 @@ Add the following to your VSCode settings:
|
|
|
110
110
|
|
|
111
111
|
```yaml
|
|
112
112
|
import:
|
|
113
|
-
- https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy
|
|
113
|
+
- https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy/cspell-ext.json
|
|
114
114
|
language: en-GB
|
|
115
115
|
```
|
|
116
116
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-en-gb-legacy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "British English Legacy dictionary for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"@cspell/aoo-mozilla-en-dict": "workspace:^",
|
|
49
49
|
"@cspell/dict-en-shared": "workspace:^"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "6bd22829cbdc21c2a2c683b9593feb16687ae06c"
|
|
52
52
|
}
|