chore: update gitattributes and obsolete devcontainer option

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Fernando Fernández
2026-07-25 13:11:13 +00:00
committed by GitHub
parent b2712276cf
commit 26e3e54e57
4 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "2.17.0",
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:25b9f05705ffba7dbe503230ac76081419306f8c8bc88e0ce78c4ecd99a0c78c",
"integrity": "sha256:25b9f05705ffba7dbe503230ac76081419306f8c8bc88e0ce78c4ecd99a0c78c"
"ghcr.io/devcontainers/features/docker-in-docker:4": {
"version": "4.0.0",
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:4fa87399214366e320d489991769c4f3f461e1ffe461f54eea78a41b34945bb5",
"integrity": "sha256:4fa87399214366e320d489991769c4f3f461e1ffe461f54eea78a41b34945bb5"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "1.1.0",
-1
View File
@@ -8,7 +8,6 @@
"profile": "default"
},
"ghcr.io/devcontainers/features/docker-in-docker:4": {
"installDockerComposeSwitch": false,
"moby": false
},
"ghcr.io/devcontainers/features/github-cli:1": {}
+3 -2
View File
@@ -35,6 +35,7 @@ LICENSE text
.gitignore export-ignore
*.gitattributes linguist-language=gitattributes
package-lock.json linguist-generated=true linguist-language=JSON
pnpm-lock.yaml linguist-generated=true linguist-language=YAML
packaging/tauri/Cargo.lock text linguist-generated=true linguist-language=TOML
locales/*.json merge=union
packages/i18n/strings/*.json merge=union
.devcontainer/devcontainer-lock.json text eol=lf linguist-generated=true linguist-language=JSON
+2 -2
View File
@@ -1,5 +1,5 @@
{
"editor.formatOnSave": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always",
"source.organizeImports": "never"
@@ -48,5 +48,5 @@
"vue.inlayHints.vBindShorthand": true,
"vue.inlayHints.optionsWrapper": true,
"vue.inlayHints.destructuredProps": true,
"js/ts.tsserver.experimental.enableProjectDiagnostics": true,
"js/ts.tsserver.experimental.enableProjectDiagnostics": true
}