We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm using textlint processor plugin for new file format support. However, ActivationEvents is not emitted when it changed.
It is good if it is enable to emit activation events on all language files.
vscode-textlint/packages/textlint/package.json
Lines 117 to 131 in 79225a3
Additionally, if your extension needs to be activated before any language is used, you can use the generic onLanguage activation event to ensure this:
"activationEvents": [ "onLanguage" ]
https://code.visualstudio.com/api/references/activation-events#onLanguage
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello,
I'm using textlint processor plugin for new file format support.
However, ActivationEvents is not emitted when it changed.
It is good if it is enable to emit activation events on all language files.
vscode-textlint/packages/textlint/package.json
Lines 117 to 131 in 79225a3
https://code.visualstudio.com/api/references/activation-events#onLanguage
The text was updated successfully, but these errors were encountered: