fix(vscode): problem matcher lagging the interface

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-25 19:43:30 +00:00
parent c412a75f91
commit 0b21c57ee5
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

2
.vscode/tasks.json vendored
View File

@ -219,7 +219,7 @@
"background": { "background": {
"activeOnStart": true, "activeOnStart": true,
"beginsPattern": ".", "beginsPattern": ".",
"endsPattern": "CR0 update", "endsPattern": "CPU Reset",
} }
} }
], ],