md7648
md7648
Struggling even using the registry options from the GPO policy to work around the limitation of importing the policy to intune If I add; Reg Key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VSCode Key AllowedExtensions Value...
> [@md7648](https://github.com/md7648) do these docs help https://code.visualstudio.com/docs/setup/enterprise#_configure-allowed-extensions If not - what do you think is missing from the docs? No those don't help much, theres a lot about how to...
Ah figured it out - correct command is; reg add "HKLM\SOFTWARE\Policies\Microsoft\VSCode" /v AllowedExtensions /t REG_SZ /d {"id":"ms-vscode.powershell"}
Workaround via Intune Compliance script Check to see if VS Code is installed ``` ##build regkey $regpath = "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VSCode" $name = "AllowedExtensions" $Value = '{"ms-vscode.powershell":true,"oracle.oracle-java":true,"microsoft":true}' ##first check if VS Code...
Seeing this error via Powershell ISE and VCode on Windows 10 22H2 VSCode version 1.94.2 system setup Name Value ---- ----- PSVersion 7.4.6 PSEdition Core ```powershell az login Select the...
Getting this on W11 Downgraded to 2.23.0 and seems to resolve the issue