how to use the account sync in Code oss on Manjaro? - visual-studio-code

new to Manjaro. I installed the Code oss on my computer, but I cannot login to my microsoft account and github account. The sync setting is even not there.
I tried to reinstalled the application, the problem is still there.

Related

How to deal with this error: Extension activation failed: "Timed out waiting for authentication provider to register"?

I have passed the Copilot student certification and can use it normally in the Jetbrains department software. But I cannot connect to the GitHub account and the Copilot server in VSCode, also cannot use the Copilot plugin. Tried to switch different versions of VSCode and Copilot but the issue was not resolved.
Tried to switch different versions of VSCode and Copilot but the issue was not resolved.
Check first, as in this discussion, if this is linked to your internet connection.
I found that the problem may be caused by the internet environment.
After I connected my computer to my phone's hot spot, it worked successfully.
Maybe you guys can try it out by checking out your devices' internet condition.
Or, different cause:
I had 2 accounts signed in VS Code, signed out the non-GitHub account (in my case it was Outlook account).
Signed in from GitHub account this time it is working.
In my case I received preview on my Outlook account still I had to remove it and use my GitHub account that was created using the Outlook account.

Unable to connect to TFS server from eclipse IDE

I am trying to connect to my personal Azure DevOps organization from eclipse IDE.
I clicked on OK and copied the device code and added it to Microsoft.com/devicelogin. still, it didn't work.
I have also tried entering credentials in the enter credentials section. still, it did not work. It just shows an authorization error and then exits.

Firebase Hosting reverification shows nothing

I have a GCP project. Then I gave permission to a user A with email A#email. They connected it to Firebase and developed a project there with hosting enabled and verified. Then another user B came and I switched the ownership of the project to them and removed A from this. After ownership change, the hosting verification was re-triggered (as expected). However, since 1 week it only shows
I tried searching for other people who had such an issue and nothing came about. I even wrote a bug report but for more than a week nobody has reached out to me and I am worried because the grace period is 1 month and I my project could go down. Have you heard of similar problems?
Edit from comment:
I can confirm that the error comes in Chrome and incognito (version: 80.0.3987.163 (Official Build) (32-bit)) and in Firefox and incognito (version: 72.0.2 (64-bit)). Opening the console gives error 503 for URLs https://clients6.google.com/siteVerification/v1/webResource?verificationMethod=DNS_TXT&alt=json&key= and https://clients6.google.com/siteVerification/v1/token.
The issue was due to my company's license agreement with Google and the way Firebase Hosting is made. More details below.
Strangely enough, using GCP and Firebase require a GCP license. With this license you can do everything from adding/changing/modifing collections/projects. However, the functionality to 'Verify' your hosting site goes through the Google Console which is not included in the license.
Encountered this same thing. The problem turned out that I was using a Google Workspace account that did not have "Google Search Console" enabled for the domain I was logged in on.
To remedy, I had to login to my Workspace Admin, and go turn it on as shown below.

Eclipse with TFS plugin - endless login loop

I have a problem in eclipse with the tfs plugin. I try to login and it stuck in some kind of login loop.
I looked here and in google. Nothing help.
I found this posts:
Eclipse with TFS plugin - looping login
http://social.msdn.microsoft.com/Forums/vstudio/en-US/5e3f8b3a-d623-4401-b9f1-50f1f52ab299/eclipse-tfs-plugin-keeps-signing-in-in-loop-followed-by-there-were-some-problems-message
I tried to clean cookies and password and everything possible in IE
I reinstalled the plugin. I updated everything possible, checked for eclipse indigo last version (3.2.7)
Nothing worked. Anyone can help me?
The forum posts you referenced are about the Team Foundation Service, not the on-premise server. Since the service uses Microsoft Accounts (previously known as Live Id's) it depends on cookies in your browser.
The on-premise version of Team Foundation Server uses your domain account which isn't stored as a cookie, but which is stored in the Windows Credentials Vault by default for Windows processes. Try going through the stored credentials to make sure your username/password or TFS server isn't mentioned there. If it is, either update it or remove it.
Can you verify whether the same account settings are correctly picked up by Visual Studio/Team Explorer (if you have it installed on the same machine)? Eclipse and Team Explorer should use the same credential vault.

Can't log in to github using PyCharm

I'm attempting to log in to Github using the PyCharm IDE.
It keeps saying that I cannot log in with the credentials that I gave it. I made sure my login credentials were correct by logging in on the github.com site. I also made sure capos lock wasn't on. I swear I'm not crazy and am putting in the right credentials.
Any idea what the problem could be?
GitHub has shut down v1 and v2 APIs on June 12. PyCharm is still using v2 API, therefore it will no longer work until a new PyCharm version using v3 API is released. The same applies to the other products based on the IntelliJ IDEA platform (WebStorm, PhpStorm, IDEA, AppCode, RubyMine).
You can track the progress of this issue in YouTrack.