Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iconFilenames should be Set<string>, not Set<string | undefined> #790

Merged

Conversation

EvanHahn
Copy link
Contributor

No description provided.

@tomasciccola tomasciccola merged commit aef3dee into fix/checkForMissingIconNameInConfigImport Aug 28, 2024
7 checks passed
@tomasciccola tomasciccola deleted the 782-iconfilenames branch August 28, 2024 18:21
tomasciccola added a commit that referenced this pull request Aug 29, 2024
* check for icon file referenced by preset.icon

* add access-point to completeConfig

* add test for invalid icon name

* remove unnecessary icons, fix presets.json

* add icons to complete config

* metter check for `'icon' in field`

* compute `iconFilenames` once, repurpuse icon name regex

* iconFilenames should be `Set<string>`, not `Set<string | undefined>` (#790)

* Fix missing icon name, warn instead of throwing (#791)

---------

Co-authored-by: Tomás Ciccola <[email protected]>
Co-authored-by: Evan Hahn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants