Property tweaks

This commit is contained in:
Chuck Lantz
2021-10-28 00:41:06 +00:00
committed by GitHub
parent 207e4195a7
commit 01e2b73878

View File

@@ -22,9 +22,8 @@
"path": "/bin/bash"
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",
"python.languageServer": "Default",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",