Visual Studio Code - トラブルシュート - Authentification Requred


 クラウディア


1. 概要
2. 現象
3. 対策
4. 参考サイト

1. 概要

 これは、「Fedora 43」「Visual Studio Code 1.105.1」で発生した問題です。  以下、「Cinnamon」での事例を示しますが、他のデスクトップ環境でも同様です。

2. 現象

 「Visual Studio Code」を起動するたびに。  下記のダイアログが表示されます。

 パスワード入力して、消えてくれれば、いいのですが。
 入力しても、エラーになってしまいます。
 結局、キャンセルを 2 回押して、閉じるしかありません。
 毎回なので、や、になります。

3. 対策


vi ~/.vscode/argv.json

{
        // Use software rendering instead of hardware accelerated rendering.
        // This can help in cases where you see rendering issues in VS Code.
        // "disable-hardware-acceleration": true,

        // Allows to disable crash reporting.
        // Should restart the app if the value is changed.
        "enable-crash-reporter": true,

        // Unique id used for correlating crash reports sent from this instance.
        // Do not edit this value.
        "crash-reporter-id": "4798618e-f04c-4d9a-a9d2-d4df7d2c3586",
        "locale": "ja"
}
 19、20 行の間へ、下記の行を追加します。

        "password-store": "basic",
 これで、前項のダイアログは、表示されなくなります。

4. 参考サイト

 本ページは、「ChatGPT」くんを参考にさせていただきました。

AbemaTV 無料体験