LaTeX-Workshop/CONTRIBUTING.md
2019-04-16 10:37:06 -04:00

610 B

Contributing to LaTeX-Workshop

Prerequisites for building the extension

Make sure you have installed:

  • node.js
  • npm
  • yarn
  • the tslint extension for VS Code (recommended)

Then run

yarn install

inside the extension workspace to download the node modules needed to build the extension.

Testing the extension

In VS Code, simply press <F5> (or run Debug: Start Debugging from the command palette) and a new window will pop up where you can test the extension.