Skip to content

Instantly share code, notes, and snippets.

@westerdaled
Last active March 26, 2020 21:56
Show Gist options
  • Save westerdaled/9455f8150d7f4a9ef36cfe0317c66dce to your computer and use it in GitHub Desktop.
Save westerdaled/9455f8150d7f4a9ef36cfe0317c66dce to your computer and use it in GitHub Desktop.
Visual Studio Code User Settings ( %APPDATA%\Code\User\settings.json)
"window.zoomLevel": 0,
//"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"terminal.integrated.shell.windows": "C:/Program Files/PowerShell/7/pwsh.exe",
"shellLauncher.shells.windows": [{
"shell": "C:/Program Files/PowerShell/7/pwsh.exe",
"label": "PowerShell 7 Core"
},
{
"shell": "C:/Windows/system32/WindowsPowerShell/v1.0/powershell.exe",
"label": "Windows PowerShell 5.1"
}
],
"powershell.developer.featureFlags": [ "PSReadLine" ],
"git.autofetch": true,
"markdown.extension.preview.autoShowPreviewToSide": true,
"team.showWelcomeMessage": false,
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"azureFunctions.enableSlots": true,
"azureFunctions.projectLanguage": "PowerShell",
"terminal.integrated.rendererType": "dom",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment