Skip to content

Commit 75967e6

Browse files
update translations
1 parent 9f58e07 commit 75967e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@
128128
"properties": {
129129
"debugpy.debugJustMyCode": {
130130
"default": true,
131-
"description": "%debugpy.debugJustMyCode%",
131+
"description": "%debugpy.debugJustMyCode.description%",
132132
"scope": "resource",
133133
"type": "boolean"
134134
},
135135
"debugpy.showPythonInlineValues": {
136136
"default": false,
137-
"description": "%debugpy.showPythonInlineValues%",
137+
"description": "%debugpy.showPythonInlineValues.description%",
138138
"scope": "resource",
139139
"type": "boolean",
140140
"tags": [

package.nls.json

Lines changed: 2 additions & 2 deletions
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": "When debugging only step through user-written code. Disable this to allow stepping into library code.",
8-
"debugpy.showPythonInlineValues": "Whether to display inline values in the editor while debugging."
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."
99
}

0 commit comments

Comments
 (0)