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

View file

@ -0,0 +1,12 @@
{
"folders": [
{
"name": "dotfiles",
"path": "/Users/matthew/.dotfiles"
},
{
"name": "elixir-class",
"path": "/Users/matthew/projects/personal/elixir-class"
}
]
}