Skip to content

Commit 7e64a52

Browse files
authored
chore: add VSCode extensions for improved development environment (#509)
1 parent 1b5062c commit 7e64a52

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
},
1010
"mounts": [
1111
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
12-
]
12+
],
13+
"customizations": {
14+
"vscode": {
15+
"extensions": [
16+
"bradlc.vscode-tailwindcss",
17+
"GitHub.vscode-pull-request-github",
18+
"dbaeumer.vscode-eslint",
19+
"golang.go",
20+
"ms-vscode.makefile-tools",
21+
"esbenp.prettier-vscode",
22+
"github.vscode-github-actions"
23+
]
24+
}
25+
}
1326
}
1427

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"tailwindCSS.classFunctions": ["cva", "cx"]
3+
}

0 commit comments

Comments
 (0)