dotfiles/vscode/settings.json

31 lines
882 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.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",
"liveshare.authenticationProvider": "GitHub",
"editor.inlineSuggest.enabled": true
}