-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Make the vscode clone link respect transport protocol (#20557) #21128
Conversation
Co-authored-by: Norwin <[email protected]>
Is it ready to be merged now? |
Usually we only backport bugfixes, not enhancements. |
For me it's a bug, because I have HTTPS git disabled but clone in VSCode button always gives me HTTPS link. It never changes to SSH link. I had to override the template to replace HTTPS with SSH link to get it to work. I have to do this everytime a new version is released 😞 |
Co-authored-by: Norwin <[email protected]>
@monim67-renforce : "This branch is out-of-date with the base branch": please enable Allow Edits from Maintainers, or update with 1.17 branch. |
@wxiaoguang I cannot give write access as I created the PR from wrong account. None of the account has that allow edit checkbox now. I have updated the branch by merge. |
I see. Just now there is a new commit in 1.17, could you update it again? Then we can get this merged in next time. |
@wxiaoguang updated again. |
Another bug: Golang doesn't like the string syntax: |
Backports #20557