Remove deprecated settings for devcontainer

This commit is contained in:
Jesse Hills 2024-04-10 01:37:31 +00:00
parent c3b31878d3
commit a5363dcb95
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
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,