https://github.com/maxisam/my-folders
https://github.com/maxisam/my-folders
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxisam/my-folders
- Owner: maxisam
- License: mit
- Created: 2024-10-21T19:23:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T19:54:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T19:01:56.874Z (over 1 year ago)
- Language: TypeScript
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-folders
Bookmark your favorite folders in the explorer view.
- Bookmark your favorite folders in the explorer view
- Rename bookmark name with sorting
- Save data to a configuration file (`.vscode/my-folders.json`)
- Focus on the bookmarked folder
- exclude my-folders.json locally in .git/info/exclude
- skip settings.json changes in git when focus mode is activated
## Known Issues
Focus on the bookmarked folder utilizes the file.exclude setting. It has to change the settings.json file with [some not-so-pretty code.](https://github.com/microsoft/vscode/issues/869)
## Acknowledgement
This extension is inspired by the following extensions:
- [Explorer Bookmark](https://github.com/UrosVuj/Explorer-Bookmark)
- [Scope to This](https://github.com/rhalaly/scope-to-this-vscode)