Skip to content

Commit

Permalink
chore: release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Feb 20, 2025
1 parent 396e089 commit 8d283db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.17.1

- **Fix:** When `insert_final_newline` is set to `true` selections don't change when typing fast/whitespace render mode chages/using `INSERT` mode in vscodevim
- **Revert:** The cursor position changes if it was on the last character of the last line when the last newline was inserted. This is an expected regression that will be fixed in the next version after the VSCode update

## 0.17.0

- **New:** add option to disable the "Generate .editorconfig" context menu entry (by @SunsetTechuila)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "EditorConfig for VS Code",
"description": "EditorConfig Support for Visual Studio Code",
"publisher": "EditorConfig",
"version": "0.17.0",
"version": "0.17.1",
"icon": "EditorConfig_icon.png",
"engines": {
"vscode": "^1.82.0"
Expand Down

0 comments on commit 8d283db

Please sign in to comment.