Preview
- Decoration and tooltip for matched utilities
- Loading configs from
uno.config.js
,vite.config.js
,svelte.config.js
,astro.config.js
,iles.config.js
ornuxt.config.js
(or.ts
) - Count of matched utilities
By default the extension will search for the config files under project root. When there is no config found, the extension will be disabled. To work with monorepo, you need to change the unocss.root
option in your settings.json
to the directory that contains the config file.
{
"unocss.root": "packages/client"
}
MIT License © 2021-PRESENT Anthony Fu