File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5
5
"debugpy.command.reportIssue.title" : " Report Issue..." ,
6
6
"debugpy.command.viewOutput.title" : " Show Output" ,
7
7
"debugpy.debugJustMyCode.description" : " When debugging only step through user-written code. Disable this to allow stepping into library code." ,
8
+ "debugpy.debugVariablePresentation.description" : " Allow the user to specify the preferred presentation of variables." ,
9
+ "debugpy.debugVariablePresentation.all.description" : " Set preferred presentation of variables for all instances." ,
10
+ "debugpy.debugVariablePresentation.class.description" : " Set Class presentation of variables." ,
11
+ "debugpy.debugVariablePresentation.function.description" : " Set Function preferred presentation of variables." ,
12
+ "debugpy.debugVariablePresentation.protected.description" : " Set Protected preferred presentation of variables." ,
13
+ "debugpy.debugVariablePresentation.special.description" : " Set Special preferred presentation of variables." ,
8
14
"debugpy.showPythonInlineValues.description" : " Whether to display inline values in the editor while debugging."
9
15
}
You can’t perform that action at this time.
0 commit comments