go-urlsh/.vscode/launch.json

19 lines
508 B
JSON
Raw Permalink Normal View History

2024-05-04 17:06:01 +02:00
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "debug go-urlsh",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"envFile": "${workspaceFolder}/settings.env"
}
2024-09-30 13:19:01 +02:00
2024-05-04 17:06:01 +02:00
]
}