Fix(hws-config): Remove hws* from yaml fileMatch patterns (#2326)

This commit is contained in:
Nassim BOUTEKEDJIRET
2022-06-30 19:19:54 +02:00
committed by GitHub
parent bc727040f3
commit fc0b9dbd94

View File

@@ -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"
}
],