2023-11-03 02:35:30 +08:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Debug",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
2024-05-09 12:58:33 +08:00
|
|
|
"program": "${workspaceFolder}",
|
2023-11-03 02:35:30 +08:00
|
|
|
"output": "${workspaceFolder}/dist/main.exe",
|
2024-04-24 12:51:37 +08:00
|
|
|
"buildFlags": "-ldflags '-X sub2clash/constant.Version=dev'"
|
2023-11-03 02:35:30 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|