Files
windows-dev-box-setup-scripts/scripts/GetMLIDEAndTooling.ps1
Gary Ewan Park ee2a2cf65b Apply Choco Best Practices (#77)
* (maint) Corrected whitespace

* (GH-15) Apply Choco Best Practices
2018-10-18 05:08:15 -07:00

4 lines
142 B
PowerShell

# Using vscode as a default IDE
choco install -y vscode
choco install -y git --package-parameters="'/GitAndUnixToolsOnPath /WindowsTerminal'"