MAINT
This commit is contained in:
parent
d5a09a885b
commit
c8f76437ab
5 changed files with 17 additions and 0 deletions
|
@ -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',
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue