Will there be a new install-vbscript version in PSGallery for this new "recommended" version. Not to mention why are you recommending it?
I just finished a script for a complete install of VSCode with extensions and modules... install-vscode allowed the argurments for version, architecture and installing extensions all in one...
Could you provide a little more context on your question? E.g. what do you mean by install-vbscript? Or the "recommended" version? Is there something you're seeing on the VS Code Marketplace?
I think this has already been solved, the version of Install-Vscode.ps1 in the master branch can already install the user install of vscode.
However, the script that is published to powershellgallery only contains the release notes up to including 20/03/2018, while the one in the master branch includes two dates after that one - 21/03/2018 and 15/08/2018, so an update probably just needs to be pushed to gallery.
https://www.powershellgallery.com/packages/Install-VSCode/1.2/Content/Install-VSCode.ps1
Also .projecturi in the script manifest is linking to a version of the script in the develop branch, and that seems to be the original version of the script I think. It should probably link to the version that is actually published. That goes for the .licenseuri as well
@tomlarse You've reminded me that I should add to the release notes given my recent changes to the master script.
The project URI field should be updated to master as well.
The script hasn't been republished since it hasn't really been a priority and it requires some time investment to get it signed properly. For the script can be obtained from https://raw.githubusercontent.com/PowerShell/vscode-powershell/master/scripts/Install-VSCode.ps1.
Closing as this has been solved https://www.powershellgallery.com/packages/Install-VSCode/1.3