Files
panaetius/.vscode/settings.json
Daniel Tomlinson 76dfe5a15a Adding overwriting of __header__ functionality to config
CONFIG = Config(path="~/.config/island-code-extractor", header="island-code-extractor")
2020-08-25 22:33:21 +01:00

6 lines
172 B
JSON

{
"python.linting.pylintEnabled": false,
"python.linting.prospectorEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": ".venv/bin/python"
}