VSCode recents extension
This extension provides a command to quickly access and open recently edited Visual Studio Code projects directly from Vicinae.
Usage
- Install dependencies:
npm install - Run the extension in development mode:
npm run dev - Build the production bundle:
npm run build
License
MIT