1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-10-31 19:17:26 -05:00
dotfiles/.vscode/tasks.json

14 lines
268 B
JSON
Raw Normal View History

2023-04-24 21:01:06 -05:00
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "deploy",
"type": "shell",
"command": "dotter",
"problemMatcher": []
}
]
}