gpx-download/.vscode/tasks.json

9 lines
No EOL
133 B
JSON

{
"version": "2.0.0",
"tasks": [{
"label": "just: prebuild",
"command": "just",
"args": ["prebuild"],
"type": "shell"
}]
}