Thanks for taking the time to contribute! 🙇♀️🙇♂️ Every little bit of help counts!
As one of the repositories under the scanapi
GitHub organization, this repository follows the
ScanAPI Contributing Guideline.
Clone the repository and enter into the project's folder:
$ git clone [email protected]:scanapi/vscode-extension.git
$ cd vscode-extension
Install the dependencies:
$ npm install
$ npm run vscode:prepublish
Then, open the vscode-extension folder inside the editor:
$ code .
Select the file src/extension.ts
and press F5
. Select the option VS Code Extension Development (Preview)
.
This will compile and run the extension in a new Extension Development Host window. There you can test the extension running locally.