You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/setup.qmd
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,22 @@ GitHub will take a minute to prepare your Codespace, then open an editor in the
46
46
47
47
{fig-alt="Screenshot of the generated GitHub codespace."}
48
48
49
+
## Welcome to VSCode
50
+
51
+
When your Codespace opens, you are using **VSCode (Visual Studio Code)** in your web browser.
52
+
53
+
VSCode is an **IDE (Integrated Development Environment)**. That sounds technical, but in simple terms it is just an application that helps you work with files in one place. You can open, edit, and organise your project without needing lots of different tools.
54
+
55
+
The layout is split into a few main areas:
56
+
57
+
***File explorer (left side)**: shows all the files in your project, you can click any file to open it.
58
+
***Editor (centre):** this is where you read and edit your files.
59
+
***Top tabs:** each open file appears as a tab, so you can switch between them.
60
+
***Bottom panel:** a shared area that can show different tools.
61
+
***Build with AI agent:** an optional assistant built into VSCode to help people who are writing code - we do not need this panel, so can close it by clicking the **x** on its tab.
62
+
63
+

64
+
49
65
## Reopening your Codespace
50
66
51
67
If you close your Codespace and want to get back to it later (with all your changes still there), just return to the same GitHub repository.
@@ -58,4 +74,6 @@ Your codespace will automatically shut down after a period of inactivity (**30 m
58
74
59
75
By default, inactive codespaces are deleted after **30 days**.
60
76
77
+
<br><br>
78
+
61
79
For this workshop, we're using GitHub Codespaces because it's quick and easy to get started without installing anything. However, if you plan to work on similar projects regularly, we recommend **installing the required tools** (e.g., R and RStudio) on your own computer for more flexibility and long-term use.
0 commit comments