Files
web-scraper/.vscode/settings.json
2021-03-07 14:58:01 +00:00

7 lines
214 B
JSON

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