Skip to content

Commit de9f2c7

Browse files
Fix translation error (#411)
1 parent 49d0ce0 commit de9f2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nls.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"debugpy.command.debugUsingLaunchConfig.title": "Python Debugger: Debug using launch.json",
55
"debugpy.command.reportIssue.title": "Report Issue...",
66
"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.",
7+
"debugpy.debugJustMyCode.description": "When debugging only step through user-written code. Disable this to allow stepping into library code.",
88
"debugpy.showPythonInlineValues.description": "Whether to display inline values in the editor while debugging."
99
}

0 commit comments

Comments
 (0)