mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-07 01:14:54 -06:00
Fix chezmoi template problemMatcher
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -34,7 +34,7 @@
|
|||||||
"owner": "chezmoi",
|
"owner": "chezmoi",
|
||||||
"fileLocation": ["autoDetect", "${workspaceFolder}"],
|
"fileLocation": ["autoDetect", "${workspaceFolder}"],
|
||||||
"pattern": {
|
"pattern": {
|
||||||
"regexp": "^chezmoi: template: (.*):(\\d+):(\\d+): executing \"stdin\" at <.*>: (.*)$",
|
"regexp": "^chezmoi: template: (.*):(\\d+):(\\d+): executing \".+\" (at .*)$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2,
|
"line": 2,
|
||||||
"column": 3,
|
"column": 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user