advent-of-code-2023/.vscode/settings.json

8 lines
246 B
JSON
Raw Normal View History

2021-12-06 20:04:34 +01:00
{
// 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
}