- Initial release
- Increased actions timeout for high latency environments
- Added 'Open scratchpad' functionality
- Fixed issue #2 - command 'scratchpads.openScratchpad' not found
- Fixed issue #4 - Extension creates 7 XML scratchpads upon install
- Changelog updates
- Dependencies update due to security vulnerabilities
- Fixed issue #7 - Use new Global storage path
- Changelog updates
- Important Note !!!
Prior to build 0.0.6, upgrading scratchpads will remove all previously created scratchpads.
Assuming the old extension folder was not removed yet by vscode, you can attempt to retrieve the old scratchpads from %USERPROFILE%\.vscode\extensions\buenon.scratchpads-<OLD_VERSION>\scratchpads\
As of build 0.0.6 the new scratchpads location is %USERPROFILE%\AppData\Roaming\Code\User\globalStorage\buenon.scratchpads\scratchpads\
- PR #17 - @omeryagmurlu - Added remove single scratchpad feature
- PR #19 - @nobodyme - Create scratchpads with custom file names
- File Types
- BREAKING CHANGE: All previously added custom filetypes will be lost.
You'll probably find them in the new list and if not you can re-add them using a new command. - Added more file types based on language-map
- Added a new command
Scratchpads: New filetype
for adding new filetypes to the list
- BREAKING CHANGE: All previously added custom filetypes will be lost.
- New features
- Auto paste clipboard text into newly created scratchpads
- Auto format document (works if auto paste is enabled)
- Specify a custom scratchpads folder (When changing folders the data will not be moved automatically)
- Prompt for filename when creating a new scratchpad is now optional (default off)