44 <section xml : id =" sec-codespaces" >
55 <title >Codespaces</title >
66 <p >
7- While the quick <c >GitHub .dev</c > interface we used
7+ While the quick <c >VSCode .dev/GitHub </c > interface we used
88to get started in <xref ref =" ch-first-repo" /> is great
99for quick uploads or edits, many projects require the ability
1010to run applications and execute code as you would on
@@ -34,29 +34,29 @@ the green <q>Create codespace on [branchname]</q> button.
3434 </note >
3535 <p >
3636After the Codespace boots up, you'll have an interface similar
37- to the <c >GitHub .dev</c > environment you learned about in
37+ to the <c >VSCode .dev/GitHub </c > environment you learned about in
3838<xref ref =" sec-using-github-dev" />.
3939 </p >
4040 <note xml : id =" dev-codespace-contrast" >
4141 <p >
4242Here are a few key differences between
43- <c >GitHub .dev</c > and Codespaces.
43+ <c >VSCode .dev/GitHub </c > and Codespaces.
4444 <ol >
4545 <li >
4646 <p >
47- A <c >GitHub .dev</c > URL looks like <c >github .dev/username/reponame</c >,
47+ A <c >VSCode .dev/GitHub </c > URL looks like <c >VSCode .dev/GitHub /username/reponame</c >,
4848while a Codespace URL looks like
4949<c >random-word-123randomcharacters789.github.dev</c >.
5050 </p >
5151 </li >
5252 <li >
5353 <p >
54- <c >GitHub .dev</c > is quicker to load than a Codespace.
54+ <c >VSCode .dev/GitHub </c > is quicker to load than a Codespace.
5555 </p >
5656 </li >
5757 <li >
5858 <p >
59- <c >GitHub .dev</c > has a much more limited selection of VS Code
59+ <c >VSCode .dev/GitHub </c > has a much more limited selection of VS Code
6060extensions to use.
6161 </p >
6262 </li >
@@ -69,7 +69,7 @@ You can only install applications and execute code on a Codespace.
6969 </p >
7070 </note >
7171 <p >
72- One similarity between <c >GitHub .dev</c > and Codespaces
72+ One similarity between <c >VSCode .dev/GitHub </c > and Codespaces
7373(besides the obviously similar VS Code user interfaces),
7474is that your work is still private to you and can only be
7575shared with the public (and retained in the long term) by
@@ -310,7 +310,7 @@ your Codespace will be retained before it is deleted
310310 <p >
311311Putting it all together, we have seen three ways to access files on your repo.
312312Going from the least easy to edit to the most editable we have: <c >GitHub.com</c >,
313- <c >GitHub .dev</c >, <c >random-codespace-string.github.dev</c >.
313+ <c >VSCode .dev/GitHub </c >, <c >random-codespace-string.github.dev</c >.
314314Here is what these environments look like.
315315 </p >
316316 <figure xml : id =" fig-faces-of-github" >
0 commit comments