|
262 | 262 | "type": "string", |
263 | 263 | "scope": "resource", |
264 | 264 | "markdownDescription": "%settings.cppcheck.exec.path%", |
265 | | - "default": "${userRoot}/.eide/tools/cppcheck/cppcheck.exe" |
| 265 | + "default": "${userHome}/.eide/tools/cppcheck/cppcheck.exe" |
266 | 266 | }, |
267 | 267 | "EIDE.Builder.ThreadNumber": { |
268 | 268 | "type": "integer", |
|
381 | 381 | "type": "string", |
382 | 382 | "scope": "resource", |
383 | 383 | "markdownDescription": "gnu sdcc for stm8 installation path", |
384 | | - "default": "${userRoot}/.eide/tools/stm8_gnu_sdcc" |
| 384 | + "default": "${userHome}/.eide/tools/stm8_gnu_sdcc" |
385 | 385 | }, |
386 | 386 | "EIDE.STM8.COSMIC.InstallDirectory": { |
387 | 387 | "type": "string", |
388 | 388 | "scope": "resource", |
389 | 389 | "markdownDescription": "COSMIC CXSTM8 root folder path", |
390 | | - "default": "${userRoot}/.eide/tools/cosmic_stm8" |
| 390 | + "default": "${userHome}/.eide/tools/cosmic_stm8" |
391 | 391 | }, |
392 | 392 | "EIDE.ARM.ARMCC5.InstallDirectory": { |
393 | 393 | "type": "string", |
|
411 | 411 | "type": "string", |
412 | 412 | "scope": "resource", |
413 | 413 | "markdownDescription": "%settings.arm.gcc.install.folder%", |
414 | | - "default": "${userRoot}/.eide/tools/gcc_arm" |
| 414 | + "default": "${userHome}/.eide/tools/gcc_arm" |
415 | 415 | }, |
416 | 416 | "EIDE.ARM.LLVM.InstallDirectory": { |
417 | 417 | "type": "string", |
418 | 418 | "scope": "resource", |
419 | 419 | "markdownDescription": "%settings.arm.llvm.install.folder%", |
420 | | - "default": "${userRoot}/.eide/tools/llvm_arm" |
| 420 | + "default": "${userHome}/.eide/tools/llvm_arm" |
421 | 421 | }, |
422 | 422 | "EIDE.ARM.INI.Path": { |
423 | 423 | "type": "string", |
|
429 | 429 | "type": "string", |
430 | 430 | "scope": "resource", |
431 | 431 | "markdownDescription": "%settings.jlink.install.folder%", |
432 | | - "default": "${userRoot}/.eide/tools/jlink" |
| 432 | + "default": "${userHome}/.eide/tools/jlink" |
433 | 433 | }, |
434 | 434 | "EIDE.OpenOCD.ExePath": { |
435 | 435 | "type": "string", |
436 | 436 | "scope": "resource", |
437 | 437 | "markdownDescription": "%settings.openocd.install.folder%", |
438 | | - "default": "${userRoot}/.eide/tools/openocd/bin/openocd.exe" |
| 438 | + "default": "${userHome}/.eide/tools/openocd/bin/openocd.exe" |
439 | 439 | }, |
440 | 440 | "EIDE.STLink.ExePath": { |
441 | 441 | "type": "string", |
442 | 442 | "scope": "resource", |
443 | 443 | "markdownDescription": "%settings.stlink.install.folder%", |
444 | | - "default": "${userRoot}/.eide/tools/st_cube_programer/bin/STM32_Programmer_CLI.exe" |
| 444 | + "default": "${userHome}/.eide/tools/st_cube_programer/bin/STM32_Programmer_CLI.exe" |
445 | 445 | }, |
446 | 446 | "EIDE.ARM.Option.AutoGenerateRTE_Components": { |
447 | 447 | "type": "boolean", |
|
459 | 459 | "type": "string", |
460 | 460 | "scope": "resource", |
461 | 461 | "markdownDescription": "%settings.stvp.path%", |
462 | | - "default": "${userRoot}/.eide/tools/stvp/STVP_CmdLine.exe" |
| 462 | + "default": "${userHome}/.eide/tools/stvp/STVP_CmdLine.exe" |
463 | 463 | }, |
464 | 464 | "EIDE.C51.INI.Path": { |
465 | 465 | "type": "string", |
|
471 | 471 | "type": "string", |
472 | 472 | "scope": "resource", |
473 | 473 | "markdownDescription": "%settings.sdcc.install.folder%", |
474 | | - "default": "${userRoot}/.eide/tools/sdcc" |
| 474 | + "default": "${userHome}/.eide/tools/sdcc" |
475 | 475 | }, |
476 | 476 | "EIDE.RISCV.InstallDirectory": { |
477 | 477 | "type": "string", |
478 | 478 | "scope": "resource", |
479 | 479 | "markdownDescription": "%settings.riscv.gcc.install.folder%", |
480 | | - "default": "${userRoot}/.eide/tools/gcc_riscv" |
| 480 | + "default": "${userHome}/.eide/tools/gcc_riscv" |
481 | 481 | }, |
482 | 482 | "EIDE.RISCV.ToolPrefix": { |
483 | 483 | "type": "string", |
|
0 commit comments