Created
December 14, 2017 12:02
-
-
Save a73xsh/f2e40c37c60d22d520760e00014425ef to your computer and use it in GitHub Desktop.
Visual studio code 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
{ | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "Dracula", | |
"files.defaultLanguage": "powershell", | |
"powershell.scriptAnalysis.enable": true, | |
"powershell.codeFormatting.openBraceOnSameLine": true, | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.formatOnPaste": true, | |
"powershell.integratedConsole.focusConsoleOnExecute": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment