Files
trpic/.vscode/launch.json
Hubert Chen 4e600fca39 add sort select box
embed web assets use `embed.FS`
add more sort mode
adjust justified layout target height in width screen
set max-width `30vw` to sidebar
2026-01-23 20:14:03 +08:00

19 lines
371 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}/_debug_trpic"
}
]
}