We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c67cf3 commit 57d564bCopy full SHA for 57d564b
.devcontainer/devcontainer.json
@@ -1,7 +1,19 @@
1
{
2
- "image": "mcr.microsoft.com/devcontainers/typescript-node:18",
3
- "features": {
4
- "ghcr.io/devcontainers/features/docker-in-docker:2": {}
+ "customizations": {
+ "vscode": {
+ "extensions": [
5
+ "esbenp.prettier-vscode",
6
+ "dbaeumer.vscode-eslint",
7
+ "github.copilot",
8
+ "eamodio.gitlens",
9
+ "mikestead.dotenv",
10
11
+ "stylelint.vscode-stylelint",
12
+ "clinyong.vscode-css-modules",
13
+ "vunguyentuan.vscode-css-variables",
14
+ "frigus02.vscode-sql-tagged-template-literals-syntax-only"
15
+ ]
16
+ }
17
},
18
"postStartCommand": "docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=p0stgr3s postgres:14-alpine",
19
"containerEnv": {
0 commit comments