- Save projects path on Store;
- Open projects in VSCode;
- Logs and Monitoring with Sentry;
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:
Contributions are always welcome, consider opening an issue first and discuss with the community before opening a pull request.
Check out the CONTRIBUTING.md.