mirror of
https://github.com/chenasraf/schemastore.git
synced 2026-05-17 17:58:02 +00:00
Fix(hws-config): Remove hws* from yaml fileMatch patterns (#2326)
This commit is contained in:
committed by
GitHub
parent
bc727040f3
commit
fc0b9dbd94
@@ -3698,12 +3698,7 @@
|
||||
{
|
||||
"name": "Hardware Sentry Configuration",
|
||||
"description": "Hardware Sentry configuration file",
|
||||
"fileMatch": [
|
||||
"hws-config.yaml",
|
||||
"hws-config.yml",
|
||||
"hws*.yaml",
|
||||
"hws*.yml"
|
||||
],
|
||||
"fileMatch": ["*hws-config*.yaml", "*hws-config*.yml"],
|
||||
"url": "https://json.schemastore.org/hws-config.json"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user