diff --git a/docs/images/vscode_macos_170.png b/docs/images/vscode_macos_170.png new file mode 100644 index 00000000..3f8fef58 Binary files /dev/null and b/docs/images/vscode_macos_170.png differ diff --git a/docs/images/vscode_macos_180.png b/docs/images/vscode_macos_180.png new file mode 100644 index 00000000..15e1cbce Binary files /dev/null and b/docs/images/vscode_macos_180.png differ diff --git a/docs/images/vscode_macos_190.png b/docs/images/vscode_macos_190.png new file mode 100644 index 00000000..6ac6b6d6 Binary files /dev/null and b/docs/images/vscode_macos_190.png differ diff --git a/docs/images/vscode_wsl_190.png b/docs/images/vscode_wsl_190.png new file mode 100644 index 00000000..133beea7 Binary files /dev/null and b/docs/images/vscode_wsl_190.png differ diff --git a/docs/images/vscode_wsl_200.png b/docs/images/vscode_wsl_200.png new file mode 100644 index 00000000..e2af71fa Binary files /dev/null and b/docs/images/vscode_wsl_200.png differ diff --git a/docs/images/vscode_wsl_210.png b/docs/images/vscode_wsl_210.png new file mode 100644 index 00000000..143c4ff6 Binary files /dev/null and b/docs/images/vscode_wsl_210.png differ diff --git a/docs/setup_vscode_macos.md b/docs/setup_vscode_macos.md index 2dea9139..fd6728b0 100644 --- a/docs/setup_vscode_macos.md +++ b/docs/setup_vscode_macos.md @@ -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`. + + + +Search for "Disable AI Features" and enable the option. + + + +You may get a warning about disabling other extensions. If so, you can click "Disable All". + + + + ### 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. diff --git a/docs/setup_vscode_wsl.md b/docs/setup_vscode_wsl.md index ba3d44ab..5afc11a3 100644 --- a/docs/setup_vscode_wsl.md +++ b/docs/setup_vscode_wsl.md @@ -43,6 +43,21 @@ Open VS Code. You can skip the welcome screen. +### 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`. + + + +Search for "Disable AI Features" and enable the option. + + + +You may get a warning about disabling other extensions. If so, you can click "Disable All". + + + ### WSL Extension