Fix chezmoi template problemMatcher

This commit is contained in:
2024-11-07 19:06:05 -06:00
parent 0cb2bea7e7
commit 1195359f13

2
.vscode/tasks.json vendored
View File

@@ -34,7 +34,7 @@
"owner": "chezmoi",
"fileLocation": ["autoDetect", "${workspaceFolder}"],
"pattern": {
"regexp": "^chezmoi: template: (.*):(\\d+):(\\d+): executing \"stdin\" at <.*>: (.*)$",
"regexp": "^chezmoi: template: (.*):(\\d+):(\\d+): executing \".+\" (at .*)$",
"file": 1,
"line": 2,
"column": 3,