Skip to content

Commit f32d2fc

Browse files
committed
Configure Python environment settings for basedpyright client
1 parent a512797 commit f32d2fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.zed/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"enablePaths": ["src/clients/deno"]
1313
}
1414
}
15+
},
16+
"basedpyright": {
17+
"settings": {
18+
"python.pythonPath": "src/clients/python/.venv/bin/python",
19+
"python.venvPath": "src/clients/python",
20+
"python.analysis": {
21+
"venvPath": "src/clients/python",
22+
"venv": ".venv"
23+
}
24+
}
1525
}
1626
}
1727
}

0 commit comments

Comments
 (0)