Could you try switching your variable name from DAML_SDK_VERSION
to something else? We use this exact variable name internally, so it may be colliding. I’ll make a note to warn about this if that’s the case.
As for your VSCode setup, this appears to just be for the terminal, and the terminal isn’t what runs the extension. This could also explain why the variables aren’t seen by VSCode. You may be able to use direnv
, I’ve verified that this VSCode direnv extension works with other extensions (including daml)
1 Like