Releases: marlomgirardi/vscode-keep-context
Releases · marlomgirardi/vscode-keep-context
v0.5.3
v0.5.2
v0.5.1
It is actually v0.5 but I've forgot to compile the package as pre-release, so now need to bump the version.
v0.5.0
The feature added will work only with vscode v1.77.0
and forward, which is currently on vscode insiders only.
- Update dependencies
Added
- Store layout position within the task. Thanks to microsoft/vscode#171224
Fixes
- Task would not be removed from store when closing vscode after removing a task.
v0.4.0
Added
- Store
viewColumn
position for each file - Add "Context Store" (
file
orworkspace
) to Keep Context settings. - Store file relative path instead of full path.
Breaking changes
- By storing
viewColumn
it makes the old file storage incompatible, so once you select a new task. - The old
path
file is not supported anymore, so previous states won't work.
v0.3.0
- Upgrade all dependencies
- Update icons to use vscode-codicon.
- Replace
TextDocument
byTab
andTabGroup
.
v0.2.0
0.2.0 - 2021-05-21
Added
- Add task keybinding (Cmd+K Cmd+Shift+C).
- Select task keybinding (Cmd+K Cmd+Shift+S).
- Ask to add files when no task is active (#8)
Fixes
- Replace 'get' by 'update' on workspace method used on State.
Security
- Upgrade mocha to remove 'Prototype Pollution' from a dependency.
- Upgrade y18n and lodash due to
npm audit
recommendations.
Breaking changes
- The state of the extension is now saved in the reserved space by VS Code.
keep-context.json
will not be created. - Upgrade project dependencies.
v0.1.2
Fixes
- Fix
https-proxy-agent
vulnerability withnpm audit
. - Remove file from task when it was not found in the file system.
- Set
activeTask
asnull
when not found in the task's list.
v0.1.1
Fixes
- Fix
Settings.initialize
on first run (create.vscode
if not exists).
v0.1.0
Added
- Git support