vscode-wpilib
vscode-wpilib copied to clipboard
C++ debug configuration incorrect
Copied the JSON from the log into the configuration.
"stopAtEntry": "false",
According to the intellisense this is supposed to be an actual boolean, not a string.
Hmm. I'm actually passing this as an actual boolean all the way down. I'll dig into this a bit.