You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -302,17 +302,24 @@
302
302
"raspberry-pi-pico.cmakeAutoConfigure": {
303
303
"type": "boolean",
304
304
"default": true,
305
-
"markdownDescription": "Automatically run configure when opening a Pico project"
305
+
"description": "Automatically run configure when opening a Pico project"
306
306
},
307
307
"raspberry-pi-pico.useCmakeTools": {
308
308
"type": "boolean",
309
309
"default": false,
310
-
"markdownDescription": "Use the CMake Tools extension for CMake configuration, instead of this extension"
310
+
"description": "Use the CMake Tools extension for CMake configuration, instead of this extension"
311
311
},
312
312
"raspberry-pi-pico.githubToken": {
313
313
"type": "string",
314
314
"default": "",
315
315
"markdownDescription": "A GitHub personal access token (classic) with the `public_repo` scope. Used to check GitHub for available versions of the Pico SDK and other tools."
0 commit comments