Files
tplate/.vscode/launch.json
Hubert Chen 5894c4ee82 add github/jinzhu/copier to copy private options
update `launch.json`
create lute parse and render private options
add some style to `index.tmpl`
merge template and lute function
read options from config file
2025-04-27 01:10:33 +08:00

19 lines
372 B
JSON

// https://v2ex.com/t/1125422#r_16140286
{
"version": "0.2.0",
"configurations": [
{
"name": "调试主程序",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/",
"env": {},
"args": [],
"cwd": "${workspaceFolder}",
"output": "${workspaceFolder}/output/debug_app"
}
]
}