You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, UnoCSS uses JITI to read configuration files for better intelligence in VSCode. However, JITI cannot handle modules imported from HTTP, which results in UnoCSS not being able to provide intelligent suggestions when used with Deno.
Thanks for the idea! I love it and actually was tracking from mlly (unjs/mlly#1, for mlly.loadURL) for same intention to use in jiti finally.
What is currently a blocker, is that jiti works on CommonJS system which cannot be async to support remote URLs like this. But we plan to introduce jiti.import(id): Promise<> to unblock this!
Describe the feature
Currently, UnoCSS uses JITI to read configuration files for better intelligence in VSCode. However, JITI cannot handle modules imported from HTTP, which results in UnoCSS not being able to provide intelligent suggestions when used with Deno.
related: unocss/unocss#3014
Example:
Additional information
The text was updated successfully, but these errors were encountered: