Skip to content

Commit c2327e0

Browse files
Update VSCode extension recommendations
Removed 'python-environment-manager', 'autodocstring', and 'black-formatter' from the recommended extensions list, keeping only essential Python extensions.
1 parent 2e3ca25 commit c2327e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"recommendations": [
33
"ms-python.autopep8",
44
"ms-python.vscode-pylance",
5-
"ms-python.python",
6-
"donjayamanne.python-environment-manager",
7-
"njpwerner.autodocstring",
8-
"ms-python.black-formatter"
5+
"ms-python.python"
96
]
107
}

0 commit comments

Comments
 (0)