diff --git a/docs/setup_vscode_macos.md b/docs/setup_vscode_macos.md index ce95853..2edc231 100644 --- a/docs/setup_vscode_macos.md +++ b/docs/setup_vscode_macos.md @@ -16,6 +16,20 @@ This tutorial is specific to macOS. Looking for the [Windows version](setup_vsc If you already have VS Code installed with the C/C++ extensions, skip to the [Create a project](#create-a-project) section. +## [Experimental] Install VSCode Profile + +Importing the EECS 280 VS Code Profile: + +1. Download and install VS Code if you haven't already. +2. Paste this URL: `https://vscode.dev/profile/github/370c961f7a6bc3905371824b7145a761` +3. Click "Create Profile in Visual Studio Code" and confirm. +4. Press `Cmd+Shift+P` and type "Tasks: Run Task" +5. Select "EECS 280: Verify Setup" +6. Follow any prompts in the terminal. + +If the script finds issues, it will explain each one and offer to fix it. +After fixes are applied, close your terminal and re-run the task to confirm everything passes. + ## Prerequisites 1. VS Code relies on external command line tools. To install CLI tools, follow the [macOS command line tools tutorial](setup_macos.html). diff --git a/docs/setup_vscode_wsl.md b/docs/setup_vscode_wsl.md index 5afc11a..4ab71f4 100644 --- a/docs/setup_vscode_wsl.md +++ b/docs/setup_vscode_wsl.md @@ -17,6 +17,20 @@ This tutorial is specific to Windows. Looking for the [macOS version](setup_vsc If you already have VS Code installed with the C/C++ extensions, skip to the [Create a project](#create-a-project) section. +## [Experimental] Install VSCode Profile + +Importing the EECS 280 VS Code Profile: + +1. Download and install VS Code if you haven't already. +2. Paste this URL: `https://vscode.dev/profile/github/5b86cc5748cbc5b79b0bb9e4d2801298` +3. Click "Create Profile in Visual Studio Code" and confirm. +4. Press `Cmd+Shift+P` and type "Tasks: Run Task" +5. Select "EECS 280: Verify Setup" +6. Follow any prompts in the terminal. + +If the script finds issues, it will explain each one and offer to fix it. +After fixes are applied, close your terminal and re-run the task to confirm everything passes. + ## Prerequisites 1. Complete the [WSL tutorial](setup_wsl.html) to ensure your Windows and WSL installations are up-to-date and you have CLI tools installed.