Skip to content

Instantly share code, notes, and snippets.

@markwragg
Created October 23, 2018 10:15
Show Gist options
  • Save markwragg/3ee57a67c2f2c8e8b19ea84f9b448b82 to your computer and use it in GitHub Desktop.
Save markwragg/3ee57a67c2f2c8e8b19ea84f9b448b82 to your computer and use it in GitHub Desktop.
VSCode setting PowerShell as default terminal on MacOS
{
"files.defaultLanguage": "powershell",
"powershell.powerShellExePath": "/usr/local/bin/pwsh",
"terminal.integrated.shell.osx": "/usr/local/bin/pwsh",
"terminal.integrated.shellArgs.osx": [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment