Merge pull request #3589 from microsoft/hediet/numerous-goat

Fixes launch config
This commit is contained in:
Henning Dieterichs 2023-02-23 16:03:53 +01:00 committed by GitHub
commit 397617aec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.vscode/launch.json vendored
View file

@ -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",