From dd46c49b5ee872d2251cead7af0c7278f4f180b9 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Tue, 23 May 2023 23:12:49 +0000 Subject: [PATCH] (chore): Update `json.schemas.fileMatch` (#9) Related: https://github.com/ScoopInstaller/Scoop/pull/5119 --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cbcd227..93f6279 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,7 +11,7 @@ { "url": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", "fileMatch": [ - "bucket/*.json" + "bucket/**/*.json" ] } ],