Skip to content

Commit

Permalink
zephyr: hello: note about Codespaces pricing
Browse files Browse the repository at this point in the history
Explain the free limits for Codespaces and list links to various resources to
understand the service.

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Jan 19, 2024
1 parent ea5e596 commit 2fab7f0
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,32 @@ mouse, we will build/flash from the command line to get comfortable with how the

[![VS Code running in a codespace](./assets/codespaces-vscode-first-open.png)](./assets/codespaces-vscode-first-open.png)

:::note We expect VS Code to complain a little bit
:::tip We expect VS Code to complain a little bit

* Use the 'x' to dismiss the two dialogs on the bottom right
* There will be a message about failing to parse `compile_commands.json`
because that file will not exist until we build an app in this workspace.

:::

:::note Codespaces Pricing

Codespaces is free to use for individuals up to certain limits. At the
time of writing this is 15 GB of storage and 120 core hours per month.
This is more than enough for today's training.

- Please see [the GitHub Docs pricing
page](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts)
for full details.
- [View Codespaces
usage](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage)
in the Settings section of your GitHub user profile.
- Codespaces instances may be deleted from the [`Your
codespaces`](https://github.com/codespaces) dashboard

:::


2. Open main.c and start the VS Code terminal

* In the VS Code "EXPLORER" side bar, click on `app` to unfold it
Expand Down

0 comments on commit 2fab7f0

Please sign in to comment.