mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Change =dev to =src in the links
This commit is contained in:
parent
f6fb545dc9
commit
d7ef525b1d
1 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ You need to have all the build setup of being able to build VS Code to be able t
|
||||||
/src/monaco-editor> npm run simpleserver
|
/src/monaco-editor> npm run simpleserver
|
||||||
```
|
```
|
||||||
|
|
||||||
Open [http://localhost:8080/monaco-editor/test/?editor=dev](http://localhost:8080/monaco-editor/test/?editor=dev) to run.
|
Open [http://localhost:8080/monaco-editor/test/?editor=src](http://localhost:8080/monaco-editor/test/?editor=src) to run.
|
||||||
|
|
||||||
## Running a plugin from source (e.g. monaco-typescript)
|
## Running a plugin from source (e.g. monaco-typescript)
|
||||||
|
|
||||||
|
|
@ -73,13 +73,13 @@ Open [http://localhost:8080/monaco-editor/test/?editor=dev](http://localhost:808
|
||||||
/src/monaco-typescript> npm run watch
|
/src/monaco-typescript> npm run watch
|
||||||
```
|
```
|
||||||
|
|
||||||
Open [http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev](http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev) to run.
|
Open [http://localhost:8080/monaco-editor/test/?editor=src&monaco-typescript=src](http://localhost:8080/monaco-editor/test/?editor=src&monaco-typescript=src) to run.
|
||||||
|
|
||||||
## Running the editor tests
|
## Running the editor tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/src/vscode> npm run monaco-editor-test
|
/src/vscode> npm run monaco-editor-test
|
||||||
# or run a test page http://localhost:8080/monaco-editor/test/?editor=dev
|
# or run a test page http://localhost:8080/monaco-editor/test/?editor=src
|
||||||
```
|
```
|
||||||
|
|
||||||
> Tip: All folders must be cloned as siblings.
|
> Tip: All folders must be cloned as siblings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue