0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

cursorだとazureResourceGroupsにログインできない時の対処法

Posted at

前提

cursorエディタでcmd + shift + PからazureResourceGroupsを選択し、ログインしようとするとTimed out waiting for authentication provider to register が発生する
スクリーンショット 2024-11-30 16.05.06.png

参考

原因

Cursorには、vscodeの組み込み拡張機能であるMicrosoft認証が付属していないため、認証が通らない。
そのため、Timed out waiting for authentication provider to registerが発生してしまう。

対処法

vscodeのmicrosoft-authenticationをコピー

  1. Visual Studio Codeを右クリックし、「パッケージの内容を表示」を選択
    スクリーンショット 2024-12-10 5.05.32.png

  2. 右上の検索窓で、microsoft-authenticationを検索
    パス: /Contents/Resources/app/extensions/microsoft-authentication
    スクリーンショット 2024-12-10 5.06.55.png

  3. microsoft-authenticationをフォルダごとコピーし、cursorの/Contents/Resources/app/extensions/配下にペースト
    (cursorのextensionsへの入り方は上記の1, 2の方法と同じ)
    スクリーンショット 2024-12-10 5.17.54.png

  4. cursorを再起動し、azureResourceGroupsをログインするとログインできるようになります。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?