Add VSCode workspace

This commit is contained in:
Ryan Cavicchioni 2021-03-14 17:08:02 -05:00
parent b3a6dfbe07
commit e86ce1aeaf
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

12
lume.code-workspace Normal file
View File

@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
},
{
"name": "lifx-go",
"path": "..\\lifx-go"
}
],
"settings": {}
}