rss-mastodon-poster/.vscode/settings.json

5 lines
194 B
JSON
Raw Permalink Normal View History

2024-05-05 17:24:23 +09:00
{
"terminal.integrated.enablePersistentSessions": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
}