OS: Windows
Name: nRF Connect for VS Code
Version: 2023.11.301
Found an issue with saving the preset file (Save configuration as preset) when project is located on a different drive than VSCode.
Saving the preset:
When location is "C:/..." the CMakePresets.json has correct value.
"CONF_FILE": "${sourceDir}/prj.conf"
When location is "E:/...":
"CONF_FILE": "$env{ZEPHYR_BASE}/e:/VCTest/hello/prj.conf"
