Remove deprecated settings for devcontainer (#857)

This commit is contained in:
Jesse Hills 2024-04-12 11:29:29 +12:00 committed by GitHub
parent 78f6ed9e63
commit 725e501815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
"settings": {
"python.languageServer": "Pylance",
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,