Skip to content

Commit

Permalink
ci: Update README / Extensions List (#551)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent bca47c2 commit 48a8936
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions dict-extensions.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
{
"path": "extensions/swedish"
},
{
"path": "extensions/swiss-german"
},
{
"path": "extensions/turkish"
},
Expand Down
12 changes: 12 additions & 0 deletions extensions/swiss-german/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--- @@inject: ../../static/footer.md --->

<br/>

---

<p align="center">
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
</a>
</p>

<!--- @@inject-end: ../../static/footer.md --->
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions static/generated/extension_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 48a8936

Please sign in to comment.