Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.
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 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.

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
13 changes: 13 additions & 0 deletions docs/setup_vscode_wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@ Open VS Code. You can skip the welcome screen.

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

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

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


### WSL Extension

Expand Down
Loading