Skip to content

Contributing

Christopher edited this page Jun 20, 2018 · 3 revisions

Setup

git clone https://github.com/JohnstonCode/svn-scm.git

cd svn-scm

code .

Open the integrated terminal inside VS Code

npm install

npm run compile

To test and debug the extension press F5 or go to the debug menu and click Start Debugging This will open another version of VS Code in extension debug mode. Here you can test changes.

When updating extension code you will need to restart the VS code running on debug mode. This can be done using the green restart button on the debug menu at the top of the screen or by pressing Ctrl + Shift + F5

Clone this wiki locally