Skip to content
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

Add activationEvents to omnisharp and netcoredbg plugins #13781

Closed
svor opened this issue Jul 5, 2019 · 1 comment
Closed

Add activationEvents to omnisharp and netcoredbg plugins #13781

svor opened this issue Jul 5, 2019 · 1 comment
Assignees
Labels
area/languages Issues related to Language extensions or plugins integration. kind/task Internal things, technical debt, and to-do tasks to be performed.
Milestone

Comments

@svor
Copy link
Contributor

svor commented Jul 5, 2019

Description

Plugins won't start without activationEvents field in package.json. See eclipse-che/che-theia#330
Need to add this information:

"activationEvents": [
    "*"
  ]

for:
1. Theia omnisharp plugin
2. Theia netcoredbg plugin

@svor svor added the kind/task Internal things, technical debt, and to-do tasks to be performed. label Jul 5, 2019
@svor svor self-assigned this Jul 5, 2019
@svor svor added the area/languages Issues related to Language extensions or plugins integration. label Jul 5, 2019
@tsmaeder tsmaeder added this to the 7.1.0 milestone Jul 5, 2019
@tsmaeder tsmaeder mentioned this issue Jul 9, 2019
19 tasks
@svor
Copy link
Contributor Author

svor commented Jul 12, 2019

theia-omnisharp and theia-netcoredbg were realized with activationEvents information.

@svor svor closed this as completed Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/languages Issues related to Language extensions or plugins integration. kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

2 participants