Bitbucket doesn't work on Visual Studio 2022 yet. We have projects that we are working on Visual Studio 2022. If Bitbucket doesn't support VS2022 we will need to migrate projects to VS2019.
It's the other way around really - when will VS2022 support Bitbucket? Bitbucket is a service and VS a client. It's up to the client to support the usage of the service.
Clients usually support the use of services they're not explicitly built for via some form of app, module or plugin. So the question is now which app you are using for it?
To use Bitbucket in VS2022, I downloaded the extension from the address below, but could not install it:
https://marketplace.visualstudio.com/items?itemName=MistyK.VisualStudioBitbucketExtension&ssr=false#overview
Ok, so that is an app for Visual Studio, as I thought.
We here in the Atlassian Community probably can't tell you anything about that (unless the original authors are here). It's not an Atlassian application and it's not on the Atlassian Marketplace, so you're asking the wrong people, you'll need to get in touch with the authors.
The extension for VS up to 2019 is on github: https://github.com/MistyKuu/bitbucket-for-visual-studio Six months ago the readme.md was updated to say that the extension is no longer maintained. It would be wonderful if Atlassian would take over support for this important extension. For now, I'm migrating my projects to github. It's less painful than using SourceTree.
This work for me.
Good luck.
I'm not sure how it happened, but VS2022 17.0.4 works with Bitbucket. What's really cool is the new multiple repository support. I have several projects that use DLL's in separate repositories, and I can check changes into each repository without leaving VS.
I just wish I knew what changed so I could share that info.
bitbucket integration stopped working today. i am using 17.1.1. it complains about ssh_askpass: exec(c:/program files/microsoft visual studio/2022/professional/common7/ide/commonextensions/microsoft/teamfoundation/team explorer/Git/mingw32/libexec/git-core\\git-askpass.exe): No such file or directoryare you using the vs bitbucket extension which is only supported up to vs 2019?
In VS2022 I selected Tools/Options/Source Control/Git Global Settings; and then set the Credential helper to GCM for Windows. All my repository was then accessible. I don't mind Atlassian making the decision to end the Bitbucket Cloud account password usage for Git over HTTPS and API, but it would have been much better to do so with robust examples of how users can flip their various IDEs to the new system.
Bitbucket was supposed to be supporting GIT repositories. VS2022 supports git. And it works with other git providers.Why will VS have to bother for yet another GIT provider which does not work
I have the new VS2022 release 17.1.2. I had the same problem
As @Hawkeye indicated - with a slight amendment - against Credential Helper - select 'GCM Core'. Then taking @Miguel Velarde instructions - however on starting VS in your project try your push and you will get a blue pop up window from Atlassian which asks you to verify 2 factor authentication. You should get a browser window show (its useful to already be logged into atlassian already - as this will require you to log in). This simply asks you to Grant Access - when that happens you get a confirmation message.
Do the push now and you should get success.
First I had tried to search bitbucket extension for VS 2022, but unable to get that, after that I installed VS Code and configure repository by creating App Password. for VS Code configuration you can find tutorials on youtube.
Post that I opened Visual studio 2022 and selected Clone from repository.
get the clone url from Bitbucket repository and paste it. This time it will not ask about password.
in VS Code we need to give url as same as what we have copied like below
git clone https://abc@bitbucket.org/abc/myproj.git
but for Visual studio remove the word 'git clone' and paste url like below
https://abc@bitbucket.org/abc/myproj.git
then click on clone button.
It is working for me
Visual Studio has integration possibilities with git - CLEAR but it is not having any integration possibility with Bitbucket.
@Nic Brough -Adaptavist- wouldn't you agree that it has to be in the interest of ATLASSIAN to develop the necessary VS plugin as github does.
How else can you ensure the user experience for VS users in doing code reviews and remote repo management directly from the IDE.
Please have a check on the features provided by this plugin:
GitHub Extension for Visual Studio - Visual Studio Marketplace
It looks like you're new here. Sign in or register to get started.