Skip to content

Instantly share code, notes, and snippets.

@bihe
Created October 4, 2018 18:10
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/24437343c1dc8ee1382e19a1940ae4cc to your computer and use it in GitHub Desktop.
Save bihe/24437343c1dc8ee1382e19a1940ae4cc to your computer and use it in GitHub Desktop.
vscode settings
{
"workbench.iconTheme": "eq-material-theme-icons-palenight",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true,
"suppressWelcomeNotice": true
},
"editor.fontSize": 12,
"editor.fontFamily": "'Fira Code','Hack','DejaVu Sans Mono','Inconsolata Medium'",
"editor.fontLigatures": true,
"vsicons.projectDetection.disableDetect": true,
"extensions.ignoreRecommendations": false,
"terminal.integrated.fontSize": 11,
"workbench.sideBar.location": "right",
"gitlens.keymap": "alternate",
"explorer.confirmDragAndDrop": false,
"dotnet-test-explorer.enableTelemetry": false,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
//"editor.renderWhitespace": "all",
"workbench.colorCustomizations": {
"statusBar.background" : "#303030",
"statusBar.noFolderBackground" : "#222225",
"statusBar.debuggingBackground": "#f88e02b2",
"statusBar.debuggingForeground": "#fff",
"tab.activeBorderTop": "#ff0000",
"tab.inactiveForeground": "#666",
//"editor.background": "#252525"
},
"gitlens.historyExplorer.enabled": true,
//"debug.toolBarLocation": "docked",
"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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment