diff options
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r-- | .vscode/extensions.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..ae2a0f8 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,10 @@ +{ + "recommendations": [ + "golang.go", + "craigrbroughton.htmx-attributes", + "carlos-algms.make-task-provider", + "a-h.templ", + "mtxr.sqltools", + "mtxr.sqltools-driver-pg" + ] +}
\ No newline at end of file |