Open missmah opened 2 years ago
Actually, to be specific, it seems like it's expanding it and then adding it to the path unexpanded!
(I also ended up having to specify an absolute path for my custom file to get it read properly)
Ah, thanks for the references to the code and documentation, very helpful!
Seems like I could hard-code ours in a fork :-)
Maybe one day if I get time, I can add a PR to query and support all of them dynamically?
I second the interest into expansion of all env variable and not the existing limited set ! Also, a bug currently in the implementation on opening a solution, the compile score tab resolve a $(Platform) macro as "x64", while in our case, the platform is actually "somethingelse". If I change the active platform to an other and back, the macro is resolved to "somethingelse" properly again