rss-mastodon-poster/.vscode/settings.json
2024-05-05 17:24:23 +09:00

5 lines
No EOL
194 B
JSON

{
"terminal.integrated.enablePersistentSessions": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
}