dotfiles/VSCode/settings.json

20 lines
690 B
JSON
Raw Permalink Normal View History

2019-09-30 15:57:54 +00:00
{
"terminal.integrated.fontFamily": "Noto Mono for Powerline",
"telemetry.enableTelemetry": false,
"go.formatTool": "goimports",
"window.zoomLevel": 0,
"python.jediEnabled": false,
"git.autofetch": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"go.liveErrors": {
"enabled": true,
"delay": 100
},
"go.lintTool": "revive",
"go.useLanguageServer": true,
"workbench.colorTheme": "Material Theme Darker High Contrast",
"java.configuration.checkProjectSettingsExclusions": false,
"files.autoSave": "off",
"workbench.tree.indent": 25,
}