mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Merge pull request #3589 from microsoft/hediet/numerous-goat
Fixes launch config
This commit is contained in:
commit
397617aec5
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -8,7 +8,7 @@
|
||||||
"name": "Monaco Editor Playground",
|
"name": "Monaco Editor Playground",
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"url": "https://microsoft.github.io/monaco-editor/playground.html?sourceLanguages=http%3A%2F%2Flocalhost%3A5002%2Fdist%2Flanguages%2Famd-tsc",
|
"url": "https://microsoft.github.io/monaco-editor/playground.html?sourceLanguages=http%3A%2F%2Flocalhost%3A5002%2Fout%2Flanguages%2Famd-tsc",
|
||||||
"preLaunchTask": "Launch Http Server",
|
"preLaunchTask": "Launch Http Server",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"group": "monaco",
|
"group": "monaco",
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"name": "Monaco Editor Playground (Load From VS Code Http Server)",
|
"name": "Monaco Editor Playground (Load From VS Code Http Server)",
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"url": "https://microsoft.github.io/monaco-editor/playground.html?sourceLanguages=http%3A%2F%2Flocalhost%3A5002%2Fdist%2Flanguages%2Famd-tsc&source=http%3A%2F%2Flocalhost%3A5001%2Fout%2Fvs",
|
"url": "https://microsoft.github.io/monaco-editor/playground.html?sourceLanguages=http%3A%2F%2Flocalhost%3A5002%2Fout%2Flanguages%2Famd-tsc&source=http%3A%2F%2Flocalhost%3A5001%2Fout%2Fvs",
|
||||||
"preLaunchTask": "Launch Http Server",
|
"preLaunchTask": "Launch Http Server",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"group": "monaco",
|
"group": "monaco",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue