Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 739 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 739 Bytes

Contributing

You need to have Node.js installed to contribute to this project. You can download it from nodejs.org.

  1. Fork and clone the repository.
  2. Run npm install to install the dependencies.
  3. Open the project in Visual Studio Code.
  4. Inside the editor, open src/extension.ts and press F5 or run the command Debug: Start Debugging from the Command Palette (⇧⌘P). This will compile and run the extension in a new Extension Development Host window.
  5. Make your changes and restart the debugging session to see the changes.

Screen.Recording.2024-05-27.at.8.11.08.PM.mov