mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Update README.md
This commit is contained in:
parent
4504c54874
commit
44c71ed7cc
1 changed files with 2 additions and 2 deletions
|
|
@ -157,14 +157,14 @@ Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/mona
|
||||||
* clone https://github.com/Microsoft/vscode in `$/src/vscode/` (next to this repo)
|
* clone https://github.com/Microsoft/vscode in `$/src/vscode/` (next to this repo)
|
||||||
* run `$/src/vscode> gulp watch`
|
* run `$/src/vscode> gulp watch`
|
||||||
* run `$/src/monaco-editor> npm run simpleserver`
|
* run `$/src/monaco-editor> npm run simpleserver`
|
||||||
* open http://localhost:8080/monaco-editor/test/?editor=dev
|
* open [http://localhost:8080/monaco-editor/test/?editor=dev](http://localhost:8080/monaco-editor/test/?editor=dev)
|
||||||
|
|
||||||
### Running a plugin (e.g. monaco-typescript) from source
|
### Running a plugin (e.g. monaco-typescript) from source
|
||||||
|
|
||||||
* clone https://github.com/Microsoft/monaco-typescript in `$/src/monaco-typescript` (next to this repo)
|
* clone https://github.com/Microsoft/monaco-typescript in `$/src/monaco-typescript` (next to this repo)
|
||||||
* run `$/src/monaco-typescript> npm run watch`
|
* run `$/src/monaco-typescript> npm run watch`
|
||||||
* run `$/src/monaco-editor> npm run simpleserver`
|
* run `$/src/monaco-editor> npm run simpleserver`
|
||||||
* open http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev
|
* open [http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev](http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue