1
0
mirror of synced 2026-01-04 18:06:26 -05:00
Files
docs/translations/ja-JP/content/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces.md
docubot 6715a4f705 New translation batch for ja (#27803)
* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/lint-translation-files.js --check rendering

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=ja

* run script/i18n/reset-known-broken-translation-files.js

* Check in ja CSV report

Co-authored-by: Grace Park <gracepark@github.com>
2022-05-19 20:43:58 +00:00

4.6 KiB
Raw Blame History

title, intro, versions, type, topics, product, shortTitle, allowTitleToDifferFromFilename, redirect_from
title intro versions type topics product shortTitle allowTitleToDifferFromFilename redirect_from
Using the Visual Studio Code Command Palette in Codespaces {% data variables.product.prodname_vscode %} のコマンドパレット機能を使用して、Codespaces 内の多くのコマンドにアクセスできます。
fpt ghec
* *
reference
Codespaces
Visual Studio Code
{% data reusables.gated-features.codespaces %} VS Code Command Palette true
/codespaces/codespaces-reference/using-the-command-palette-in-codespaces

{% data variables.product.prodname_vscode_command_palette %} について

コマンドパレットは、Codespaces で使用できる {% data variables.product.prodname_vscode %} の中心的な機能の1つです。 The {% data variables.product.prodname_vscode_command_palette %} allows you to access many commands for {% data variables.product.prodname_codespaces %} and {% data variables.product.prodname_vscode_shortname %}. For more information on using the {% data variables.product.prodname_vscode_command_palette_shortname %}, see "User Interface" in the {% data variables.product.prodname_vscode_shortname %} documentation.

Accessing the {% data variables.product.prodname_vscode_command_palette_shortname %}

You can access the {% data variables.product.prodname_vscode_command_palette_shortname %} in a number of ways.

  • Shift+Command+P (Mac) / Ctrl+Shift+P (Windows/Linux).

    このコマンドは Firefox で指定されているキーボードショートカットになりますので、ご注意ください。

  • F1

  • アプリケーションメニューから、[View] > [Command Palette…] をクリックします。

    アプリケーションメニュー

{% data variables.product.prodname_github_codespaces %} のコマンド

To see all commands related to {% data variables.product.prodname_github_codespaces %}, access the {% data variables.product.prodname_vscode_command_palette_shortname %}, then start typing "Codespaces".

Codespaces に関連するすべてのコマンドのリスト

Codespace のサスペンドまたは停止

If you add a new secret or change the machine type, you'll have to stop and restart the codespace for it to apply your changes.

To suspend or stop your codespace's container, access the {% data variables.product.prodname_vscode_command_palette_shortname %}, then start typing "stop". [Codespaces: Stop Current Codespace] を選択します。

Codespace を停止するコマンド

テンプレートから開発コンテナを追加する

To add a dev container from a template, access the {% data variables.product.prodname_vscode_command_palette_shortname %}, then start typing "dev container". [Codespaces: Add Development Container Configuration Files...] を選択します。

開発コンテナを追加するコマンド

Codespace を再構築する

開発コンテナを追加するか、設定ファイル(devcontainer.json および Dockerfile)のいずれかを編集する場合、変更を適用するために codespace を再構築する必要があります。

To rebuild your container, access the {% data variables.product.prodname_vscode_command_palette_shortname %}, then start typing "rebuild". **Codespaces: Rebuild ContainerCodespaces: コンテナをリビルド)**を選択してください。

Codespace を再構築するコマンド

Codespace のログ

You can use the {% data variables.product.prodname_vscode_command_palette_shortname %} to access the codespace creation logs, or you can use it export all logs.

To retrieve the logs for Codespaces, access the {% data variables.product.prodname_vscode_command_palette_shortname %}, then start typing "log". [Codespaces: Export Logs] を選択して Codespaces に関連するすべてのログをエクスポートするか、[Codespaces: View Creation Logs] を選択して設定に関連するログを表示します。

ログにアクセスするコマンド