Skip to content

Instantly share code, notes, and snippets.

@radutta
Created March 13, 2020 10:49
Show Gist options
  • Save radutta/cb64358a220832e3bc38324380a8f779 to your computer and use it in GitHub Desktop.
Save radutta/cb64358a220832e3bc38324380a8f779 to your computer and use it in GitHub Desktop.
{
"telemetry.enableCrashReporter": false,
"window.zoomLevel": 0,
"window.restoreWindows": "none",
"window.title": "${rootPath}${separator}${dirty}${activeEditorShort}${separator}${appName}",
"editor.tabSize": 2,
"editor.fontSize": 18,
"editor.lineHeight": 20,
"editor.letterSpacing": 0.5,
"editor.cursorWidth": 3,
"editor.cursorBlinking": "blink",
"editor.wordWrap": "on",
"editor.lineNumbers": "on",
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.renderWhitespace": "selection",
"editor.minimap.enabled": false,
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.suggestSelection": "first",
"explorer.openEditors.visible": 0,
"explorer.compactFolders": true,
"files.autoSave": "afterDelay",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "'JetBrains Mono', 'Fira Code', Consolas, monospace",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"workbench.statusBar.visible": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Material Theme Palenight High Contrast",
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.shell.windows": "cmd.exe",
"[plaintext]": {
"editor.tabSize": 2
},
"typescript.updateImportsOnFileMove.enabled": "always",
"[typescript]": {
"editor.suggestSelection": "first"
},
"[json]": {
"editor.quickSuggestions": {
"strings": true,
"comments": true
}
},
"[http]": {
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
}
},
"mssql.connections": [
{
"connectionString": "Server=(LocalDB)\\MSSQLLocalDB; Integrated Security=true;",
"profileName": "LocalDB-MSSQLLocalDB",
"authenticationType": "Integrated"
}
],
"extensions.showRecommendationsOnlyOnDemand": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment