- Fixed a bug where not all windows drives were accepted as editors that could be harpooned.
- Removed
isQuickPick
from the command list, as it was never meant to be used that way. - Added two new commands to help with jumping editors.
navigateNextEditor
(andnavigateGlobalNextEditor
): Jumps to the next editor in the listnavigatePreviousEditor
(andnavigateGlobalPreviousEditor
): Jumps to the previous editor in the list
- Fixed bug where the _ lines in the vscode-harpoon.harpoon file would be filtered out on Windows.
- Added the ability to track if the vscode-harpoon quickPick is visible.
- Added new command
gotoPreviousHarpoonEditor
allowing the ability to jump to the previous harpoon editor.
- Fixed bug in Windows where the user would not see the filename in the quick pick menu
- Added the ability to remove an editor from the quick pick menu
- Fixed bug where AddEditor would append after the latest editor, even if there was an index available before it (e.g. if an editor was added using AddEditor5)
- Added ability to use vscode-harpoon inside a 'Live Share' (https://learn.microsoft.com/en-us/visualstudio/liveshare/) session.
- Allow files living on the windows D drive to be marked as editors.
- Allow jumping to already open splits
- Allow the ability to be specific about which id you want your editor to be at. such as addEditor5
- Fixed bug where editors would be added multiple times
- Changed location of vscodeHarpoon.harpoon file to ~/.vscode/vscodeHarpoon.harpoon so that it wont be accidentally committed to git
- Add the ability to use a quick pick menu for navigation
- Initial release
- User can add editors both globally and per workspace
- User can change editors (1 - 9) both globally and per workspace
- User can edit editors both globally and per workspace