-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
support workspaceContains activation events #5649
Conversation
b7b20a1
to
b188602
Compare
It is ready for the review. You can also try rust extension, all activation events for it should be supported now. |
@BroKun if you want to get more involved feel free to review PRs as well. Community help is always welcomed in any form. |
I am reviewing this... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked for me, I could see the expected two plug-in activations.
It did not happen when I tried with another repository than Theia.
b188602
to
99e242a
Compare
@kittaakos I've addressed your comments, please have a look again. |
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
99e242a
to
1fc845d
Compare
👍 I have tried it again from a fresh clone, copied the two plugins to the
|
@marcdumais-work I need it to resolve #5661 properly. Can we proceed with merging? a CQ for 5 lines from VS Code repo with MIT license |
Let me have a look... |
@akosyakov It seems to me that the CQ in this specific case is a formality:
So I am personally ok to merge without waiting, if we accept a small risk that we may have missed something and, in that case, we might need to go back and potentially roll-back this PR. Also, we will need the CQ approved before the next release, so we are "license certified". |
a CQ was approved, merging |
What it does
How to test
packages/core/package.json
**/core/package.json
See how to install VS Code extensions: https://github.com/theia-ide/theia/wiki/Testing-VS-Code-Extensions
Review checklist
Reminder for reviewers