mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-10-31 19:17:26 -05:00
14 lines
268 B
JSON
14 lines
268 B
JSON
{
|
|
// 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": []
|
|
}
|
|
]
|
|
}
|