Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode - Shell extensions are not added during DSC #14

Open
dxlusby opened this issue May 19, 2017 · 0 comments
Open

VSCode - Shell extensions are not added during DSC #14

dxlusby opened this issue May 19, 2017 · 0 comments

Comments

@dxlusby
Copy link

dxlusby commented May 19, 2017

Using the DSC snippet as below, VS code doesn't seem to install the shell extensions.. I checked HKEY_Classes_Root/*/shell and HKEY_Classes_Root/Directory/shell and the VSCode keys were not there. After manually running the VSCode installer and selecting the shell extensions as install options, the keys appeared.

    if ($VSCode) {
        xRemoteFile VSCodeInstaller {
            Uri             = "https://go.microsoft.com/fwlink/?LinkID=623230"
            DestinationPath = "C:\VSCodeSetup.exe"
            MatchSource     = $false
        }
        
        VSCodeSetup VSCode {
            IsSingleInstance = "yes"
            Path             = "C:\VSCodeSetup.exe"
            DependsOn        = "[xRemoteFile]VSCodeInstaller"
        }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant