Adds monaco editor playground launch config & http server

This commit is contained in:
Henning Dieterichs
2023-02-10 19:18:47 +01:00
parent 3708125b66
commit f4b345578d
4 changed files with 172 additions and 6 deletions

11
.vscode/launch.json vendored
View File

@@ -521,6 +521,17 @@
"args": [
"--extensionDevelopmentPath=${workspaceRoot}/extensions/debug-auto-launch"
]
},
{
"name": "Monaco Editor Playground",
"type": "chrome",
"request": "launch",
"url": "https://microsoft.github.io/monaco-editor/playground.html?source=http%3A%2F%2Flocalhost%3A5001%2Fout%2Fvs",
"preLaunchTask": "Launch Http Server",
"presentation": {
"group": "monaco",
"order": 4
}
}
],
"compounds": [