IMP: vscode-specific project structuring (#6)
This commit is contained in:
parent
cba51bb5c7
commit
4e388ed79a
26 changed files with 1161 additions and 982 deletions
32
vscode/mds.code-workspace
Normal file
32
vscode/mds.code-workspace
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue