nxp-mcuxpresso / vscode-for-mcux

Support for NXP Visual Studio Code for MCUXpresso Extension project.
13 stars 0 forks source link

MCUXpresso SDK version not shown #23

Closed escherstair closed 6 months ago

escherstair commented 8 months ago

I have a project and I'm able to build it without any issue.

immagine

Is this a bug?

DragosMiloiuNXP commented 8 months ago

Hi @escherstair,

Right now, in mcuxpresso-tools.json you can define your paths (like: toolchainPath, sdk.path, etc.) only by using the value of environment variables. Example: "toolchainPath": "%HOMEPATH%/.mcuxpressotools/arm-gnu-toolchain-12.2.rel1-mingw-w64-i686-arm-none-eabi".

The {workspaceFolder} is not supported, but it should be. I'll add support for it in the next version.

escherstair commented 8 months ago

Understood. Thanks

cristitep-nxp commented 6 months ago

This is resolved now in the latest build 1.4.63

escherstair commented 6 months ago

I confirm this. Thanks.