We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b9643 commit 51a9602Copy full SHA for 51a9602
package.nls.json
@@ -0,0 +1,9 @@
1
+{
2
+ "debugpy.command.clearCacheAndReload.title": "Clear Cache and Reload Window",
3
+ "debugpy.command.debugInTerminal.title": "Python Debugger: Debug Python File",
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.",
8
+ "debugpy.showPythonInlineValues.description": "Whether to display inline values in the editor while debugging."
9
+}
0 commit comments