Meh Belly Lint Collection

That awful moment when you realize,
THIS is YOUR circus and THOSE are YOUR monkeys.

User Tools

Site Tools


vscode:setupguide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
vscode:setupguide [2025/10/26 07:07] muffinvscode:setupguide [2025/10/26 08:58] (current) muffin
Line 3: Line 3:
 Simple, screenshot-driven steps to get VS Code set up. This guide is written for Windows and uses short steps, clear menu paths, and annotated images. Simple, screenshot-driven steps to get VS Code set up. This guide is written for Windows and uses short steps, clear menu paths, and annotated images.
  
 +<WRAP round info>
 ===== How to use this guide ===== ===== How to use this guide =====
  
-  * Menu paths are written like: ''File >> New Window with Profile >> New Profile...''+ 
 +   Menu paths are written like: <wrap round box>File >> New Window with Profile >> New Profile...</wrap>
   * Keyboard keys use + signs: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>   * Keyboard keys use + signs: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>
-  * Screenshots live in '' :vscode: '' and include red arrows and labels+  * Screenshots live in the '':vscode:'' namespace and include red arrows and labels
   * Each step includes 1–2 images with captions. Replace the placeholders with your screenshots.   * Each step includes 1–2 images with captions. Replace the placeholders with your screenshots.
 +</WRAP>
 ---- ----
  
 ===== 1) Create a new VS Code profile ===== ===== 1) Create a new VS Code profile =====
  
 +<WRAP round help> 
 Why profiles? Profiles let you keep separate extensions, settings, and UI layout for different tasks (e.g., Python vs. Web). They’re easy to switch without changing your default setup. Why profiles? Profiles let you keep separate extensions, settings, and UI layout for different tasks (e.g., Python vs. Web). They’re easy to switch without changing your default setup.
 +</WRAP>
  
 ==== Steps ==== ==== Steps ====
  
-  - In VS Code, go to: ''File >> New Window with Profile >> New Profile...''+  - In VS Code, go to: <wrap round box>File >> New Window with Profile >> New Profile...</wrap>
   - Choose ''Create a new profile''   - Choose ''Create a new profile''
   - Give it a name (e.g., "Web Dev" or "Python Data")   - Give it a name (e.g., "Web Dev" or "Python Data")
Line 26: Line 30:
 ==== Screenshots ==== ==== Screenshots ====
  
-Image A — Open the profile menu+<WRAP centeralign> 
 +Image A — Open the profile menu\\ 
 +{{ :vscode:step1-profile-menu.png?nolink |Open Profile Menu }}
  
-{{ :vscode:step1-profile-menu.png?nolink |Open Profile Menu}} +Image B — Create new profile dialog\\ 
- +{{ :vscode:step1-create-profile-dialog.png?nolink |Create New Profile }} 
-Image B — Create new profile dialog +</WRAP>
- +
-{{ :vscode:step1-create-profile-dialog.png?nolink |Create New Profile}}+
  
 ---- ----
Line 42: Line 46:
 ==== Steps ==== ==== Steps ====
  
-  - Go to: ''Manage (gear icon, bottom-left) >> Turn on Settings Sync...''+  - Go to: <wrap round box>Manage (gear icon, bottom-left) >> Turn on Settings Sync...</wrap>
   * Or press: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and run: ''Settings Sync: Turn On''   * Or press: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and run: ''Settings Sync: Turn On''
   - Click ''Sign in & Turn on'' and choose GitHub when prompted   - Click ''Sign in & Turn on'' and choose GitHub when prompted
Line 53: Line 57:
 Image A — Turn on Settings Sync Image A — Turn on Settings Sync
  
