Files
web-scraper/.vscode/settings.json
2021-03-06 15:57:56 +00:00

6 lines
169 B
JSON

{
"python.pythonPath": "bin/python3",
"python.envFile": "${workspaceFolder}/.env",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}