Pretty Home is a VS Code extension designed to enhance the appearance of your recent projects view, making it more organized and visually appealing.
- Grid Layout: Displays recent projects in a clean grid layout.
- Concise Information: Provides project titles and URLs for quick reference.
- Styling: Adapts seamlessly to all VS Code themes.
- Improved Readability: Enhances visual hierarchy and readability.
Recommended to set
"workbench.startupEditor": "none"
insettings.json
globally which mean disable the default vscode welcome page. But if you don't want to then it's fine.
- Currently, no known issues.
- Pretty Home now configurable to show default in homepage accessible from command pallete
- New command pallete option for put star in github
- Loading icon in tab bar
- Fix typo in no project found
- Multiple Pretty Home instance keep opening on focus out from tab and back again.
- Multiple Pretty Home instance keep opening on focus out from tab and back again.
- Load on startup by default
- Load on startup by default
Recommended to set
"workbench.startupEditor": "none"
insettings.json
globally which mean disable the default vscode welcome page.
- Remove redundant
Pretty Home Initialized ✨
notification
- State issue to memorize opening tab instance
- Fix state issue to memorize opening tab instance
- Update open instance logic, added logger in output channel and performance improvment.
- Extension download size optimize (100kb~) from 246kb to 155kb
- Refactor the command, action and handler code.
- Performance optimization
- Able to remove recent projects
Which will completly remove from vscode recent project history also. You can still access it from its original location if needed. Then it will appear again.
- Refactor & Performance optimization