Skip to content

Commit 85d18c5

Browse files
authored
Changed display strings (#3)
1 parent 5d573d2 commit 85d18c5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"contributes": {
4747
"debuggers": [
4848
{
49-
"type": "cmsis-pyocd-debug",
50-
"label": "CMSIS pyOCD Debug",
49+
"type": "cmsis-debug-pyocd",
50+
"label": "CMSIS Debugger (pyOCD)",
5151
"initialConfigurations": [
5252
{
53-
"name": "CMSIS: pyOCD Debug",
53+
"name": "CMSIS Debugger: pyOCD",
5454
"type": "gdbtarget",
5555
"request": "launch",
5656
"cwd": "${workspace}",
@@ -77,10 +77,10 @@
7777
],
7878
"configurationSnippets": [
7979
{
80-
"label": "CMSIS: pyOCD Debug",
81-
"description": "Debug with CDT GDB debug adapter extension and pyOCD.",
80+
"label": "CMSIS Debugger: pyOCD",
81+
"description": "CMSIS Debugger via pyOCD GDB adapter.",
8282
"body": {
83-
"name": "CMSIS: pyOCD Debug",
83+
"name": "CMSIS Debugger: pyOCD",
8484
"type": "gdbtarget",
8585
"request": "launch",
8686
"cwd": "^\"\\${workspace}\"",
@@ -114,12 +114,12 @@
114114
"properties": {
115115
"cmsis": {
116116
"type": "object",
117-
"description": "Configures CMSIS specific debug settings.",
117+
"description": "Configures CMSIS Debugger settings.",
118118
"additionalProperties": false,
119119
"properties": {
120120
"cbuildRunPath": {
121121
"type": "string",
122-
"description": "Path to the *.cbuild-run.yml debug configuration file generated with the CMSIS-Toolbox."
122+
"description": "Path to *.cbuild-run.yml debug configuration file generated with CMSIS-Toolbox."
123123
}
124124
}
125125

@@ -130,12 +130,12 @@
130130
"properties": {
131131
"cmsis": {
132132
"type": "object",
133-
"description": "Configures CMSIS specific debug settings.",
133+
"description": "Configures CMSIS Debugger settings.",
134134
"additionalProperties": false,
135135
"properties": {
136136
"cbuildRunPath": {
137137
"type": "string",
138-
"description": "Path to the *.cbuild-run.yml debug configuration file generated with the CMSIS-Toolbox."
138+
"description": "Path to *.cbuild-run.yml debug configuration file generated with CMSIS-Toolbox."
139139
}
140140
}
141141
}

0 commit comments

Comments
 (0)