mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
Removes vite problem matcher to avoid OOM (#282720)
This commit is contained in:
committed by
GitHub
parent
2b4df39d2c
commit
8c45811887
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
@@ -286,16 +286,6 @@
|
||||
"cwd": "./build/vite/"
|
||||
},
|
||||
"isBackground": true,
|
||||
"problemMatcher": {
|
||||
"pattern": {
|
||||
"regexp": ""
|
||||
},
|
||||
"background": {
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": "never match",
|
||||
"endsPattern": ".*"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Launch MCP Server",
|
||||
|
||||
Reference in New Issue
Block a user