Added a setting to open cloned repository automatically.#94369
Added a setting to open cloned repository automatically.#94369joaomoreno merged 6 commits intomicrosoft:masterfrom
Conversation
|
I think it's better called "git.openAfterClone" or something, current name doesn't express that "you can open the folder". And it looks like you didn't set your Git credentials correctly (probably wrong email), so GitHub doesn't link your commits to your profile. |
@yume-chan Yes, you are right. I think that current name is not the best. I will work on it.
Yes I've recently changed my email address. I am working to fix this issue. |
|
Love being able to configure opening directly after git clone, instead of clicking the "Open" button |
@jingweno this is excactly what I added. If you choose any other option than "showPrompt" it will open the repo after cloning without asking. |
|
Thanks! 🍻 |
Glad to help! |
|
FYI ended up refactoring a bit and changing the setting names slightly. Overall, the PR was in very good shape! |
|
Thanks! I'm looking forward to my future contributions! |
This PR fixes #93300