Neutrino
Neutrino
This entire Initial Value/ Current Value design is just plain daft. 1. I only care what the value of any variable actually _is_ (current value), why would I _ever_ care...
So there _is_ a quicker way to do an export that works, fair enough. I still say it's highly unintuitive though. I think the names Initial Value and Current Value...
This is wrong.  My testing suggests that if the authenticated Service Principal is the owner of the Group being managed then the permissions required to create a new group...
How long it this going to take to get into production?
I'm having the exact same problem, and @AlexandraKemperMS with respect your reply seems to miss the point a bit. If the global task property override detailed in the section [Run...
It appears that the attempt to escape the spaces in the path to the batch file does not work. 
From https://code.visualstudio.com/docs/editor/tasks#_global-tasks This doesn't seem to be working. 
The task override can be fixed using this syntax.  But that doesn't solve the problem. Attempting to build still fails. I've now tried adding the compiler path directly to...
I've added the path to the compiler to the system path. Now the task at least finds `cl.exe` but that doesn't help much because even trying to build HelloWorld still...
What I'm doing for now is creating a batch file in my C++ project directory that loads the dev envronment and then opens VsCode.  UPDATE I improved on this...