-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from scanapi/fix-headers
Add missing keys and fix some completions
- Loading branch information
Showing
6 changed files
with
1,087 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules/ | ||
out/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Contributing | ||
|
||
Thanks for taking the time to contribute! 🙇♀️🙇♂️ Every little bit of help counts! | ||
|
||
## Install | ||
|
||
### Requirements: | ||
- [node.js](https://nodejs.org/en/) | ||
- [Visual Studio Code](https://code.visualstudio.com/download) | ||
|
||
|
||
Clone the repository and enter into the project's folder: | ||
|
||
```shell | ||
$ git clone [email protected]:scanapi/vscode-extension.git | ||
$ cd vscode-extension | ||
``` | ||
|
||
Install the dependencies: | ||
|
||
```shell | ||
$ npm install | ||
``` | ||
|
||
## Run | ||
|
||
```shell | ||
$ npm run vscode:prepublish | ||
``` | ||
|
||
Then, open the vscode-extension folder inside the editor: | ||
|
||
```shell | ||
$ 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.