IMP: vscode-specific project structuring (#6)

This commit is contained in:
Matthew Ryan Dillon 2020-05-12 14:32:17 -07:00 committed by GitHub
parent cba51bb5c7
commit 4e388ed79a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1161 additions and 982 deletions

32
vscode/mds.code-workspace Normal file
View file

@ -0,0 +1,32 @@
{
"folders": [
{
"name": "ccdb-api",
"path": "/Users/matthew/projects/mds/ccdb-api"
},
{
"name": "ccdb-web",
"path": "/Users/matthew/projects/mds/ccdb-web"
},
{
"name": "dotfiles",
"path": "/Users/matthew/.dotfiles"
},
{
"name": "fathm",
"path": "/Users/matthew/projects/mds/fathm"
},
{
"name": "hibernators",
"path": "/Users/matthew/projects/mds/hibernators"
},
{
"name": "hibernators-web",
"path": "/Users/matthew/projects/mds/hibernators-web"
},
{
"name": "tucotuco",
"path": "/Users/matthew/projects/mds/tucotuco"
}
]
}