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 85761ec commit e89170aCopy full SHA for e89170a
tools/vscode_profile/task_psoc.json
@@ -22,7 +22,6 @@
22
"command": "arduino-cli",
23
"args": [
24
"upload",
25
- // "--verbose",
26
"-p", "${input:port}",
27
"--fqbn", "${input:boardFqbn}",
28
"${input:examplePath}"
@@ -35,7 +34,7 @@
35
34
"problemMatcher": []
36
},
37
{
38
- "label": "Generate lauch.json for debug (PSOC)",
+ "label": "Generate launch.json for debug (PSOC)",
39
"type": "shell",
40
"command": "${workspaceFolder}/tools/gen_launch.sh",
41
@@ -109,6 +108,6 @@
109
108
"type": "promptString",
110
"description": "(Optional) Enter the path to arm-none-eabi-gdb, or leave blank for default",
111
"default": ""
112
- },
+ }
113
]
114
}
0 commit comments