|
227 | 227 | }, |
228 | 228 | "EIDE.Cppcheck.ExecutablePath": { |
229 | 229 | "type": "string", |
230 | | - "scope": "machine", |
| 230 | + "scope": "resource", |
231 | 231 | "markdownDescription": "%settings.cppcheck.exec.path%", |
232 | 232 | "default": "${userRoot}/.eide/tools/cppcheck/cppcheck.exe" |
233 | 233 | }, |
|
376 | 376 | }, |
377 | 377 | "EIDE.IAR.STM8.InstallDirectory": { |
378 | 378 | "type": "string", |
379 | | - "scope": "machine", |
| 379 | + "scope": "resource", |
380 | 380 | "markdownDescription": "%settings.iar.stm8.install.folder%", |
381 | 381 | "default": "" |
382 | 382 | }, |
383 | 383 | "EIDE.IAR.ARM.Toolchain.InstallDirectory": { |
384 | 384 | "type": "string", |
385 | | - "scope": "machine", |
| 385 | + "scope": "resource", |
386 | 386 | "markdownDescription": "%settings.iar.arm.toolchain.install.folder%", |
387 | 387 | "default": "" |
388 | 388 | }, |
389 | 389 | "EIDE.STM8.GNU-SDCC.InstallDirectory": { |
390 | 390 | "type": "string", |
391 | | - "scope": "machine", |
| 391 | + "scope": "resource", |
392 | 392 | "markdownDescription": "gnu sdcc for stm8 installation path", |
393 | 393 | "default": "${userRoot}/.eide/tools/stm8_gnu_sdcc" |
394 | 394 | }, |
|
424 | 424 | }, |
425 | 425 | "EIDE.JLink.InstallDirectory": { |
426 | 426 | "type": "string", |
427 | | - "scope": "machine", |
| 427 | + "scope": "resource", |
428 | 428 | "markdownDescription": "%settings.jlink.install.folder%", |
429 | 429 | "default": "${userRoot}/.eide/tools/jlink" |
430 | 430 | }, |
431 | 431 | "EIDE.OpenOCD.ExePath": { |
432 | 432 | "type": "string", |
433 | | - "scope": "machine", |
| 433 | + "scope": "resource", |
434 | 434 | "markdownDescription": "%settings.openocd.install.folder%", |
435 | 435 | "default": "${userRoot}/.eide/tools/openocd/bin/openocd.exe" |
436 | 436 | }, |
437 | 437 | "EIDE.STLink.ExePath": { |
438 | 438 | "type": "string", |
439 | | - "scope": "machine", |
| 439 | + "scope": "resource", |
440 | 440 | "markdownDescription": "%settings.stlink.install.folder%", |
441 | 441 | "default": "${userRoot}/.eide/tools/st_cube_programer/bin/STM32_Programmer_CLI.exe" |
442 | 442 | }, |
|
454 | 454 | }, |
455 | 455 | "EIDE.STM8.STVP.CliExePath": { |
456 | 456 | "type": "string", |
457 | | - "scope": "machine", |
| 457 | + "scope": "resource", |
458 | 458 | "markdownDescription": "%settings.stvp.path%", |
459 | 459 | "default": "${userRoot}/.eide/tools/stvp/STVP_CmdLine.exe" |
460 | 460 | }, |
|
466 | 466 | }, |
467 | 467 | "EIDE.SDCC.InstallDirectory": { |
468 | 468 | "type": "string", |
469 | | - "scope": "machine", |
| 469 | + "scope": "resource", |
470 | 470 | "markdownDescription": "%settings.sdcc.install.folder%", |
471 | 471 | "default": "${userRoot}/.eide/tools/sdcc" |
472 | 472 | }, |
|
0 commit comments