minor updates

This commit is contained in:
Matthew Ryan Dillon 2021-02-15 14:14:02 -07:00
parent 1441db7246
commit 14b3b6a5c0
4 changed files with 8 additions and 9 deletions

View file

@ -7,5 +7,5 @@
{
"key": "cmd+m",
"command": "workbench.action.toggleMaximizedPanel"
},
}
]

View file

@ -7,8 +7,6 @@
"workbench.colorTheme": "Base16 Dark Ashes",
"workbench.sideBar.location": "right",
"window.zoomLevel": 0,
"window.restoreFullscreen": false,
"python.jediEnabled": false,
@ -22,11 +20,11 @@
],
"[elixir]": {
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.formatOnSave": true
},
"python.condaPath": "/opt/miniconda3/bin/conda",
"python.defaultInterpreterPath": "~/.conda/envs/q2dev/bin/python",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.languageServer": "Microsoft",
"git.enabled": false,
"git.enabled": false
}