mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Repairs example urls
This commit is contained in:
parent
60a087657e
commit
990456e51f
2 changed files with 28 additions and 11 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -15,6 +15,12 @@
|
|||
"order": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Website",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"url": "http://localhost:8080/"
|
||||
},
|
||||
{
|
||||
// Clone VS Code and make sure the task "Launch Http Server" runs.
|
||||
// Then the editor is build from sources.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue