From 59e30f09b33ceabfc9a621c9e67bc508c5958675 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 11 Feb 2026 23:36:15 +0100 Subject: [PATCH] chore(vscode): add yaml schema for taskfiles --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e72a1f3..e428940 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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]": {