Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-vlc committed Sep 3, 2022
1 parent 4778fd5 commit f7c61f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Path Autocomplete Change Log

#### 1.21.0

- Adds support for the `useSingleBackslash` preference. Fixes #57
- Implements the auto detection of the `useBackslash` flag, fixes #112
- Updates the activation events to use `onStartupFinished`, fixes #114

#### 1.20.1

- Normalizes the path when using the VS Code for Web from Windows
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "path-autocomplete",
"displayName": "Path Autocomplete",
"description": "Provides path completion for visual studio code and VS Code for Web.",
"version": "1.20.2",
"version": "1.21.0",
"publisher": "ionutvmi",
"icon": "icon.png",
"repository": {
Expand Down

0 comments on commit f7c61f8

Please sign in to comment.