IMP: vscode-specific project structuring (#6)
This commit is contained in:
parent
cba51bb5c7
commit
4e388ed79a
26 changed files with 1161 additions and 982 deletions
12
vscode/personal.code-workspace
Normal file
12
vscode/personal.code-workspace
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "dotfiles",
|
||||
"path": "/Users/matthew/.dotfiles"
|
||||
},
|
||||
{
|
||||
"name": "elixir-class",
|
||||
"path": "/Users/matthew/projects/personal/elixir-class"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue