Refresh Dev Experience powershell, add scout, copilot 365
Goal: Sync with md and ps1
- New-DevMachine.ps1
- How-to Setup - Dev Machine.md
The goal is this github issue is to take any advancements/cleanups from the markdown mentioned and sync to powershell and vise versa. Things like ollama is an add, removed most (except may be 1 or 2) non microsoft VS code extensions. Removed (or make strongly optional) node and python
- New tools
winget install --id Microsoft.ScoutAgent --exact --silent --accept-package-agreements --accept-source-agreements
winget install --id Microsoft.365Copilot --exact --silent --accept-package-agreements --accept-source-agreements
- Refresh based on MD advancements
- VS Code didnt install, I think it is the switches. If have to, go simple winget cli. It didnt report error, just didnt install
- set gitconfig name/email via parameters in ps1
- Ensure VS Community 2026 is the right winget, I think the no-version/no-year in the package is the correct one, double check.
- Update vs code extensions - some are deprecated now. Crical extensions are C#, SQL Project, SSMS, bicep, yml (redhat), powershell.
Refresh Dev Experience powershell, add scout, copilot 365
Goal: Sync with md and ps1
The goal is this github issue is to take any advancements/cleanups from the markdown mentioned and sync to powershell and vise versa. Things like ollama is an add, removed most (except may be 1 or 2) non microsoft VS code extensions. Removed (or make strongly optional) node and python
winget install --id Microsoft.ScoutAgent --exact --silent --accept-package-agreements --accept-source-agreements
winget install --id Microsoft.365Copilot --exact --silent --accept-package-agreements --accept-source-agreements