adds monaco editor playground launch config

This commit is contained in:
Henning Dieterichs
2025-11-10 18:14:21 +01:00
committed by Henning Dieterichs
parent 431809157b
commit b6b78218fe
13 changed files with 1350 additions and 9 deletions

12
.vscode/tasks.json vendored
View File

@@ -279,9 +279,12 @@
"detail": "node_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit"
},
{
"label": "Launch Http Server",
"label": "Launch Monaco Editor Vite",
"type": "shell",
"command": "node_modules/.bin/ts-node -T ./scripts/playground-server",
"command": "npm run dev",
"options": {
"cwd": "./build/monaco-editor-playground/"
},
"isBackground": true,
"problemMatcher": {
"pattern": {
@@ -292,10 +295,7 @@
"beginsPattern": "never match",
"endsPattern": ".*"
}
},
"dependsOn": [
"Core - Build"
]
}
},
{
"label": "Launch MCP Server",