Removes vite problem matcher to avoid OOM (#282720)

This commit is contained in:
Henning Dieterichs
2025-12-11 13:29:12 +01:00
committed by GitHub
parent 2b4df39d2c
commit 8c45811887

10
.vscode/tasks.json vendored
View File

@@ -286,16 +286,6 @@
"cwd": "./build/vite/" "cwd": "./build/vite/"
}, },
"isBackground": true, "isBackground": true,
"problemMatcher": {
"pattern": {
"regexp": ""
},
"background": {
"activeOnStart": true,
"beginsPattern": "never match",
"endsPattern": ".*"
}
}
}, },
{ {
"label": "Launch MCP Server", "label": "Launch MCP Server",