Well, clearly something is not right here. :)

How exactly does it try to "detect" VS Code?
I have now installed the Extension Pack from inside VS Code which worked without any issues.
Well, clearly something is not right here. :)

How exactly does it try to "detect" VS Code?
I have now installed the Extension Pack from inside VS Code which worked without any issues.
Silly me, I just realized that of course the Toolchain Manager is open source, so it's easy to see that the "detection" actually just tries to run code --list-extensions. I confirmed with Process Monitor that this command is executed with an unmodified PATH, so VS Code would actually have to be in PATH. Since of course on my machine it is not, this mechanism will fail.
Silly me, I just realized that of course the Toolchain Manager is open source, so it's easy to see that the "detection" actually just tries to run code --list-extensions. I confirmed with Process Monitor that this command is executed with an unmodified PATH, so VS Code would actually have to be in PATH. Since of course on my machine it is not, this mechanism will fail.