The CS50 IDE refers to the browser-based IDE implementation of Visual Studio Code (aka "VS Code") built by the CS50 team at Harvard, utilizing Github Codespaces. Full documentation here.
%2F12345678
by double-clicking on it and pressing DELETE or BACKSPACE twice (to also delete the %
).
https://some-words-x5p5jq69x792vpx8.github.dev/?autoStart=true&folder=%2Fworkspaces%2F1224918&vscodeChannel=stable
https://some-words-x5p5jq69x792vpx8.github.dev/?autoStart=true&folder=%2Fworkspaces&vscodeChannel=stable
/workspaces
directory.(then paste into your terminal and press ENTER)
Note: in a few days, you will get an email with the following text. You can ignore it.
We noticed your personal access token (classic) "x" with admin:public_key scope will expire in 7 days
(then paste into your terminal and press ENTER)
Here is how to preview various file types in your IDE:
Simply click the preview icon in the top-right corner of your open markdown file to preview side-by-side.
In your terminal, run http-server
at the parent directory of the HTML file you would like to preview (this will run a temporary preview of the HTML files you are serving, and isn't meant for long-term sharing/hosting).
You will see something like:
Available on:
https://some-words-x5p5jq69x792vpx8-8080.githubpreview.dev
Hit CTRL-C to stop the server
Command+click (Windows: control+click) on the URL that appears. Click the HTML file you wish to preview.
You can edit your code (it autosaves), then just reload the preview.
When you are done, press CTRL+C in your terminal to stop the temporary server.
Just a few other things:
Simple use code <file>
(without <>
) to open a file, i.e. code index.html
to open the file in the text editor.
Did you lose your terminal? Launch a new one by pressing the menu icon in the top-left corner > Terminal
> New Terminal
.
Did something go wrong with your codespace? Do you need to start all over? Go to github.com/codespaces, find your codespace (owned by code50), click the 3 dots, then press Delete. Then just go to cs50.dev to get a new one!