mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
chore: update gitattributes and obsolete devcontainer option
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Generated
+4
-4
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
"ghcr.io/devcontainers/features/docker-in-docker:4": {
|
||||||
"version": "2.17.0",
|
"version": "4.0.0",
|
||||||
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:25b9f05705ffba7dbe503230ac76081419306f8c8bc88e0ce78c4ecd99a0c78c",
|
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:4fa87399214366e320d489991769c4f3f461e1ffe461f54eea78a41b34945bb5",
|
||||||
"integrity": "sha256:25b9f05705ffba7dbe503230ac76081419306f8c8bc88e0ce78c4ecd99a0c78c"
|
"integrity": "sha256:4fa87399214366e320d489991769c4f3f461e1ffe461f54eea78a41b34945bb5"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {
|
"ghcr.io/devcontainers/features/github-cli:1": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
"profile": "default"
|
"profile": "default"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:4": {
|
"ghcr.io/devcontainers/features/docker-in-docker:4": {
|
||||||
"installDockerComposeSwitch": false,
|
|
||||||
"moby": false
|
"moby": false
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {}
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
||||||
|
|||||||
+3
-2
@@ -35,6 +35,7 @@ LICENSE text
|
|||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
|
|
||||||
*.gitattributes linguist-language=gitattributes
|
*.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
|
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
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": "always",
|
"source.fixAll.eslint": "always",
|
||||||
"source.organizeImports": "never"
|
"source.organizeImports": "never"
|
||||||
@@ -48,5 +48,5 @@
|
|||||||
"vue.inlayHints.vBindShorthand": true,
|
"vue.inlayHints.vBindShorthand": true,
|
||||||
"vue.inlayHints.optionsWrapper": true,
|
"vue.inlayHints.optionsWrapper": true,
|
||||||
"vue.inlayHints.destructuredProps": true,
|
"vue.inlayHints.destructuredProps": true,
|
||||||
"js/ts.tsserver.experimental.enableProjectDiagnostics": true,
|
"js/ts.tsserver.experimental.enableProjectDiagnostics": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user