Skip to content

Commit a07f521

Browse files
Add recommended vscode extensions (#938)
* Add recommended vscode extensions * Add ruff to the list * Add code spell check and error lens extensions --------- Co-authored-by: Julian Jones <37962677+NexInfinite@users.noreply.github.com>
1 parent 5570088 commit a07f521

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.vscode/extensions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"recommendations": [
3+
"ms-python.python",
4+
"ms-python.mypy-type-checker",
5+
"esbenp.prettier-vscode",
6+
"rvest.vs-code-prettier-eslint",
7+
"bradlc.vscode-tailwindcss",
8+
"christian-kohler.npm-intellisense",
9+
"charliermarsh.ruff",
10+
"streetsidesoftware.code-spell-checker",
11+
"usernamehw.errorlens"
12+
]
13+
}

0 commit comments

Comments
 (0)