Releases: fayras/vscode-simple-new-file
Releases · fayras/vscode-simple-new-file
Version 1.1.2
Version 1.1.1
Fixed
- Fixed an issue on Windows when starting the path with
/
.
Version 1.1.0
New features
- The extension now comes with two new settings
defaultPath
andshowDetails
!
For a detailed list take a look at the README.
Changed
- The details (when visible) are now relative to the root path of your workspace instead of the current file.
- The required version of VSCode is now
1.29.0
.
This change was made due to a newQuickPickItem
API which made possible to hide the details of items.
Fixed
- Fixed a bug which prevented loading of the directory content when changing to the same directory from which the prompt was opened.