chore(vscode): add yaml schema for taskfiles

This commit is contained in:
Michele Cereda
2026-02-11 23:36:15 +01:00
parent ff3b7099d4
commit 59e30f09b3

View File

@@ -50,7 +50,8 @@
"https://json.schemastore.org/pre-commit-config.json": ".pre-commit-config.y*ml",
"https://json.schemastore.org/pulumi.json": "Pulumi.y*ml",
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": "docker-compose.y*ml",
"https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json": ".markdownlint.y*ml"
"https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json": ".markdownlint.y*ml",
"https://taskfile.dev/schema.json": "*askfile.y*ml"
},
"[markdown]": {