diff --git a/README.md b/README.md index e0c2386a..12a7a237 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This is a collection of VS Code Spelling Dictionary Extensions. - [Arabic](extensions/arabic#readme) - 0.1.5 - Arabic dictionary extension for VS Code. - [Basque](extensions/basque#readme) - 1.0.0 - Basque dictionary extension for VS Code. +- [British English](extensions/british-english#readme) - 0.1.0 - British English dictionary extension for VS Code. - [Bulgarian](extensions/bulgarian#readme) - 0.1.7 - Bulgarian dictionary extension for VS Code. - [Catalan](extensions/catalan#readme) - 1.0.1 - Catalan dictionary extension for VS Code. - [Croatian](extensions/croatian#readme) - 0.1.6 - Croatian dictionary extension for VS Code. diff --git a/dict-extensions.code-workspace b/dict-extensions.code-workspace index d3d8a36a..e9ec391d 100644 --- a/dict-extensions.code-workspace +++ b/dict-extensions.code-workspace @@ -9,6 +9,9 @@ { "path": "extensions/basque" }, + { + "path": "extensions/british-english" + }, { "path": "extensions/bulgarian" }, diff --git a/extensions/british-english/README.md b/extensions/british-english/README.md index e0ed5814..7e9236bc 100644 --- a/extensions/british-english/README.md +++ b/extensions/british-english/README.md @@ -42,3 +42,15 @@ Example using both English and British English dictionaries: This extension will automatically include [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) extension. + +
+ +--- + +

+Brought to you by +Street Side Software Logo Street Side Software + +

+ + diff --git a/release-please-config.json b/release-please-config.json index b1db6c22..1f2cea47 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -78,6 +78,10 @@ "component": "code-spell-checker-basque", "releaseType": "node" }, + "extensions/british-english": { + "component": "code-spell-checker-british-english", + "releaseType": "node" + }, "extensions/bulgarian": { "component": "code-spell-checker-bulgarian", "releaseType": "node" diff --git a/static/generated/extension_list.md b/static/generated/extension_list.md index 223c25f4..3eaf168e 100644 --- a/static/generated/extension_list.md +++ b/static/generated/extension_list.md @@ -2,6 +2,7 @@ - [Arabic](extensions/arabic#readme) - 0.1.5 - Arabic dictionary extension for VS Code. - [Basque](extensions/basque#readme) - 1.0.0 - Basque dictionary extension for VS Code. +- [British English](extensions/british-english#readme) - 0.1.0 - British English dictionary extension for VS Code. - [Bulgarian](extensions/bulgarian#readme) - 0.1.7 - Bulgarian dictionary extension for VS Code. - [Catalan](extensions/catalan#readme) - 1.0.1 - Catalan dictionary extension for VS Code. - [Croatian](extensions/croatian#readme) - 0.1.6 - Croatian dictionary extension for VS Code.