-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
["container"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |