annotate .vscode/settings.json @ 2:a547c300bd6e

project cleanup
author drewp@bigasterisk.com
date Fri, 01 Apr 2022 00:44:01 -0700
parents 3c1bc3bc5a6c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3c1bc3bc5a6c pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff changeset
1 {
3c1bc3bc5a6c pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff changeset
2 "python.linting.pylintEnabled": false,
3c1bc3bc5a6c pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff changeset
3 "python.linting.flake8Enabled": true,
3c1bc3bc5a6c pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff changeset
4 "python.linting.enabled": true,
3c1bc3bc5a6c pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff changeset
5 "python.formatting.provider": "yapf",
2
a547c300bd6e project cleanup
drewp@bigasterisk.com
parents: 0
diff changeset
6
a547c300bd6e project cleanup
drewp@bigasterisk.com
parents: 0
diff changeset
7 "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"],
a547c300bd6e project cleanup
drewp@bigasterisk.com
parents: 0
diff changeset
8 "python.analysis.extraPaths": ["__pypackages__/3.9/lib"]
0
3c1bc3bc5a6c pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff changeset
9 }