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
I have a repository that uses a few different programming languages and in order to keep things clean I put the dotfiles to support each language in the folder containing that language's code.
onLanguage:hack makes sense to me, although I'm curious to know how hh_client itself handles your setup. If you want to open a PR for it I'll be happy to approve.
I have a repository that uses a few different programming languages and in order to keep things clean I put the dotfiles to support each language in the folder containing that language's code.
It seems like this extension only supports
.hhconfig
in the root of the workspace. Would it be possible to supportworkspaceContains:**/.hhconfig
? Or alternatively to addonLanguage:hack
toactivationEvents
?I'm willing to write and test a Pull Request if this would be an acceptable change?
The text was updated successfully, but these errors were encountered: