Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
bronifty committed Sep 24, 2024
1 parent 1c2605d commit 5a1379a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/reference/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"type": "dir",
"name": "t-shoot",
"label": "T-Shoot"
},
{
"type": "dir",
"name": "vscode",
"label": "VS Code"
}
]
1 change: 1 addition & 0 deletions docs/reference/vscode/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["container"]
17 changes: 17 additions & 0 deletions docs/reference/vscode/container.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Setting up a local C environment in VS Code for CS50

[course page](https://cs50.harvard.edu/x/2024/)
[cs50.dev](https://cs50.dev/)
[cs50 docs](https://cs50.readthedocs.io/cs50.dev/#vs-code-desktop)

## With Codespaces

- install github codespaces extension
- visit cs50.dev
- log in > open in vs code desktop

## With Docker

- install remote containers extension
- download the following file into the root folder of vs code [.devcontainer.json](https://cs50.dev/.devcontainer.json)
- open vs code in the root folder and choose from the command pallette 'reopen in container'

0 comments on commit 5a1379a

Please sign in to comment.