Add task plugin to recommended extensions

This commit is contained in:
Evan Simkowitz 2024-05-24 18:08:24 -07:00
parent 42af879e57
commit 7b6ae0492f
No known key found for this signature in database

View File

@ -1,3 +1,9 @@
{ {
"recommendations": ["esbenp.prettier-vscode", "golang.go", "dbaeumer.vscode-eslint", "vitest.explorer"] "recommendations": [
} "esbenp.prettier-vscode",
"golang.go",
"dbaeumer.vscode-eslint",
"vitest.explorer",
"task.vscode-task"
]
}