Spaces:
Sleeping
Sleeping
Gianpaolo Macario
commited on
Commit
·
616af0c
1
Parent(s):
7c63caa
feat: add VS Code workspace
Browse files
hf-mcp-course-unit31.code-workspace
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"folders": [
|
3 |
+
{
|
4 |
+
"path": "."
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"path": "../hf-mcp-course"
|
8 |
+
}
|
9 |
+
],
|
10 |
+
"settings": {}
|
11 |
+
}
|