Skip to content

Commit abadea3

Browse files
authored
Merge pull request #57 from satyam-seth-learnings/vscode-recommended-extensions
Vscode recommended extensions
2 parents 2ab0d47 + d23a676 commit abadea3

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.vscode/extensions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
}

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)