mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
adds monaco editor playground launch config
This commit is contained in:
committed by
Henning Dieterichs
parent
431809157b
commit
b6b78218fe
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user