glox/.vscode/launch.json

15 lines
434 B
JSON
Raw Normal View History

2024-09-30 21:46:31 +03: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",
2024-10-05 18:58:49 +03:00
"configurations": [
{
"name": "Attach to Process",
"type": "go",
"request": "attach",
"mode": "local",
"processId": 0
}
]
2024-09-30 21:46:31 +03:00
}