Skip to content

Commit e714579

Browse files
committed
chore: Adds VS Code workspace file
Adds a VS Code workspace configuration file for the project. This workspace file simplifies project navigation and configuration within VS Code by defining the project's root directories.
1 parent 54cfe15 commit e714579

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
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": "."
8+
}
9+
],
10+
"settings": {}
11+
}

0 commit comments

Comments
 (0)