Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VS Code fires `onLanguage` activation events before `*`, which can lead to language-based extensions being activated before this one. This change adds the generic `onLanguage` activation event *without a language identifier*, which [according to the documentation][1] should activate this extension before any language used. Closes #109 [1]: https://code.visualstudio.com/api/references/activation-events#onLanguage
- Loading branch information