mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-25 01:34:41 -05:00
14 lines
382 B
JSON
14 lines
382 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Debug",
|
||
|
"type": "go",
|
||
|
"request": "launch",
|
||
|
"mode": "debug",
|
||
|
"program": "${workspaceFolder}/main.go",
|
||
|
"output": "${workspaceFolder}/dist/main.exe",
|
||
|
"buildFlags": "-ldflags '-X sub2clash/config.Dev=true -X sub2clash/config.Version=dev'"
|
||
|
}
|
||
|
]
|
||
|
}
|