json-language-features/CONTRIBUTING.md fixes

In particular, mention npm and yarn as appropriate.
Some of the mentions had apparently been inadvertantly switched???
This commit is contained in:
Samuel Bronson 2019-05-04 00:20:12 -04:00
parent 7d39e805fb
commit 1661bf4fa3

View file

@ -27,9 +27,9 @@ However, within this extension, you can run a development version of `vscode-jso
#### Linking `vscode-json-languageservice` in `json-language-features/server/`
- Clone [Microsoft/vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice)
- Run `yarn` in `vscode-json-languageservice`
- Run `yarn link` in `vscode-json-languageservice`. This will compile and link `vscode-json-languageservice`
- In `json-language-features/server/`, run `npm link vscode-json-languageservice`
- Run `npm install` in `vscode-json-languageservice`
- Run `npm link` in `vscode-json-languageservice`. This will compile and link `vscode-json-languageservice`
- In `json-language-features/server/`, run `yarn link vscode-json-languageservice`
#### Testing the development version of `vscode-json-languageservice`