Last active
July 17, 2017 12:44
-
-
Save Stephanevg/5a8aa7590ce8f7888b62b8992bb38339 to your computer and use it in GitHub Desktop.
vscode user settings
This file contains hidden or 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
{ | |
"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