We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27499c7 commit 5f5726cCopy full SHA for 5f5726c
extensions/vscode/package.json
@@ -454,21 +454,7 @@
454
"group": "navigation"
455
}
456
]
457
- },
458
- "problemMatchers": [
459
- {
460
- "name": "vite",
461
- "label": "Vite problems",
462
- "pattern": {
463
- "regexp": ""
464
465
- "background": {
466
- "activeOnStart": true,
467
- "beginsPattern": "restarting server...$",
468
- "endsPattern": "\\s*ready in|server restarted."
469
- }
470
471
- ]
+ }
472
},
473
"scripts": {
474
"build:dev": "rolldown --config",
0 commit comments