Gianpaolo Macario commited on
Commit
616af0c
·
1 Parent(s): 7c63caa

feat: add VS Code workspace

Browse files
Files changed (1) hide show
  1. hf-mcp-course-unit31.code-workspace +11 -0
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
+ }