File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 128
128
"properties" : {
129
129
"debugpy.debugJustMyCode" : {
130
130
"default" : true ,
131
- "description" : " %debugpy.debugJustMyCode%" ,
131
+ "description" : " %debugpy.debugJustMyCode.description %" ,
132
132
"scope" : " resource" ,
133
133
"type" : " boolean"
134
134
},
135
135
"debugpy.showPythonInlineValues" : {
136
136
"default" : false ,
137
- "description" : " %debugpy.showPythonInlineValues%" ,
137
+ "description" : " %debugpy.showPythonInlineValues.description %" ,
138
138
"scope" : " resource" ,
139
139
"type" : " boolean" ,
140
140
"tags" : [
Original file line number Diff line number Diff line change 4
4
"debugpy.command.debugUsingLaunchConfig.title" : " Python Debugger: Debug using launch.json" ,
5
5
"debugpy.command.reportIssue.title" : " Report Issue..." ,
6
6
"debugpy.command.viewOutput.title" : " Show Output" ,
7
- "debugpy.debugJustMyCode" : " When debugging only step through user-written code. Disable this to allow stepping into library code." ,
8
- "debugpy.showPythonInlineValues" : " Whether to display inline values in the editor while debugging."
7
+ "debugpy.debugJustMyCode..description " : " When debugging only step through user-written code. Disable this to allow stepping into library code." ,
8
+ "debugpy.showPythonInlineValues.description " : " Whether to display inline values in the editor while debugging."
9
9
}
You can’t perform that action at this time.
0 commit comments