Last active
December 2, 2024 10:20
-
-
Save Tobiaqs/f46c992d3fb7db3aefb98efc6124464a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// OS Standardized VSCode Extensions v24.10.5 | |
// https://gist.github.com/Tobiaqs/f46c992d3fb7db3aefb98efc6124464a | |
// | |
// These recommended extensions are essential for proper formatting of your code. | |
// Please install them. | |
{ | |
"recommendations": [ | |
"dbaeumer.vscode-eslint", | |
"charliermarsh.ruff", | |
"Vue.volar", | |
"ms-python.python", | |
"ms-python.vscode-pylance", | |
"batisteo.vscode-django", | |
"antfu.goto-alias", | |
"bradlc.vscode-tailwindcss", | |
"shamanu4.django-intellisense", | |
"prantlf.fold-on-open", | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment