Skip to content

Commit

Permalink
Don't show variable viewer by default
Browse files Browse the repository at this point in the history
Fix #11986
  • Loading branch information
roblourens committed Nov 10, 2022
1 parent a7a31af commit a2cd1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@
},
"jupyter.showVariableViewWhenDebugging": {
"type": "boolean",
"default": true,
"default": false,
"description": "%jupyter.configuration.jupyter.showVariableViewWhenDebugging.description%",
"scope": "application"
},
Expand Down

0 comments on commit a2cd1d5

Please sign in to comment.