Added a workspace file for VSCode, not sure about using it or not. Might back this out, if nothing else because I dislike that it not puts it into its own folder in the Explorer.

This commit is contained in:
Robert McGovern 2020-09-12 09:50:53 +01:00
parent abab57c744
commit 58ee69ff20
1 changed files with 8 additions and 0 deletions

8
base.code-workspace Normal file
View File

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