You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of saying "Try setting "justMyCode": false in the debug configuration (e.g., launch.json)," there should be an action on the notification to turn "just my code" off.
Note that I believe an extension can programmatically access and modify launch.jsons via vscode.workspace.getConfiguration('launch')
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Refs #94
Instead of saying "Try setting "justMyCode": false in the debug configuration (e.g., launch.json)," there should be an action on the notification to turn "just my code" off.
Note that I believe an extension can programmatically access and modify launch.jsons via
vscode.workspace.getConfiguration('launch')
The text was updated successfully, but these errors were encountered: