Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit d63e0f4

Browse files
committed
Add watch task
1 parent bc1030e commit d63e0f4

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,9 @@
1010
"problemMatcher": []
1111
},
1212
{
13-
"type": "script",
14-
"scriptType": "bash",
15-
"cmdLine": "./watch.sh",
16-
"path": "",
17-
"fileName": "watch.sh",
18-
"scriptFile": true,
19-
"requiresArgs": false,
20-
"uri": {
21-
"$mid": 1,
22-
"fsPath": "/home/nawordar/.local/share/chezmoi/watch.sh",
23-
"path": "/home/nawordar/.local/share/chezmoi/watch.sh",
24-
"scheme": "file"
25-
},
13+
"label": "Watch dotfiles",
14+
"type": "shell",
15+
"command": "./watch.sh",
2616
"problemMatcher": []
2717
}
2818
]

0 commit comments

Comments
 (0)