mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 05:45:01 +00:00
fix(settings): update Python terminal settings and default interpreter path
This commit is contained in:
parent
346731544b
commit
ae8f58ac6f
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -77,4 +77,6 @@
|
|||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.insertSpaces": true
|
"editor.insertSpaces": true
|
||||||
},
|
},
|
||||||
|
"python.terminal.activateEnvironment": false,
|
||||||
|
"python.defaultInterpreterPath": "./.venv/bin/python"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user