Skip to content

Instantly share code, notes, and snippets.

@a73xsh
Created December 14, 2017 12:02
Show Gist options
  • Save a73xsh/f2e40c37c60d22d520760e00014425ef to your computer and use it in GitHub Desktop.
Save a73xsh/f2e40c37c60d22d520760e00014425ef to your computer and use it in GitHub Desktop.
Visual studio code settings
{
"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