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 support workspaceContains:**/.hhconfig? Or alternatively to add onLanguage:hack to activationEvents?
I'm willing to write and test a Pull Request if this would be an acceptable change?
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
.hhconfigin the root of the workspace. Would it be possible to supportworkspaceContains:**/.hhconfig? Or alternatively to addonLanguage:hacktoactivationEvents?I'm willing to write and test a Pull Request if this would be an acceptable change?