Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 600 Bytes

Contributing to LaTeX-Workshop

Prerequisites for building the extension

Make sure you have installed:

Then run

npm 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.