Skip to content

Commit 46e9e79

Browse files
committed
Improve AI policy wording + missing image
1 parent 6754d7f commit 46e9e79

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/images/vscode_wsl_210.png

166 KB
Loading

docs/setup_vscode_macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ code
4848
```
4949

5050
### Disable AI Features
51-
VS Code comes with various AI features enabled by default. Using these tools to generate your code goes against our [Generative AI Policy](https://eecs280.org/syllabus.html#generative-ai-policy), so they need to be disabled.
51+
VS Code includes some AI-assisted coding tools (e.g. Copilot) by default. Disable these for your work in EECS 280 - using these tools for course projects is against the EECS 280 [Generative AI Policy](https://eecs280.org/syllabus.html#generative-ai-policy), and using AI as you're learning to write code prevents you from developing your own foundational programming skills.
5252

5353
Open VS Code settings by going to `Code` > `Settings...` > `Settings`.
5454

docs/setup_vscode_wsl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Open VS Code. You can skip the welcome screen.
4444
<img src="images/vscode_wsl_007.png" width="768px" />
4545

4646
### Disable AI Features
47-
VS Code comes with various AI features enabled by default. Using these tools to generate your code goes against our [Generative AI Policy](https://eecs280.org/syllabus.html#generative-ai-policy), so they need to be disabled.
47+
VS Code includes some AI-assisted coding tools (e.g. Copilot) by default. Disable these for your work in EECS 280 - using these tools for course projects is against the EECS 280 [Generative AI Policy](https://eecs280.org/syllabus.html#generative-ai-policy), and using AI as you're learning to write code prevents you from developing your own foundational programming skills.
4848

4949
Open VS Code settings by going to `File` > `Preferences` > `Settings`.
5050

@@ -56,6 +56,8 @@ Search for "Disable AI Features" and enable the option.
5656

5757
You may get a warning about disabling other extensions. If so, you can click "Disable All".
5858

59+
<img src="images/vscode_wsl_210.png" width="768px" />
60+
5961

6062
### WSL Extension
6163

0 commit comments

Comments
 (0)