Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix onLanguage activation event (#13630)
According to the the VSCode documentation `onLanguage` (without any language specified) is a valid activation event. This is used in the built-in emmet extension for example. Beforehand extensions with this event were not triggered. With this commit the extensions with `onLanguage` are activated, when the first language is loaded.
- Loading branch information