Update CONTRIBUTING.md

pull/304/head
João Moreno 8 years ago committed by GitHub
parent 754bc0d5b6
commit 59ceb2d3be

@ -29,7 +29,7 @@ These packages are described in the root file called `metadata.js` and it is pos
/src/vscode> npm run monaco-editor-setup
# start the compiler in the background
/src/vscode> npm run watch-client
/src/vscode> gulp watch-client
# clone monaco-editor (note the folders must be siblings!)
/src> git clone https://github.com/Microsoft/monaco-editor
@ -39,10 +39,10 @@ These packages are described in the root file called `metadata.js` and it is pos
# start a local http server in the background
/src/monaco-editor> npm run simpleserver
# open http://localhost:8080/monaco-editor/test/?editor=dev
```
Open http://localhost:8080/monaco-editor/test/?editor=dev to run.
## Running a plugin from source (e.g. monaco-typescript)
```bash
@ -54,10 +54,10 @@ These packages are described in the root file called `metadata.js` and it is pos
# start the compiler in the background
/src/monaco-typescript> npm run watch
# open http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev
```
Open http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev to run.
## Running the editor tests
```bash

Loading…
Cancel
Save