We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d0ce0 commit de9f2c7Copy full SHA for de9f2c7
package.nls.json
@@ -4,6 +4,6 @@
4
"debugpy.command.debugUsingLaunchConfig.title": "Python Debugger: Debug using launch.json",
5
"debugpy.command.reportIssue.title": "Report Issue...",
6
"debugpy.command.viewOutput.title": "Show Output",
7
- "debugpy.debugJustMyCode..description": "When debugging only step through user-written code. Disable this to allow stepping into library code.",
+ "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
}
0 commit comments