Add top level folder to workspace.

This commit is contained in:
John Beisley 2021-07-04 11:52:08 +01:00 committed by Huin
parent ab6e83ae0a
commit 29c1eac5a2

11
workspace.code-workspace Normal file
View File

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