sk_gm_server/.vscode/launch.json

19 lines
576 B
JSON
Raw Normal View History

2023-03-20 13:38:28 +08: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": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "D:/work/code/GM_Manager/admin/gmanager/main.go",
"env": {},
"args": [],
"dlvFlags": ["--check-go-version=false"]
}
]
}