how I could changing version of DNU utility used by Visual Studio Code?
I have switched CoreCLR version to 1.0.0-beta5 (using DNVM)
When I'm typed "dnu" in command line, there are used correct version (CoreCLR-x64-1.0.0-beta5-12103)
When I run "dnu restore" task from Visual Studio Code, are used different version - "Clr-x86-1.0.0-rc1-16231"
Version of VS Code - 0.10.5
Thanks, Petr