mirror of
https://github.com/trycua/computer.git
synced 2026-02-05 21:29:14 -06:00
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:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user