Skip to content

Commit 1c30bda

Browse files
authored
Improve contributing guide (parse-community#5543)
* Update CONTRIBUTING.md * add note about installing code command
1 parent 0a2a554 commit 1c30bda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you are not familiar with Pull Requests and want to know more about them, you
99
### Recommended setup:
1010

1111
* [vscode](https://code.visualstudio.com), the popular IDE.
12-
* [Jasmine Test Explorer](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer), a very practical test exploration plugin which let you run, debug and see the test results inline.
12+
* [Jasmine Test Explorer](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-jasmine-test-adapter), a very practical test exploration plugin which let you run, debug and see the test results inline.
1313

1414
### Setting up you local machine:
1515

@@ -23,6 +23,8 @@ $ code . # launch vscode
2323
$ npm run watch # run babel watching for local file changes
2424
```
2525

26+
> To launch VS Code from the terminal with the `code` command you first need to follow the [launching from the command line section](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line) in the VS Code setup documentation.
27+
2628
Once you have babel running in watch mode, you can start making changes to parse-server.
2729

2830
### Good to know:

0 commit comments

Comments
 (0)