Releases: mihai-vlc/path-autocomplete
Releases · mihai-vlc/path-autocomplete
1.24.1
1.24.0
- Adds support for regex modifiers on the replace transformation. Fixes #118
- Adds support for the
inputReplace
transformation type. Fixes #118
1.23.0
- Adds support for language specific configurations. Fixes #123
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.0
1.20.0
Adds support for VS Code for Web
1.19.1
Fixes the extension loading on remote ssh #108
1.19.0
Updates the completion label to be consistent with insertText
Fix: asar file is recogonized as directory
Upgrade dependencies
1.18.0
- integrate some useful front end tools: eslint, prettier
- optimize dotfiles, settings.json, launch.json
- fix #100
- remove npm package suggestion because VSCode has builtin support
- code style and performance optimization
1.17.1
Fixed issue with absolute paths on windows.
1.17.0
Adds support for partial paths.
Previously the completions were only generated if the path inserted by the user
was a valid folder on the disk.
Starting with this version partial paths are suppored as well.
Examples:
./tmp/folder1/ -- generates suggetions
./tmp/fol -- generates suggetions for ./tmp/ and filters out items that don't start with fol
This feature fixes: #87
1.16.0
Added new option path-autocomplete.disableUpOneFolder
. Fixes #89
By default it's set to true
.