1
0
mirror of synced 2026-01-17 12:01:24 -05:00
Files
docs/translations/ja-JP/content/codespaces/codespaces-reference/using-the-github-codespaces-plugin-for-jetbrains.md
2022-11-30 16:56:32 +00:00

60 lines
4.0 KiB
Markdown

---
title: JetBrains 用の GitHub Codespaces プラグインの使用
shortTitle: Plugin for JetBrains
intro: 'JetBrains クライアント アプリケーションの {% data variables.product.prodname_github_codespaces %} プラグインを使用して、codespace について調べたり、作業が完了したら codespace を停止したりできます。'
versions:
fpt: '*'
ghec: '*'
type: reference
topics:
- Codespaces
ms.openlocfilehash: 3f4ef139386e616d14ef9a9cc5b474c96983de91
ms.sourcegitcommit: 1a77ceb9e20c002173dda983db9405bcd5be254a
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 11/29/2022
ms.locfileid: '148185178'
---
{% 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 %} の使用](/codespaces/developing-in-codespaces/using-github-codespaces-in-your-jetbrains-ide)」を参照してください。
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 %} ツール ウィンドウのスクリーンショット](/assets/images/help/codespaces/jetbrains-codespaces-tool-window.png)
## {% data variables.product.prodname_github_codespaces %} ツール ウィンドウの使用
{% data variables.product.prodname_github_codespaces %} ツール ウィンドウによって次が表示されます。
* この codespace を作成したリポジトリ。
* codespace の表示名。
* 現在のブランチ。
* マシンの仕様。
* この codespace がアイドル状態を維持できる時間。これを過ぎると、自動的に停止されます。
* codespace の経過時間。
* 停止した codespace が保持される期間。これを過ぎると、自動的に削除されます。
{% data variables.product.prodname_github_codespaces %} ツール ウィンドウの上部にあるアイコンには、次の機能があります。
* **アクティブな codespace を更新する**
![更新ボタンのスクリーンショット](/assets/images/help/codespaces/jetbrains-plugin-icon-refresh.png)
{% data variables.product.prodname_github_codespaces %} ツール ウィンドウで詳細を更新します。 たとえば、{% data variables.product.prodname_cli %} を使用して表示名を変更した場合、このボタンをクリックして新しい名前を表示できます。
* **Web から codespaces を管理する**
![一覧ボタンのスクリーンショット](/assets/images/help/codespaces/jetbrains-plugin-icon-index.png)
https://github.com/codespaces で codespaces の一覧を開きます。
* **codespace 作成ログを表示する**
![ログ ボタンのスクリーンショット](/assets/images/help/codespaces/jetbrains-plugin-icon-log.png)
エディター ウィンドウで codespace 作成ログを開きます。 詳しい情報については、「[{% data variables.product.prodname_github_codespaces %} のログ](/codespaces/troubleshooting/github-codespaces-logs)」を参照してください。