A utility to save your favorite projects and files to open them easily on Visual Studio Code.
- Save projects and files to open in vscode;
- by drag and drop;
- by file's browser;
- WSL Integration (Windows);
- by drag and drop;
- projects (folders) only;
- Open bookmarks config to edit order and basename;
- Auto update;
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.
# Clone this repository
$ git clone https://github.com/ailtonloures/vscode-bookmark
# Go into the repository
$ cd vscode-bookmark
# Install dependencies
$ npm install
# Run the app
$ npm start
After installing all dependencies, you need to run the make
command to build the project.
# Go into the repository
$ cd vscode-bookmark
# Run the make command
$ npm run make
This software uses the following open source packages:
- Electron
- Electron Forge
- Electron Store
- Node.js
- ESlint
- Prettier
- Sentry
- Vite
- Husky
- Update Electron App
Contributions are always welcome, consider opening an issue first and discuss with the community before opening a pull request.
Check out the CONTRIBUTING.md.