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_170.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_macos_180.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_macos_190.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_190.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_200.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_210.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/setup_vscode_macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ Open VS Code. You can find it in your applications (look for "Visual Studio Code
$ code
```

### 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.

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

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

Search for "Disable AI Features" and enable the option.

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

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

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


### Microsoft C++ Extension
Install the Microsoft [C/C++ extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools). On macOS, this extension provides Intellisense. See the [C/C++ extension alternatives](#cc-extension-alternatives) section for details about our macOS extension recommendations.

Expand Down
15 changes: 15 additions & 0 deletions docs/setup_vscode_wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ Open VS Code. You can skip the welcome screen.

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

### 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.

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

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

Search for "Disable AI Features" and enable the option.

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

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

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


### WSL Extension

Expand Down
Loading