From 0529d113e8166e9ffcd93e115ed97ef251eb535d Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Thu, 18 Apr 2024 15:39:34 +0200 Subject: [PATCH] added handling for both `yaml` and `yml` --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 568ed6d..e64168c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.defaultFormatter": "dbaeumer.vscode-eslint", "yaml.schemas": { - "./schema.json": ".github/scripts/**/*.yml" + "./schema.json": ".github/scripts/**/*.y*ml", }, }