Cleanup vscode, add scratch to gitignore.

This commit is contained in:
Tom Rothamel
2022-01-25 21:46:29 -05:00
parent 3260104cec
commit 47a82ccdfd
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -42,9 +42,7 @@
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.extraPaths": [
"",
"/home/tom/.vscode/extensions/joedevivo.vscode-circuitpython-0.1.15/stubs",
"/home/tom/.config/Code/User/globalStorage/joedevivo.vscode-circuitpython/bundle/20220110/adafruit-circuitpython-bundle-py-20220110/lib"
""
],
"python.analysis.diagnosticMode": "workspace",
"python.linting.pylintEnabled": false,