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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
I am working on an extension where I need to dynamically load a style sheet from my extension folder into brackets.
Currently, in order to do this, you either need to hard-code the path, relative to brackets root, like so:
or get the current extension directory with the following code:
We should provide a cleaner API to get the current directory path for an extension.
The text was updated successfully, but these errors were encountered: