Skip to content

Commit 960863a

Browse files
committed
Include .vscode/settings.json to fix Pylance search paths
1 parent 97a00c1 commit 960863a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"python.autoComplete.extraPaths": ["./fluent.syntax"],
3+
"python.analysis.extraPaths": ["./fluent.syntax"],
4+
}

0 commit comments

Comments
 (0)