Skip to content

Instantly share code, notes, and snippets.

@brettmillerb
Created January 22, 2019 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brettmillerb/615c3538d0f813db680a1cbd65a02c53 to your computer and use it in GitHub Desktop.
Save brettmillerb/615c3538d0f813db680a1cbd65a02c53 to your computer and use it in GitHub Desktop.
{
"files.defaultLanguage": "powershell",
"window.zoomLevel": -1,
"editor.renderWhitespace": "all",
"powershell.integratedConsole.focusConsoleOnExecute": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.panel.location": "right",
"terminal.integrated.cursorStyle": "line",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"adaptivecardviewer.enableautopreview": true,
"bracketPairColorizer.showVerticalScopeLine": false,
"bracketPairColorizer.showHorizontalScopeLine": false,
"window.titleBarStyle": "custom",
"editor.fontLigatures": true,
"powershell.powerShellExePath": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"cSpell.userWords": [
"admins",
"blox",
"cmdlet",
"cmdletbinding",
"color",
"datacenter",
"datastore",
"datetime",
"hklm",
"info",
"infoblox",
"multipass",
"notlike",
"opentext",
"pscustomobject",
"psobject",
"psug",
"scriptblock",
"subfolders",
"subnetmask",
"toupper",
"vmname",
"wildcard",
"wildcards"
],
"cSpell.language": "en-GB",
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"go",
"handlebars",
"html",
"jade",
"javascript",
"javascriptreact",
"json",
"latex",
"less",
"markdown",
"php",
"plaintext",
"powershell",
"pub",
"python",
"restructuredtext",
"rust",
"scss",
"text",
"typescript",
"typescriptreact",
"yml"
],
"workbench.panel.defaultLocation": "right",
"sync.gist": "f",
"bracket-pair-colorizer-2.showHorizontalScopeLine": false,
"html.format.indentInnerHtml": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment