This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Based on the scripts of | |
# @jessfraz https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f | |
# @NickCraver https://gist.github.com/NickCraver/7ebf9efbfd0c3eab72e9 | |
$ErrorActionPreference = "Stop" | |
Set-ExecutionPolicy Bypass -Scope Process -Force; | |
#Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
# Set-TaskbarOptions -Size Small -Dock Bottom -Combine Full -Lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Visual Studio Code Extensions | |
code --install-extension ms-vscode.csharp | |
code --install-extension msjsdiag.debugger-for-chrome | |
code --install-extension ms-vscode.powershell | |
code --install-extension eamodio.gitlens | |
code --install-extension adpyke.codesnap | |
code --install-extension formulahendry.dotnet-test-explorer |