Include VS code workspace file

This workspace sets things up so that source code navigation works
propertly in VS code.
This commit is contained in:
daz 2024-04-12 15:39:30 -06:00
parent 0fa10b26b8
commit 3c2d3b6f2a
No known key found for this signature in database
2 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
.git
.vscode
actions.code-workspace

11
actions.code-workspace Normal file
View file

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