Skip to content

Commit

Permalink
Fix translation error (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 authored Jul 26, 2024
1 parent 49d0ce0 commit de9f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"debugpy.command.debugUsingLaunchConfig.title": "Python Debugger: Debug using launch.json",
"debugpy.command.reportIssue.title": "Report Issue...",
"debugpy.command.viewOutput.title": "Show Output",
"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.",
"debugpy.showPythonInlineValues.description": "Whether to display inline values in the editor while debugging."
}

0 comments on commit de9f2c7

Please sign in to comment.