Add custom data for Foundry / RipCrypt custom elements

This commit is contained in:
Oliver-Akins 2025-01-19 16:11:56 -07:00
parent 04ec35113b
commit 27d924e336
3 changed files with 54 additions and 1 deletions

View file

@ -4,5 +4,9 @@
},
"search.exclude": {
"foundry.*.link": true
}
},
"html.customData": [
"./.vscode/foundry.html-data.json",
"./.vscode/ripcrypt.html-data.json"
]
}