mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-02-22 14:19:53 -06: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": []
|
|
}
|
|
]
|
|
}
|