Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/Copilot_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -249,18 +249,13 @@ VSCode directly recognizes the python file extension (.py) and does some suggest
* Run and debug, showing results and the state during debugging
* Extensions, for installing and maintaining extensions.
* Testing, for testing code (we will not use this throughout the course)

<img src="images/VSCode/copilot_icon.png" alt="The Copilot icon" width="100%"></img>

```{block type="alert alert-danger"}
**Warning for students taking the course**: VSCode comes with advanced integration of generative AI. It is recommended to not make use of GenAI while learning to code. Struggling through how to get a script working is how you learn, and that is what this course is about. Generating the correct result will not teach you anything.

It is recommended to turn off automatic features that copilot offers. You can do this by
1. going to File → Preferences → Settings (or press Ctrl+,).
2. In the search bar, type "Copilot".
3. Find the settings for:
GitHub Copilot: Enable (controls code completions)
GitHub Copilot Chat: Enable (controls chat/agent features)
Uncheck or set these to "false" to disable them globally.

It is recommended to turn off automatic features that copilot offers. You can do this by clicking the shown icon in the image above. You can find this in the lower right corner of VS Code. Choose to turn off code completions for all your files. When you want to use code completion, you can use the "alt + backslash" shortcut.
```

Open the `environment.yaml` and paste the following in there:
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@
<h4 class="author"><em>Arno Timmer, Jan Verbesselt, Jorge
Mendes de Jesus, Aldo Bergsma, Johannes Eberenz, Dainius Masiliunas,
David Swinkels, Judith Verstegen, Corné Vreugdenhil</em></h4>
<h4 class="date"><em>22 September, 2025</em></h4>
<h4 class="date"><em>13 October, 2025</em></h4>



Expand Down Expand Up @@ -1305,6 +1305,7 @@ <h2>Visual Studio Code</h2>
<li>Testing, for testing code (we will not use this throughout the
course)</li>
</ul>
<p><img role="img" aria-label="The Copilot icon" src="images/VSCode/copilot_icon.png" alt="The Copilot icon" width="100%" /></p>
<div class="alert alert-danger">
<p>
<strong>Warning for students taking the course</strong>: VSCode comes
Expand All @@ -1315,11 +1316,10 @@ <h2>Visual Studio Code</h2>
</p>
<p>
It is recommended to turn off automatic features that copilot offers.
You can do this by 1. going to File → Preferences → Settings (or press
Ctrl+,). 2. In the search bar, type “Copilot”. 3. Find the settings for:
GitHub Copilot: Enable (controls code completions) GitHub Copilot Chat:
Enable (controls chat/agent features) Uncheck or set these to “false” to
disable them globally.
You can do this by clicking the shown icon in the image above. You can
find this in the lower right corner of VS Code. Choose to turn off code
completions for all your files. When you want to use code completion,
you can use the “alt + backslash” shortcut.
</p>
</div>
<p>Open the <code>environment.yaml</code> and paste the following in
Expand Down