0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Claude CodeのステータスがWSLのタブに表示されないとき読む記事

0
Posted at

はじめに

Claude CodeをWSLで使っています。
ターミナルのタブの部分にClaude Codeのステータスが表示されます。処理が完了すると、完了すると、緑色のアイコンが表示れて便利です。
auto modeが使えるようになり、複数を同時実行して放置する事も増えたので、もはや必須機能です。

タブの赤枠部分にClaude Codeのステータスが表示されている
image.png

問題

一台のPCでは、タブにステータスが表示されるのですが、もう一台のPCでは、タブにステータスが表示されません。
UbuntuのアイコンとUbuntuと表示されているだけです。
多分、MicrosoftのStoreからインストールしたWSLだからだとおもいます。

解決方法

ターミナル内で、Ctrl+,を押す

image.png

JSONファイルを開くを押す
JSONファイルのprofiles>list>WSLの項目に、
"suppressApplicationTitle": false
を追加します。

            ~~省略~~
            {
                "guid": "{b5c9e3dd-2467-5294-b87f-0b3ca1f01a1b}",
                "hidden": false,
                "name": "Ubuntu-24.04",
                "source2": "Microsoft.WSL",
                "suppressApplicationTitle": false
            ~~省略~~

image.png

プロンプトに戻ると、赤枠部分に緑のアスタリスクのアイコンが表示されます。

image.png

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?