From 672a699394bf56b40d4184a6d8c66ee5fc9e1d99 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 5 Feb 2026 22:14:50 -0500 Subject: [PATCH 1/2] Drafts Experimental Tutorial Instructions for MacOS Tutorial --- docs/setup_vscode_macos.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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). From 7b7c82f89c47ba4652830c40c9f0745dbb74580b Mon Sep 17 00:00:00 2001 From: kyukibug Date: Wed, 18 Feb 2026 23:06:37 -0500 Subject: [PATCH 2/2] Drafts Experimental Tutorial Instructions for WSL VSCode Tutorial --- docs/setup_vscode_wsl.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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.