LastMUD/.vscode/launch.json
Miroslav Vasilev 2d3ad194d6 Initial
2025-06-16 14:59:51 +03:00

15 lines
No EOL
465 B
JSON

{
// 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": "Launch file",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/src/Server/main.go"
},
]
}