Zed recents extension

This extension provides a command to quickly access and open recently edited Zed projects directly from Vicinae.

Usage

  1. Install dependencies:
    npm install
    
  2. Run the extension in development mode:
    npm run dev
    
  3. Build the production bundle:
    npm run build
    

License

MIT