Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 1.01 KB

Contributing

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.

Install

Requirements:

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

Run

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