Skip to content

Commit

Permalink
bump: version 0.23.0 → 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 21, 2024
1 parent d32d9fe commit 01b6c95
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.24.0 (2024-09-21)

### Feat

- add toggle suspend linting (#768)
- add status bar item (#766)

### Fix

- remove legacy "enabled" configuration item (#767)
- bump vscode to v1.90.0

## v0.23.0 (2024-09-16)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "languagetool-linter",
"displayName": "LanguageTool Linter",
"description": "LanguageTool integration for VS Code.",
"version": "0.23.0",
"version": "0.24.0",
"engines": {
"vscode": "^1.90.0"
},
Expand Down Expand Up @@ -123,12 +123,12 @@
"languageToolLinter.smartFormat.onType": {
"type": "boolean",
"default": false,
"description": "Run smart format as you type for quotes (“”‘’), em-dashes and en-dashes, and ellipses (). Ensure 'Editor: Format On Type' is enabled."
"description": "Run smart format as you type for quotes (\u201c\u201d\u2018\u2019), em-dashes and en-dashes, and ellipses (\u2026). Ensure 'Editor: Format On Type' is enabled."
},
"languageToolLinter.smartFormat.onSave": {
"type": "boolean",
"default": false,
"description": "Run smart format when you save for quotes (“”‘’), em-dashes and en-dashes, and ellipses ()."
"description": "Run smart format when you save for quotes (\u201c\u201d\u2018\u2019), em-dashes and en-dashes, and ellipses (\u2026)."
},
"languageToolLinter.diagnosticSeverity": {
"type": "string",
Expand Down Expand Up @@ -307,7 +307,7 @@
"Portuguese",
"Portuguese (Angola preAO)",
"Portuguese (Brazil)",
"Portuguese (Moçambique preAO)",
"Portuguese (Mo\u00e7ambique preAO)",
"Portuguese (Portugal)",
"Romanian",
"Russian",
Expand Down Expand Up @@ -404,7 +404,7 @@
"Portuguese",
"Portuguese (Angola preAO)",
"Portuguese (Brazil)",
"Portuguese (Moçambique preAO)",
"Portuguese (Mo\u00e7ambique preAO)",
"Portuguese (Portugal)",
"Romanian",
"Russian",
Expand Down

0 comments on commit 01b6c95

Please sign in to comment.