Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit a48083f

Browse files
authored
chore: Update devcontainer and VS Code settings
1 parent bdc9ab2 commit a48083f

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ghcr.io/devcontainers-contrib/features/terraform-docs:1": {}
88
},
99
"onCreateCommand": "./.devcontainer/onCreateCommand.sh",
10-
"postAttachCommand": "pre-commit install",
10+
"postAttachCommand": "pre-commit install",
1111
"customizations": {
1212
"vscode": {
1313
"extensions": [
@@ -17,13 +17,7 @@
1717
"streetsidesoftware.code-spell-checker",
1818
"editorconfig.editorconfig",
1919
"vivaxy.vscode-conventional-commits",
20-
"svelte.svelte-vscode",
21-
"jock.svg",
22-
"bradlc.vscode-tailwindcss",
23-
"vitest.explorer",
24-
"dbaeumer.vscode-eslint",
25-
"esbenp.prettier-vscode",
26-
"ms-playwright.playwright"
20+
"hashicorp.terraform"
2721
]
2822
}
2923
}

.vscode/extensions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"recommendations": [
3+
"ldez.ignore-files",
4+
"gruntfuggly.todo-tree",
5+
"redhat.vscode-yaml",
6+
"streetsidesoftware.code-spell-checker",
7+
"editorconfig.editorconfig",
8+
"vivaxy.vscode-conventional-commits",
9+
"hashicorp.terraform"
10+
]
11+
}

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"editor.formatOnSave": true
2+
"editor.formatOnSave": true,
3+
"json.format.enable": true
34
}

0 commit comments

Comments
 (0)