Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 610 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 610 Bytes

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.