Set up vscode workspace
This commit is contained in:
parent
fe30ff3d64
commit
74d10cd770
1 changed files with 17 additions and 0 deletions
17
aoc.code-workspace
Normal file
17
aoc.code-workspace
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "inputs",
|
||||||
|
"path": "inputs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sample_inputs",
|
||||||
|
"path": "sample_inputs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "py",
|
||||||
|
"path": "py"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue