Skip to content

Commit a21b171

Browse files
Add a VS Code workspace file. (#200)
This ensures that Pyright/Pylance settings can be picked up when developing within the workspace.
1 parent ada622b commit a21b171

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

TypeChat.code-workspace

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"folders": [
3+
{
4+
"name": "TypeChat Root",
5+
"path": "./"
6+
},
7+
{
8+
"name": "Python",
9+
"path": "./python"
10+
},
11+
{
12+
"name": "TypeScript",
13+
"path": "./typescript"
14+
},
15+
],
16+
"settings": {
17+
}
18+
}

0 commit comments

Comments
 (0)