antfu / vscode-iconify

🙂 Iconify IntelliSense for VS Code
https://marketplace.visualstudio.com/items?itemName=antfu.iconify
MIT License
464 stars 34 forks source link

feat: Support for custom JSON icon sets #30

Closed aki77 closed 2 years ago

aki77 commented 2 years ago

Description

Added support for custom JSON icon sets.

Linked Issues

12

Additional context

I use JSON icon set for fontawesome pro.

https://docs.iconify.design/tools/tools2/examples/import-fa-pro.html

JohnCampionJr commented 2 years ago

I was just looking for this; great work! @antfu what do you think?

I am testing this out, and it seems to require absolute path to the json file. Is there a way to specify a relative path to the workspace or something?

Hope you don't mind; I expanded on your work to allow workspace file loading :)

aki77 commented 2 years ago

Thanks!