All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added a new FAQ section detailing how to avoid auto-closing the new file dialog on focus change. Thanks @deadcoder0904 [#47]
- Remove
.vscode-test
folder from the extension package. Thanks for raising this @ngocphamm #44
- Move to using the new multi-folder workspace API instead
workspace.rootPath
- Fully removed support for
extension.newFile
command
- Fixed "Cannot read property 'message' of undefined" prompt. Thanks @Telokis #31
- Using correct path separator for Windows. Thanks @Telokis #32
- Fixed unnecessary deprecation warning. Thanks @davidkpiano #30
- Added TSLint, Prettier and linting rules to the project for easier contributing
- Added new contributors to README
- New File dialog now selects on the filename by default. Thanks @thechriswalker #27
- Deprecation message for
showFullPath
shows now correctly. Thanks @Telokis #28
- Fixed wrong setting name in package.json
- Added new option to expand braces notation for multi-file creation
- Added missing description to
newFile.showPathRelativeTo
- Typo in README
- Added CHANGELOG.md
- New option to create files through explorer menu
- Feature to use
./
in a./path/to/file.js
to create a file relative to the current regardless of settings - Added new setting
newFile.showPathRelativeTo
in replacement ofnewFile.showAbsolutePath
- Added yarn support
- Added mocha for testing
- Added CI
- Minimum VS Code version to 1.0.0
- Split extension code into two files
- Refactor some functions for easier extension
- Updated TypeScript version from 1.8 to 2.3
- Switched default Mac keybinding back to cmd+alt+N after VS Code fixed bug
- Change namespace for extension command from
extension
tonewFile
- Deprecated
extension.createNewFile
in favor ofnewFile.createNewFile
- Deprecated
newFile.showAbsolutePath
setting in favor ofnewFile.showPathRelativeTo
- Modified config for
newFile.relativeTo
setting to only allow 'project', 'root', 'file' as valid values
expect.js
dependency- Reliance on
typings
in favor of@types/
- Fixed minor bug in determineRoot()
MISSING CHANGELOG