git-project-manager/.vscode/launch.json

19 lines
499 B
JSON
Raw Normal View History

2024-12-19 18:59:42 +00:00
{
"$schema": "https://raw.githubusercontent.com/mfussenegger/dapconfig-schema/master/dapconfig-schema.json",
"version": "0.2.0",
"configurations": [
{
"name": "Load Gitea",
"type": "delve",
"request": "launch",
"program": "${workspaceFolder}",
"args": [
"cache",
"load",
"--remote",
"https://gitea.libretechconsulting.com"
]
}
]
}