Skip to content

Commit

Permalink
Fix deprecated options in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcclure committed Jul 7, 2024
1 parent c2d48b5 commit a65e070
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"editor.tabSize": 4,
"python.pythonPath": "/usr/bin/python3",
"python.analysis.autoSearchPaths": false,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"editor.formatOnPaste": false,
Expand Down

0 comments on commit a65e070

Please sign in to comment.