Skip to content

Commit 51a9602

Browse files
authored
add back missing loc file (#922)
1 parent d7b9643 commit 51a9602

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.nls.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)