2023-11-03 02:35:30 +08:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Debug",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceFolder}/main.go",
|
|
|
|
"output": "${workspaceFolder}/dist/main.exe",
|
2024-03-13 13:30:45 +08:00
|
|
|
"buildFlags": "-ldflags '-X sub2clash/config.Version=dev'"
|
2023-11-03 02:35:30 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|