add workspace config

This commit is contained in:
Christian Seyfferth 2020-12-06 16:04:47 +01:00
parent 378f3ef4e0
commit 04da80ab1a

8
workspace.code-workspace Normal file
View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "./"
}
],
"settings": {}
}