python-project-template/.vscode/settings.json

5 lines
194 B
JSON
Raw Normal View History

2024-03-29 14:31:16 +09:00
{
"terminal.integrated.enablePersistentSessions": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
}