Skip to content

Commit ca06ffc

Browse files
0.17.2 (#429)
1 parent 1ebda14 commit ca06ffc

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.17.2
2+
3+
- **Fix:** allow empty values in .editorconfig
4+
- **Fix:** use the `insertFinalNewLine` command to insert a final newline, fixes selection change
5+
16
## 0.17.1
27

38
- **Fix:** The cursor position doesn't unexpectedly change when typing fast/whitespace render mode chages/using `INSERT` mode in vscodevim

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
6+
"version": "0.17.2",
77
"icon": "EditorConfig_icon.png",
88
"engines": {
99
"vscode": "^1.90.0"

0 commit comments

Comments
 (0)