Skip to content

Commit 3c2d3b6

Browse files
committed
Include VS code workspace file
This workspace sets things up so that source code navigation works propertly in VS code.
1 parent 0fa10b2 commit 3c2d3b6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.git
22
.vscode
3-
actions.code-workspace

actions.code-workspace

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "sources"
8+
}
9+
],
10+
"settings": {}
11+
}

0 commit comments

Comments
 (0)