Simple scratchpad extension for vscode that creates non-volitile scratchpads.
There are two types of scratchpad
- Local
- Run with
ScratchPad: Open Local
- Opens scratchpad for the current workspace.
- If there is no workspace it will open the global scratchpad.
- Global
- Run with
ScratchPad: Open
- Opens the global scratchpad for the current user.
- Add setting to change scratchpad name.
- Switch between multiple scratchpads and change default scratchpad.
- Add tests