Skip to content

Commit

Permalink
add python formatters to recommended Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed Jul 24, 2024
1 parent 3adac45 commit 5bd315f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"vadimcn.vscode-lldb",
"xaver.clang-format",
"yuichinukiyama.vscode-preview-server",
"yzhang.markdown-all-in-one"
"yzhang.markdown-all-in-one",
"ms-python.autopep8",
"ms-python.isort"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down

0 comments on commit 5bd315f

Please sign in to comment.