Skip to content
Merged
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 docs/images/vscode_macos_165.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/vscode_wsl_163.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/vscode_wsl_164.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/vscode_wsl_165.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/setup_vscode_macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ $ code

Click to install the EECS 280 extension: [![Install Extension](https://img.shields.io/badge/Visual%20Studio%20Code-007ACC)](vscode:extension/eecs280.setup280)

Verification runs automatically and prompts you to fix any issues it finds. The extension installs the C/C++ and CodeLLDB extensions and disables AI features for you, so if everything passes you can skip to [Create a project](#create-a-project).
The extension installs the C/C++ and CodeLLDB extensions, disables AI features, and runs a few checks

<img src="images/vscode_macos_165.png" width="768px" />

If everything passes you can skip to [Create a project](#create-a-project).

If you'd rather learn how VS Code works, follow the manual instructions below, which produce the same result.

Expand Down
14 changes: 13 additions & 1 deletion docs/setup_vscode_wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,22 @@ Open VS Code. You can skip the welcome screen.

Click to install the EECS 280 extension: [![Install Extension](https://img.shields.io/badge/Visual%20Studio%20Code-007ACC)](vscode:extension/eecs280.setup280)

Verification runs automatically and prompts you to fix any issues it finds. The extension installs the WSL and C/C++ extensions, connects VS Code to WSL, and disables AI features for you, so if everything passes you can skip to [Create a project](#create-a-project).
The extension installs the WSL and C/C++ extensions, connects VS Code to WSL, and disables AI features, and runs a few checks.

You may need to reopen in WSL and reload the setup280 extension.

<img src="images/vscode_wsl_163.png" width="768px" />

<img src="images/vscode_wsl_164.png" width="300" />

You should see this at the end:

<img src="images/vscode_wsl_165.png" width="768px" />

If you'd rather learn how VS Code works, follow the manual instructions below, which produce the same result.

If everything passes you can skip to [Create a project](#create-a-project).

### Disable AI Features
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.

Expand Down
Loading