Merge pull request #520 from skools-here/windows-compatibility-for-development-setup

Make VS Code Python interpreter path cross-platform
This commit is contained in:
James Murdza
2025-10-29 18:15:51 -07:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{
"python-envs.pythonProjects": [],
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",