I have made several Build-Configurations for my device. These are using "Extra Kconfig fragments" and everything works a it should.
Now I saved the Build configuration as preset. But if I make a new build-configuration with this preset, it is not possible to push the "Generate and Bild" button. Nothing happens.
After checking the settings I saw, that the path of the "Extra Kconfig fragments" is written with \ instead of /. If I clear this setting and select the same file in the dropdown-list, it is written with / and the Build can be done successful.
I checked the "CMakePreset.json". Here are the paths with "/" so it seems to be correct.
Is there any reason why this / is changed with the \ ?
Maybe it´s a Windows-problem? I´m using Visual Studio Code 1.109.4 (OS: Windows_NT x64 10.0.26200)