dotfiles/vscode/settings.json

27 lines
596 B
JSON

{
"editor.cursorStyle": "block",
"editor.minimap.enabled": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.colorTheme": "Base16 Dark Ashes",
"workbench.sideBar.location": "right",
"window.zoomLevel": 0,
"window.restoreFullscreen": false,
"python.jediEnabled": false,
"git.confirmSync": false,
"githubPullRequests.remotes": [
"origin",
"upstream",
"thermokarst",
"qiime2"
],
"[elixir]": {
"editor.tabSize": 2,
"editor.formatOnSave": true,
},
}