Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.46 KB

README.md

File metadata and controls

70 lines (43 loc) · 1.46 KB

Code Explorer

Code Explorer is an application that helps you easily explore your recently opened Visual Studio Code projects. It provides a user-friendly interface to quickly access and search your projects, making laziest developers life a bit more relaxing.



Installation

To install and run VSCode Projects Explorer locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/guasam/code-explorer
  2. Navigate to the project directory:

    cd code-explorer
  3. Install the dependencies:

    npm install
  4. Start the application:

    npm run dev

Usage

Once the application is running, you can:

  • State File Path: Set the state file path from your vscode installation directory.
"C:\Users\{Username}\AppData\Roaming\Code\User\globalStorage\state.vscdb"
  • View Recent Projects: See a list of your recently opened Visual Studio Code projects.
  • Open Projects: Click on a project name to open it in Visual Studio Code.

Production / Distribution

To build the application for production usage on windows platform, use this commnad:

npm run build:win

For Your Information

This application is currently supported for the Windows platform. If you'd like to contribute to this project for other platforms (mac, linux, etc.), all pull requests are welcome.