8 lines
246 B
JSON
8 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
|
||
|
}
|