Skip to content

Instantly share code, notes, and snippets.

@Stephanevg
Last active July 17, 2017 12:44
Show Gist options
  • Save Stephanevg/5a8aa7590ce8f7888b62b8992bb38339 to your computer and use it in GitHub Desktop.
Save Stephanevg/5a8aa7590ce8f7888b62b8992bb38339 to your computer and use it in GitHub Desktop.
vscode user settings
{
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
"workbench.colorTheme": "PowerShell ISE",
"workbench.iconTheme": "vscode-great-icons",
"editor.fontSize": 16,
"files.defaultLanguage": "powershell",
"editor.autoClosingBrackets": true,
"editor.autoIndent": true,
"powershell.codeFormatting.preset" : "OTBS"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment