Skip to content

Commit

Permalink
update: fix nuclei yaml schema with yaml suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esonhugh committed Jun 18, 2024
1 parent dc18e5a commit 6a2ef26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"*.nuclei": "yaml"
},
"yaml.schemas": {
"https://raw.githubusercontent.com/projectdiscovery/nuclei/main/nuclei-jsonschema.json": "*.nuclei"
"https://raw.githubusercontent.com/projectdiscovery/nuclei/main/nuclei-jsonschema.json": [
"*.nuclei",
"*nuclei.yaml",
]
},
}

0 comments on commit 6a2ef26

Please sign in to comment.