This commit is contained in:
Matthew Ryan Dillon 2020-06-25 09:17:21 -07:00
parent d5a09a885b
commit c8f76437ab
5 changed files with 17 additions and 0 deletions

View file

@ -43,6 +43,7 @@ PROJECTS = {
'q2view', 'q2view',
'qiime2', 'qiime2',
'qiime2.github.io', 'qiime2.github.io',
'static-site-infrastructure',
'template-repo', 'template-repo',
'view.qiime2.org', 'view.qiime2.org',
'vm-playbooks', 'vm-playbooks',

View file

@ -224,6 +224,10 @@
"name": "scikit-bio", "name": "scikit-bio",
"path": "/Users/matthew/projects/qiime2/scikit-bio" "path": "/Users/matthew/projects/qiime2/scikit-bio"
}, },
{
"name": "static-site-infrastructure",
"path": "/Users/matthew/projects/qiime2/static-site-infrastructure"
},
{ {
"name": "template-repo", "name": "template-repo",
"path": "/Users/matthew/projects/qiime2/template-repo" "path": "/Users/matthew/projects/qiime2/template-repo"

View file

@ -224,6 +224,10 @@
"name": "scikit-bio", "name": "scikit-bio",
"path": "/Users/matthew/projects/qiime2/scikit-bio" "path": "/Users/matthew/projects/qiime2/scikit-bio"
}, },
{
"name": "static-site-infrastructure",
"path": "/Users/matthew/projects/qiime2/static-site-infrastructure"
},
{ {
"name": "template-repo", "name": "template-repo",
"path": "/Users/matthew/projects/qiime2/template-repo" "path": "/Users/matthew/projects/qiime2/template-repo"

View file

@ -224,6 +224,10 @@
"name": "scikit-bio", "name": "scikit-bio",
"path": "/Users/matthew/projects/qiime2/scikit-bio" "path": "/Users/matthew/projects/qiime2/scikit-bio"
}, },
{
"name": "static-site-infrastructure",
"path": "/Users/matthew/projects/qiime2/static-site-infrastructure"
},
{ {
"name": "template-repo", "name": "template-repo",
"path": "/Users/matthew/projects/qiime2/template-repo" "path": "/Users/matthew/projects/qiime2/template-repo"

View file

@ -24,4 +24,8 @@
"editor.tabSize": 2, "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",
} }