Running as administrator is not supported

Though it WAS supported until very recently.

Some digging later:

image

Microsoft made it the default in mid-December.

The fix?
Don’t run your VS Code with Administrator privileges

The workaround?
Edit your settings.json file, which can be found in c:\users\<userid>\AppData\Roaming\Code\User to include this line:
"window.experimental.useSandbox": false

References:
Github – microsoft/vscode – Windows: fail to run as admin with sandbox enabled #169572