Commit dd46c49

HUMORCE <humorce@outlook.com>
2023-05-24 02:12:49
(chore): Update `json.schemas.fileMatch` (#9)
Related: https://github.com/ScoopInstaller/Scoop/pull/5119
1 parent d7c3eaa
Changed files (1)
.vscode/settings.json
@@ -11,7 +11,7 @@
         {
             "url": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
             "fileMatch": [
-                "bucket/*.json"
+                "bucket/**/*.json"
             ]
         }
     ],