mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Update monaco-editor-core and dependencies.
This commit is contained in:
parent
ce5a045dbd
commit
fd2ab300e9
5 changed files with 83 additions and 22 deletions
|
|
@ -23,7 +23,11 @@ You need to have all the build setup of VS Code to be able to build the Monaco E
|
|||
* Install all the [prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites)
|
||||
|
||||
### OS X and Linux
|
||||
```
|
||||
|
||||
```bash
|
||||
# clone vscode-loc repository for localized string resources
|
||||
/src> git clone https://github.com/microsoft/vscode-loc
|
||||
# clone VS Code repository
|
||||
/src> git clone https://github.com/microsoft/vscode
|
||||
/src> cd vscode
|
||||
# install npm deps for vscode
|
||||
|
|
@ -33,7 +37,11 @@ You need to have all the build setup of VS Code to be able to build the Monaco E
|
|||
```
|
||||
|
||||
### Windows
|
||||
```
|
||||
|
||||
```cmd
|
||||
# clone vscode-loc repository for localized string resources
|
||||
/src> git clone https://github.com/microsoft/vscode-loc
|
||||
# clone VS Code repository
|
||||
/src> git clone https://github.com/microsoft/vscode
|
||||
/src> cd vscode
|
||||
# install npm deps for vscode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue