From dfd4ad71836fe66ba7020cef3e28dbcd706beba3 Mon Sep 17 00:00:00 2001 From: Paras Date: Mon, 4 Jul 2022 03:26:53 -0700 Subject: [PATCH 1/2] kbd shortcuts updated --- .../setting-up-your-project-for-codespaces/python.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/playground/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces/python.tsx b/components/playground/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces/python.tsx index 590ee9d10c..953cf00982 100644 --- a/components/playground/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces/python.tsx +++ b/components/playground/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces/python.tsx @@ -53,7 +53,7 @@ const article: PlaygroundArticleT = { To set up your repository to use a custom dev container, you will need to create one or more \`devcontainer.json\` files. You can add these either from a template, in Visual Studio Code, or you can write your own. For more information on dev container configurations, see "[Introduction to dev containers](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project)". - 1. Access the Command Palette (\`Shift + Command + P\` / \`Ctrl + Shift + P\`), then start typing "dev container". Select **Codespaces: Add Development Container Configuration Files...**. +1. Access the Command Palette (\`Shift+Command+P\` / \`Ctrl+Shift+P\`), then start typing "dev container". Select **Codespaces: Add Development Container Configuration Files...**. !["Codespaces: Add Development Container Configuration Files..." in the command palette](/assets/images/help/codespaces/add-prebuilt-container-command.png) 2. For this example, click **Python 3**. If you need additional features you can select any container that’s specific to Python or a combination of tools such as Python 3 and PostgreSQL. ![Select Python option from the list](/assets/images/help/codespaces/add-python-prebuilt-container.png) @@ -62,7 +62,7 @@ const article: PlaygroundArticleT = { 4. Accept the default option to add Node.js to your customization. ![Add Node.js selection](/assets/images/help/codespaces/add-nodejs-selection.png) 5. Select any additional features to install and click **OK**. - 6. Access the command palette (\`Shift + Command + P\`/ \`Ctrl + Shift + P\`), then start typing "rebuild". Select **Codespaces: Rebuild Container**. +6. Access the 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) `, }, @@ -197,7 +197,7 @@ const article: PlaygroundArticleT = { "postCreateCommand": "pip3 install --user -r requirements.txt", \`\`\` - 4. Access the command palette (\`Shift + Command + P\`/ \`Ctrl + Shift + P\`), then start typing "rebuild". Select **Codespaces: Rebuild Container**. +4. Access the 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 396c77f497a98c15910400b7468483e6e89f32ad Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Tue, 12 Jul 2022 07:57:12 -0700 Subject: [PATCH 2/2] Update python.tsx --- .../setting-up-your-project-for-codespaces/python.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/playground/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces/python.tsx b/components/playground/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces/python.tsx index 953cf00982..3a3c01be12 100644 --- a/components/playground/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces/python.tsx +++ b/components/playground/content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces/python.tsx @@ -53,7 +53,7 @@ const article: PlaygroundArticleT = { To set up your repository to use a custom dev container, you will need to create one or more \`devcontainer.json\` files. You can add these either from a template, in Visual Studio Code, or you can write your own. For more information on dev container configurations, see "[Introduction to dev containers](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project)". -1. Access the Command Palette (\`Shift+Command+P\` / \`Ctrl+Shift+P\`), then start typing "dev container". Select **Codespaces: Add Development Container Configuration Files...**. + 1. Access the Command Palette (\`Shift+Command+P\` / \`Ctrl+Shift+P\`), then start typing "dev container". Select **Codespaces: Add Development Container Configuration Files...**. !["Codespaces: Add Development Container Configuration Files..." in the command palette](/assets/images/help/codespaces/add-prebuilt-container-command.png) 2. For this example, click **Python 3**. If you need additional features you can select any container that’s specific to Python or a combination of tools such as Python 3 and PostgreSQL. ![Select Python option from the list](/assets/images/help/codespaces/add-python-prebuilt-container.png) @@ -62,7 +62,7 @@ const article: PlaygroundArticleT = { 4. Accept the default option to add Node.js to your customization. ![Add Node.js selection](/assets/images/help/codespaces/add-nodejs-selection.png) 5. Select any additional features to install and click **OK**. -6. Access the command palette (\`Shift+Command+P\`/ \`Ctrl+Shift+P\`), then start typing "rebuild". Select **Codespaces: Rebuild Container**. + 6. Access the 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) `, }, @@ -197,7 +197,7 @@ const article: PlaygroundArticleT = { "postCreateCommand": "pip3 install --user -r requirements.txt", \`\`\` -4. Access the command palette (\`Shift+Command+P\`/ \`Ctrl+Shift+P\`), then start typing "rebuild". Select **Codespaces: Rebuild Container**. + 4. Access the 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)