1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/translations/ja-JP/content/codespaces/codespaces-reference/using-the-github-codespaces-plugin-for-jetbrains.md
2022-11-17 16:49:58 +00:00

4.8 KiB

title, shortTitle, intro, versions, type, topics, ms.openlocfilehash, ms.sourcegitcommit, ms.translationtype, ms.contentlocale, ms.lasthandoff, ms.locfileid
title shortTitle intro versions type topics ms.openlocfilehash ms.sourcegitcommit ms.translationtype ms.contentlocale ms.lasthandoff ms.locfileid
JetBrains 用の GitHub Codespaces プラグインの使用 Plugin for JetBrains JetBrains クライアント アプリケーションの {% data variables.product.prodname_github_codespaces %} プラグインを使用して、codespace について調べたり、作業が完了したら codespace を停止したりできます。
fpt ghec
* *
reference
Codespaces
8ffd48856a2653f3db3c871122d3acd23c246d7a e8c012864f HT ja-JP 11/09/2022 148159936

{% data reusables.codespaces.codespaces-jetbrains-beta-note %}

{% data variables.product.prodname_github_codespaces %} プラグインについて

JetBrains Gateway アプリケーションから codespace に接続すると、JetBrains クライアント アプリケーションが起動します。 お気に入りの JetBrains IDE で {% data variables.product.prodname_github_codespaces %} を使用できます。 詳細については、「JetBrains IDE での {% data variables.product.prodname_github_codespaces %} の使用」を参照してください。

JetBrains Gateway から codespace に接続すると、{% data variables.product.prodname_github_codespaces %} プラグインは JetBrains クライアントに既にインストールされています。 プラグインによって、{% data variables.product.prodname_github_codespaces %} ツール ウィンドウがユーザー インターフェイスに追加されます。

JetBrains クライアントのアプリケーション ウィンドウの左下にある [{% data variables.product.prodname_github_codespaces %}] をクリックして、{% data variables.product.prodname_github_codespaces %} ツール ウィンドウを開きます。

{% data variables.product.prodname_github_codespaces %} ツール ウィンドウのスクリーンショット

{% data variables.product.prodname_github_codespaces %} ツール ウィンドウの使用

{% data variables.product.prodname_github_codespaces %} ツール ウィンドウによって次が表示されます。

  • この codespace を作成したリポジトリ。
  • codespace の表示名。
  • 現在のブランチ。
  • マシンの仕様。
  • この codespace がアイドル状態を維持できる時間。これを過ぎると、自動的に停止されます。
  • codespace の経過時間。
  • 停止した codespace が保持される期間。これを過ぎると、自動的に削除されます。

{% data variables.product.prodname_github_codespaces %} ツール ウィンドウの上部にあるアイコンには、次の機能があります。

  • アクティブな codespace を更新する

    更新ボタンのスクリーンショット

    {% data variables.product.prodname_github_codespaces %} ツール ウィンドウで詳細を更新します。 たとえば、{% data variables.product.prodname_cli %} を使用して表示名を変更した場合、このボタンをクリックして新しい名前を表示できます。

  • 切断と停止

    停止ボタンのスクリーンショット

    codespace を停止し、リモート マシンでバックエンド IDE を停止し、ローカル JetBrains クライアントを閉じます。

  • Web から codespaces を管理する

    一覧ボタンのスクリーンショット

    https://github.com/codespaces で codespaces の一覧を開きます。

  • codespace 作成ログを表示する

    ログ ボタンのスクリーンショット

    エディター ウィンドウで codespace 作成ログを開きます。 詳しい情報については、「{% data variables.product.prodname_github_codespaces %} のログ」を参照してください。

  • dev container をリビルドする

    リビルド ボタンのスクリーンショット

    codespace をリビルドして、加えた変更を dev container 構成に適用します。 JetBrains クライアントが閉じられ、codespace をもう一度開く必要があります。 詳細については、「codespace のライフサイクル」を参照してください。