Skip to content

Commit a9687ac

Browse files
chore: release 0.17.1 (#414)
1 parent 396e089 commit a9687ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.17.1
2+
3+
- **Fix:** The cursor position doesn't unexpectedly change when typing fast/whitespace render mode chages/using `INSERT` mode in vscodevim
4+
- **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
5+
16
## 0.17.0
27

38
- **New:** add option to disable the "Generate .editorconfig" context menu entry (by @SunsetTechuila)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "EditorConfig for VS Code",
44
"description": "EditorConfig Support for Visual Studio Code",
55
"publisher": "EditorConfig",
6-
"version": "0.17.0",
6+
"version": "0.17.1",
77
"icon": "EditorConfig_icon.png",
88
"engines": {
99
"vscode": "^1.82.0"

0 commit comments

Comments
 (0)