From 41ac399099dc4c55036e664e972e05c084a9930c Mon Sep 17 00:00:00 2001 From: Jan Nidzwetzki Date: Sun, 17 Jul 2022 19:44:24 +0200 Subject: [PATCH 1/2] Removed code backticks from blocks --- data/reusables/codespaces/rebuild-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/codespaces/rebuild-command.md b/data/reusables/codespaces/rebuild-command.md index 95019e7bfd..0b175f8543 100644 --- a/data/reusables/codespaces/rebuild-command.md +++ b/data/reusables/codespaces/rebuild-command.md @@ -1,4 +1,4 @@ -1. Access the {% data variables.product.prodname_vscode_command_palette %} (`Shift + Command + P`/ `Ctrl + Shift + P`), then start typing "rebuild". Select **Codespaces: Rebuild Container**. +1. Access the {% data variables.product.prodname_vscode_command_palette %} (Shift + Command + P/ Ctrl + Shift + P), then start typing "rebuild". Select **Codespaces: Rebuild Container**. ![Rebuild container option](/assets/images/help/codespaces/codespaces-rebuild.png) From 13c3197cf89bed8da4bd40b93c058b5334bd20ab Mon Sep 17 00:00:00 2001 From: Jan Nidzwetzki Date: Sun, 17 Jul 2022 20:31:27 +0200 Subject: [PATCH 2/2] Fixed spacing between shortcuts --- data/reusables/codespaces/rebuild-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/codespaces/rebuild-command.md b/data/reusables/codespaces/rebuild-command.md index 0b175f8543..09f44e08b1 100644 --- a/data/reusables/codespaces/rebuild-command.md +++ b/data/reusables/codespaces/rebuild-command.md @@ -1,4 +1,4 @@ -1. Access the {% data variables.product.prodname_vscode_command_palette %} (Shift + Command + P/ Ctrl + Shift + P), then start typing "rebuild". Select **Codespaces: Rebuild Container**. +1. Access the {% data variables.product.prodname_vscode_command_palette %} (Shift + Command + P / Ctrl + Shift + P), then start typing "rebuild". Select **Codespaces: Rebuild Container**. ![Rebuild container option](/assets/images/help/codespaces/codespaces-rebuild.png)