dotfiles/vscode/settings.json
2020-06-25 09:17:21 -07:00

31 lines
820 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,
},
"python.condaPath": "/opt/miniconda3/bin/conda",
"python.defaultInterpreterPath": "~/.conda/envs/q2dev/bin/python",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.languageServer": "Microsoft",
}