mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
754bc0d5b6
commit
59ceb2d3be
1 changed files with 5 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue