mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-21 09:07:40 +02:00
11 lines
386 B
JSON
11 lines
386 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/backend/.venv/bin/python",
|
|
"terminal.integrated.profiles.osx": {
|
|
"bash + venv": {
|
|
"path": "/opt/homebrew/bin/bash",
|
|
"args": ["--rcfile", "${workspaceFolder}/.vscode/terminal-init.sh"]
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.osx": "bash + venv",
|
|
"terminal.integrated.enablePersistentSessions": false
|
|
} |