Skip to content

Commit 8a29056

Browse files
Add translations
1 parent 9666e7a commit 8a29056

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.nls.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
"debugpy.command.reportIssue.title": "Report Issue...",
66
"debugpy.command.viewOutput.title": "Show Output",
77
"debugpy.debugJustMyCode.description": "When debugging only step through user-written code. Disable this to allow stepping into library code.",
8+
"debugpy.debugVariablePresentation.description": "Allow the user to specify the preferred presentation of variables.",
9+
"debugpy.debugVariablePresentation.all.description": "Set preferred presentation of variables for all instances.",
10+
"debugpy.debugVariablePresentation.class.description": "Set Class presentation of variables.",
11+
"debugpy.debugVariablePresentation.function.description": "Set Function preferred presentation of variables.",
12+
"debugpy.debugVariablePresentation.protected.description": "Set Protected preferred presentation of variables.",
13+
"debugpy.debugVariablePresentation.special.description": "Set Special preferred presentation of variables.",
814
"debugpy.showPythonInlineValues.description": "Whether to display inline values in the editor while debugging."
915
}

0 commit comments

Comments
 (0)