-
Notifications
You must be signed in to change notification settings - Fork 223
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
TLS 1.2 Support When Installing PackageManagement Module #1315
Conversation
On line 143 there's a string that says:
Can you change that to say:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Couple small things to add
src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs
Outdated
Show resolved
Hide resolved
…rs/GetVersionHandler.cs Co-authored-by: Tyler James Leonhardt <tylerl0706@gmail.com>
…ory option to Install-Module command
… Repository option to Install-Module command" This reverts commit 7975481.
Ok, updated the message string
Added -Repository argument
|
src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for doing this!
To download the PackageManagement module requires TLS 1.2. Many users will get an error.
fixes #1314
fixes PowerShell/vscode-powershell#2763