mirror of
https://github.com/krahets/hello-algo.git
synced 2026-01-12 00:04:24 +08:00
* update zig array list chapter * update not need change codes. * fix some pr issues and update time space chapter
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug",
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/zig-out/bin/${fileBasenameNoExtension}",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"preLaunchTask": "build"
|
|
}
|
|
]
|
|
} |