Skip to content

Releases: fayras/vscode-simple-new-file

Version 1.1.2

25 Sep 19:30
Compare
Choose a tag to compare

Fixed

  • Extension works for files outside of the workspace again. #4

Changed

  • Input will now be trimmed. #9

Version 1.1.1

08 Jun 15:41
Compare
Choose a tag to compare

Fixed

  • Fixed an issue on Windows when starting the path with /.

Version 1.1.0

08 Jun 14:39
Compare
Choose a tag to compare

New features

  • The extension now comes with two new settings defaultPath and showDetails!
    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 new QuickPickItem 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.