File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [
3+ " ms-python.python" ,
4+ " esbenp.prettier-vscode" ,
5+ " ms-python.black-formatter" ,
6+ " ms-python.isort" ,
7+ " ms-python.mypy-type-checker" ,
8+ " batisteo.vscode-django" ,
9+ " ms-python.pylint" ,
10+ " ms-python.debugpy" ,
11+ " ms-python.vscode-pylance" ,
12+ " yy0931.vscode-sqlite3-editor" ,
13+ " streetsidesoftware.code-spell-checker"
14+ ]
15+ }
Original file line number Diff line number Diff line change @@ -1105,3 +1105,11 @@ python3 manage.py test
11051105 "python.testing.unittestArgs": ["-p", "*test*.py"]
11061106 }
11071107 ` ` `
1108+
1109+ 16. Install recommended VS Code extensions
1110+
1111+ - Open the extensions sidebar in VS Code `ctrl+shift+x` or `cmd+shift+x`
1112+
1113+ - Type @recommended in the search bar
1114+
1115+ - Install the recommended extensions
You can’t perform that action at this time.
0 commit comments