Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 1 KB

How to contribute
Actually, how to build the project

Preparations

  1. If you're running Ubuntu (or Debian) you'll need to install ALSA first, do so with: sudo apt-get install libasound2-dev.
  2. Have Node.JS and npm installed.
  3. Run npm install in this project.
  4. Edit the deceleration file for the node-speaker package to actually work.
    1. Open node_modules/speaker/index.d.ts.
    2. Write declare in front of the namespace and class.

Building, Packaging, and Installing

  1. Run npx vsce package to build and package the extension.
  2. You should now have a .vsix file in your top directory. Install it by hitting F1 and typing install from VSIX and then selecting the new file.
  3. You might have to restart VS Code for the install to take effect.

Development

If you actually want to help develop you can debug the extension jus by hitting F5 in VS Code to start the built-in debugger.