-{{ :vscode:step2-turn-on-sync-menu.png?nolink |Turn on Settings Sync}} +<WRAP centeralign> 
- +{{ :vscode:step2-turn-on-sync-menu.png?nolink |Turn on Settings Sync }} 
-==== Notes ====+</WRAP>
  
 +<WRAP round tip>
   * If you use multiple profiles, turn Sync on in the profile you want as your baseline.   * If you use multiple profiles, turn Sync on in the profile you want as your baseline.
   * You can limit what gets synced (e.g., extensions only) in the turn-on dialog.   * You can limit what gets synced (e.g., extensions only) in the turn-on dialog.
   * [[https://code.visualstudio.com/docs/editor/settings-sync|Docs: Settings Sync]]   * [[https://code.visualstudio.com/docs/editor/settings-sync|Docs: Settings Sync]]
 +</WRAP>
 ---- ----
  
Line 76: Line 81:
 ==== Screenshots ==== ==== Screenshots ====
  
-Image A — Install GitHub Copilot extension+<WRAP centeralign> 
 +Image A — Install GitHub Copilot extension\\ 
 +{{ :vscode:step3-copilot-extension.png?nolink |Install GitHub Copilot }} 
 +</WRAP>
  
-{{ :vscode:step3-copilot-extension.png?nolink |Install GitHub Copilot}} +<WRAP round tip> 
- +  * If you don’t see suggestions, ensure: <wrap round box>View >> Extensions >> GitHub Copilot</wrap> is Enabled.
-==== Notes ==== +
- +
-  * If you don’t see suggestions, ensure: ''View >> Extensions >> GitHub Copilot'' is Enabled.+
   * You can toggle Copilot per-language in the extension settings.   * You can toggle Copilot per-language in the extension settings.
   * [[https://code.visualstudio.com/docs/copilot/overview|Docs: GitHub Copilot]]   * [[https://code.visualstudio.com/docs/copilot/overview|Docs: GitHub Copilot]]
 +</WRAP>
 ---- ----
  
Line 94: Line 99:
 ==== Steps ==== ==== Steps ====
  
-  - Open the Welcome page: ''Help >> Get Started''+  - Open the Welcome page: <wrap round box>Help >> Get Started</wrap>
   * Or press: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and run: ''Welcome: Open Welcome Page''   * Or press: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and run: ''Welcome: Open Welcome Page''
   - Click ''Get started with VS Code'' and complete the mini-tasks (Open Folder, Run and Debug, Source Control, Terminal, etc.)   - Click ''Get started with VS Code'' and complete the mini-tasks (Open Folder, Run and Debug, Source Control, Terminal, etc.)
-  - Optional: Keep showing the Welcome page at startup — ''Settings (''<kbd>Ctrl</kbd> + <kbd>,</kbd>'') >> Workbench >> Startup Editor'' = ''welcomePage''+  - Optional: Keep showing the Welcome page at startup — <wrap round box>Settings (<kbd>Ctrl</kbd> + <kbd>,</kbd>) >> Workbench >> Startup Editor</wrap> = ''welcomePage''
  
 ==== Screenshots ==== ==== Screenshots ====
  
-Image A — Welcome (Get Started) page +<WRAP centeralign> 
- +Image A — Welcome (Get Started) page\\ 
-{{ :vscode:step4-welcome-home.png?nolink |Welcome Page}} +{{ :vscode:step4-welcome-home.png?nolink |Welcome Page }} 
- +</WRAP>
-==== Notes ====+
  
 +<WRAP round tip>
   * Extensions add their own walkthroughs; after installing an extension, check Welcome. Tip: you can also open a specific one directly via <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> > ''Welcome: Open Walkthrough...''   * Extensions add their own walkthroughs; after installing an extension, check Welcome. Tip: you can also open a specific one directly via <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> > ''Welcome: Open Walkthrough...''
   * [[https://code.visualstudio.com/docs/getstarted/getting-started|Docs: Getting Started]]   * [[https://code.visualstudio.com/docs/getstarted/getting-started|Docs: Getting Started]]
 +</WRAP>
vscode/setupguide.txt · Last modified: 2025/10/26 08:58 by muffin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki