From 48a893678f63066efe1ea8acc6334e4d2b971646 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 16:58:46 +0100 Subject: [PATCH] ci: Update README / Extensions List (#551) Co-authored-by: Jason3S --- README.md | 1 + dict-extensions.code-workspace | 3 +++ extensions/swiss-german/README.md | 12 ++++++++++++ release-please-config.json | 4 ++++ static/generated/extension_list.md | 1 + 5 files changed, 21 insertions(+) diff --git a/README.md b/README.md index 3f8ec6ef..6c0210d9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ This is a collection of VS Code Spelling Dictionary Extensions. - [Slovenian](extensions/slovenian#readme) - 0.1.7 - Slovenian dictionary extension for VS Code. - [Spanish](extensions/spanish#readme) - 2.1.7 - Spanish Add-On for Code Spell Checker - [Swedish](extensions/swedish#readme) - 1.1.4 - Swedish dictionary extension for VS Code. +- [Swiss German](extensions/swiss-german#readme) - 0.1.0 - Swiss German dictionary extension for VS Code. - [Turkish](extensions/turkish#readme) - 1.0.1 - Turkish dictionary extension for VS Code. - [Ukrainian](extensions/ukrainian#readme) - 1.0.2 - Ukrainian dictionary extension for VS Code. - [Vietnamese](extensions/vietnamese#readme) - 1.0.1 - Vietnamese dictionary extension for VS Code. diff --git a/dict-extensions.code-workspace b/dict-extensions.code-workspace index 4c833cf1..6a03daa5 100644 --- a/dict-extensions.code-workspace +++ b/dict-extensions.code-workspace @@ -102,6 +102,9 @@ { "path": "extensions/swedish" }, + { + "path": "extensions/swiss-german" + }, { "path": "extensions/turkish" }, diff --git a/extensions/swiss-german/README.md b/extensions/swiss-german/README.md index 68d759e3..67c43248 100644 --- a/extensions/swiss-german/README.md +++ b/extensions/swiss-german/README.md @@ -42,3 +42,15 @@ Example using both English and Swiss German 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 b73e143a..60e4c90d 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -202,6 +202,10 @@ "component": "code-spell-checker-swedish", "releaseType": "node" }, + "extensions/swiss-german": { + "component": "code-spell-checker-swiss-german", + "releaseType": "node" + }, "extensions/turkish": { "component": "code-spell-checker-turkish", "releaseType": "node" diff --git a/static/generated/extension_list.md b/static/generated/extension_list.md index c17eca01..d7f5cba8 100644 --- a/static/generated/extension_list.md +++ b/static/generated/extension_list.md @@ -30,6 +30,7 @@ - [Slovenian](extensions/slovenian#readme) - 0.1.7 - Slovenian dictionary extension for VS Code. - [Spanish](extensions/spanish#readme) - 2.1.7 - Spanish Add-On for Code Spell Checker - [Swedish](extensions/swedish#readme) - 1.1.4 - Swedish dictionary extension for VS Code. +- [Swiss German](extensions/swiss-german#readme) - 0.1.0 - Swiss German dictionary extension for VS Code. - [Turkish](extensions/turkish#readme) - 1.0.1 - Turkish dictionary extension for VS Code. - [Ukrainian](extensions/ukrainian#readme) - 1.0.2 - Ukrainian dictionary extension for VS Code. - [Vietnamese](extensions/vietnamese#readme) - 1.0.1 - Vietnamese dictionary extension for VS Code.