Skip to content

Instantly share code, notes, and snippets.

@bgelens
Created May 2, 2017 12:12
Show Gist options
  • Save bgelens/9a4af8c5ecc878f418fe3b166381970e to your computer and use it in GitHub Desktop.
Save bgelens/9a4af8c5ecc878f418fe3b166381970e to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
"editor.renderWhitespace": "boundary",
"workbench.activityBar.visible": true,
"window.zoomLevel": 3,
"terminal.integrated.fontFamily": "monofur for Powerline",
"editor.tabSize": 4,
"editor.detectIndentation": false,
"files.associations": {
"*.ps1xml": "xml",
"*.viewdef": "json",
"*.resdef": "json"
},
"[powershell]": {
"editor.autoClosingBrackets": false,
"editor.cursorBlinking": "expand"
},
"workbench.welcome.enabled": false,
"workbench.iconTheme": "vs-seti",
"editor.minimap.enabled": true,
"editor.fontFamily": "monofur for PowerLine",
"files.defaultLanguage": "powershell",
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.cursorBlinking": true,
"powershell.codeFormatting.newLineAfterCloseBrace": false,
"powershell.codeFormatting.newLineAfterOpenBrace": true,
"powershell.codeFormatting.openBraceOnSameLine": true,
"powershell.codeFormatting.whitespaceAroundOperator": true,
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.ignoreOneLineBlock": false,
"workbench.colorTheme": "Monokai"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment