Skip to content

Commit

Permalink
ci: Update README / Extensions List
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 27, 2023
1 parent 09739dd commit d2e70bd
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 @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions dict-extensions.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
{
"path": "extensions/basque"
},
{
"path": "extensions/british-english"
},
{
"path": "extensions/bulgarian"
},
Expand Down
12 changes: 12 additions & 0 deletions extensions/british-english/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--- @@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 @@ -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"
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 @@ -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.
Expand Down

0 comments on commit d2e70bd

Please sign in to comment.