Add extensions recommendations

This commit is contained in:
Ivan 2024-07-24 11:29:19 +03:00
parent bf7902258b
commit acd24a28e5
2 changed files with 26 additions and 0 deletions

25
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,25 @@
{
"recommendations": [
"jgclark.vscode-todo-highlight",
"bradlc.vscode-tailwindcss",
"alexcvzz.vscode-sqlite",
"fractalbrew.backticks",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-russian",
"kamikillerto.vscode-colorize",
"batisteo.vscode-django",
"ms-azuretools.vscode-docker",
"dbaeumer.vscode-eslint",
"seyyedkhandon.firacode",
"ms-python.isort",
"ms-vscode.powershell",
"esbenp.prettier-vscode",
"ms-python.python",
"ms-python.debugpy",
"ms-python.pylint",
"ms-python.autopep8",
"ms-python.vscode-pylance",
"vscode-icons-team.vscode-icons"
],
"unwantedRecommendations": []
}

View File

@ -75,6 +75,7 @@ This readme file is used mostly to document project dependencies
- Svg Preview
- TODO Highlight v2
- Prettier
- PowerShell (for Windows dev env)
</pre>
</details>
<details>