Skip to content

Instantly share code, notes, and snippets.

@bihe
Created November 6, 2019 17:42
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 bihe/8e2ce463f659266ce8e29b2f33ba5dc6 to your computer and use it in GitHub Desktop.
Save bihe/8e2ce463f659266ce8e29b2f33ba5dc6 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "alternate",
"editor.fontFamily": "'Cascadia Code', 'Input Mono','Fira Code','DejaVu Sans Mono','Inconsolata Medium'",
"editor.fontLigatures": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
//"editor.renderWhitespace": "all",
"extensions.ignoreRecommendations": false,
"explorer.confirmDragAndDrop": false,
"dotnet-test-explorer.enableTelemetry": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"statusBar.background" : "#303030",
"statusBar.noFolderBackground" : "#222225",
"statusBar.debuggingBackground": "#f88e02b2",
"statusBar.debuggingForeground": "#fff",
"tab.activeBorderTop": "#ff0000",
"tab.inactiveForeground": "#666",
//"editor.background": "#252525"
},
"window.titleBarStyle": "custom",
"breadcrumbs.enabled": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"msbuildProjectTools.experimentalFeatures": [],
"msbuildProjectTools.nuget.includePreRelease": true,
"msbuildProjectTools.nuget.newestVersionsFirst": true,
"msbuildProjectTools.logging.seq.level": "Verbose",
"files.eol": "\n",
"window.zoomLevel": 0,
"workbench.sideBar.location": "right",
"editor.minimap.enabled": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"vsicons.projectDetection.autoReload": true,
"workbench.colorTheme": "Sublime Material Theme - Dark",
"go.formatTool": "goimports",
"go.useLanguageServer": true,
"go.autocompleteUnimportedPackages": true,
"go.coverOnSingleTest": true,
"editor.fontSize": 15,
"terminal.integrated.fontFamily": "'Consolas'",
"terminal.integrated.fontSize": 15,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment