advent-of-code-2023/.vscode/settings.json
2021-12-06 13:07:13 -06:00

7 lines
246 B
JSON

{
// This enables breakpoints in .zig files.
// You can add this line to your global settings
// with Ctrl+P "> Preferences: Open Settings (JSON)"
// to have it apply to all projects
"debug.allowBreakpointsEverywhere": true
}