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

@ -53,9 +53,9 @@ repos=
[github_thermokarst_forks_qiime2] [github_thermokarst_forks_qiime2]
workspace=~/projects/qiime2 workspace=~/projects/qiime2
remote_host=git@github.com/thermokarst-forks remote_host=git@github.com/qiime2
remote_name=thermokarst remote_name=qiime2
github_peers=ebolyen,gregcaporaso,ChrisKeefe,Oddant1,nbokulich,andrewsanchez,cherman2 github_peers=ebolyen,gregcaporaso,ChrisKeefe,Oddant1,nbokulich,andrewsanchez,cherman2,thermokarst-forks
repos= repos=
An-Introduction-To-Applied-Bioinformatics, An-Introduction-To-Applied-Bioinformatics,
Keemei, Keemei,
@ -118,6 +118,7 @@ repos=
scikit-bio-feedstock, scikit-bio-feedstock,
spcss, spcss,
sphinx-qiime2-theme, sphinx-qiime2-theme,
sphinx-ext-qiime2,
static-site-infrastructure, static-site-infrastructure,
template-repo, template-repo,
view.qiime2.org, view.qiime2.org,

View file

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

View file

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

View file

@ -90,7 +90,7 @@ path=(
$HOME/.cargo/bin $HOME/.cargo/bin
# misc apps # misc apps
/Applications/Postgres.app/Contents/Versions/12/bin/ /Applications/Postgres.app/Contents/Versions/latest/bin/
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/ /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/
) )