1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Add row headers to tables (#35685)

Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
Laura Coursen
2023-03-27 08:17:43 -05:00
committed by GitHub
parent 0ee5a5eca4
commit 468dc59bb6
12 changed files with 75 additions and 14 deletions

View File

@@ -48,6 +48,8 @@ You can open any {% data variables.product.prodname_dotcom %} repository in {% d
Both {% data variables.codespaces.serverless %} and {% data variables.product.prodname_github_codespaces %} allow you to edit your code straight from your repository. However, both have slightly different benefits, depending on your use case.
{% rowheaders %}
|| {% data variables.codespaces.serverless %} | {% data variables.product.prodname_github_codespaces %}|
|-|----------------|---------|
| **Cost** | Free. | Free monthly quota of usage for personal accounts. For information on pricing, see "[AUTOTITLE](/free-pro-team@latest/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#about-github-codespaces-pricing)."|
@@ -57,6 +59,8 @@ Both {% data variables.codespaces.serverless %} and {% data variables.product.pr
| **Terminal access** | None. | {% data variables.product.prodname_github_codespaces %} provides a common set of tools by default, meaning that you can use the Terminal exactly as you would in your local environment.|
| **Extensions** | Only a subset of extensions that can run in the web will appear in the ExtensionsView and can be installed. For more information, see "[Using extensions](#using-extensions)."| With {% data variables.product.prodname_github_codespaces %}, you can use most extensions from the {% data variables.product.prodname_vscode_marketplace %}.|
{% endrowheaders %}
### Continue working on {% data variables.product.prodname_codespaces %}
You can start your workflow in {% data variables.codespaces.serverless %} and continue working on a codespace. If you try to access the Run and Debug View or the Terminal, you'll be notified that they are not available in {% data variables.codespaces.serverless %}.
@@ -88,7 +92,7 @@ Because {% data variables.codespaces.serverless %} uses the GitHub Repositories
1. In the text box, type a commit message describing the change you've made.
![Screenshot of the "Source control" side bar with a commit message entered into the text box above the "Commit" button.](/assets/images/help/codespaces/githubdotdev-codespaces-commit-message.png)
![Screenshot of the "Source control" side bar with a commit message entered into the text box above the "Commit" button.](/assets/images/help/codespaces/githubdotdev-codespaces-commit-message.png)
1. Click **Commit & Push**.