Skip to content

Commit d57d9da

Browse files
authored
change config scope
1 parent a22c64f commit d57d9da

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
},
228228
"EIDE.Cppcheck.ExecutablePath": {
229229
"type": "string",
230-
"scope": "machine",
230+
"scope": "resource",
231231
"markdownDescription": "%settings.cppcheck.exec.path%",
232232
"default": "${userRoot}/.eide/tools/cppcheck/cppcheck.exe"
233233
},
@@ -376,19 +376,19 @@
376376
},
377377
"EIDE.IAR.STM8.InstallDirectory": {
378378
"type": "string",
379-
"scope": "machine",
379+
"scope": "resource",
380380
"markdownDescription": "%settings.iar.stm8.install.folder%",
381381
"default": ""
382382
},
383383
"EIDE.IAR.ARM.Toolchain.InstallDirectory": {
384384
"type": "string",
385-
"scope": "machine",
385+
"scope": "resource",
386386
"markdownDescription": "%settings.iar.arm.toolchain.install.folder%",
387387
"default": ""
388388
},
389389
"EIDE.STM8.GNU-SDCC.InstallDirectory": {
390390
"type": "string",
391-
"scope": "machine",
391+
"scope": "resource",
392392
"markdownDescription": "gnu sdcc for stm8 installation path",
393393
"default": "${userRoot}/.eide/tools/stm8_gnu_sdcc"
394394
},
@@ -424,19 +424,19 @@
424424
},
425425
"EIDE.JLink.InstallDirectory": {
426426
"type": "string",
427-
"scope": "machine",
427+
"scope": "resource",
428428
"markdownDescription": "%settings.jlink.install.folder%",
429429
"default": "${userRoot}/.eide/tools/jlink"
430430
},
431431
"EIDE.OpenOCD.ExePath": {
432432
"type": "string",
433-
"scope": "machine",
433+
"scope": "resource",
434434
"markdownDescription": "%settings.openocd.install.folder%",
435435
"default": "${userRoot}/.eide/tools/openocd/bin/openocd.exe"
436436
},
437437
"EIDE.STLink.ExePath": {
438438
"type": "string",
439-
"scope": "machine",
439+
"scope": "resource",
440440
"markdownDescription": "%settings.stlink.install.folder%",
441441
"default": "${userRoot}/.eide/tools/st_cube_programer/bin/STM32_Programmer_CLI.exe"
442442
},
@@ -454,7 +454,7 @@
454454
},
455455
"EIDE.STM8.STVP.CliExePath": {
456456
"type": "string",
457-
"scope": "machine",
457+
"scope": "resource",
458458
"markdownDescription": "%settings.stvp.path%",
459459
"default": "${userRoot}/.eide/tools/stvp/STVP_CmdLine.exe"
460460
},
@@ -466,7 +466,7 @@
466466
},
467467
"EIDE.SDCC.InstallDirectory": {
468468
"type": "string",
469-
"scope": "machine",
469+
"scope": "resource",
470470
"markdownDescription": "%settings.sdcc.install.folder%",
471471
"default": "${userRoot}/.eide/tools/sdcc"
472472
},

0 commit comments

Comments
 (0)