We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs
Line 121 in 8cfbf2b
To download the PackageManagement module requires TLS 1.2. Many users will get an error. Instead, I suggest adding code to force TLS 1.2
-Command '[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12; Install-Module -Name PackageManagement -Force -MinimumVersion 1.4.6 -Scope CurrentUser -AllowClobber
The text was updated successfully, but these errors were encountered:
I believe this to be related to PowerShell/vscode-powershell#2763 would probably be good to update both vscode extension and PSES at the same time. 🤷
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs
Line 121 in 8cfbf2b
To download the PackageManagement module requires TLS 1.2. Many users will get an error. Instead, I suggest adding code to force TLS 1.2
-Command '[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12; Install-Module -Name PackageManagement -Force -MinimumVersion 1.4.6 -Scope CurrentUser -AllowClobber
The text was updated successfully, but these errors were encountered: