Hi,
i’ve tried your solution but not clear what happened.
I added my custom path as toolchain using the command “Locate an Existing SDK checkout”.
I worked but in the project file i have an absolute path, that does not allow to use on another machine
<ESPIDFExtension>
<IDFCheckout>
<Version>master</Version>
<Subdirectory>/c/Projects/AxelProjectGit/MrLightRGB/toolchain/v4.3.1</Subdirectory>
<Type>ESPIDF</Type>
</IDFCheckout>
<COMPort>COM3</COMPort>
<SuppressTestPrerequisiteChecks>false</SuppressTestPrerequisiteChecks>
<UseCCache>false</UseCCache>
</ESPIDFExtension>
I’ve tried using relative path, but neither ../../toolchain/v4.3.1 nor ${ProjectPath}../../toolchain/v4.3.1 worked because it seems VisualGDB combine this path with the installed path