A VSCode extension that lets you Bookmark files and folders in the Explorer.
- Adds a "Bookmarks" view to the Explorer sidebar
- Add files and folders to bookmarks
- Store bookmarks in
.vscode/bookmarks.jsonor workspace preferences - Displays bookmarked files and locations
- Drag and drop to reorder bookmarks
- Choose VSCode icons for each bookmark
- Context menu options to add/remove bookmarks
explorerBookmarks.storageworkspaceFile: store bookmarks in.vscode/bookmarks.jsonpreferences: store bookmarks in workspace preferences underexplorerBookmarks.bookmarks
This is really just here for my own reference.
pnpm run publish minor