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

Handle the runCommand factory's action in Theia #10167

Closed
ashumilova opened this issue Jun 23, 2018 · 0 comments
Closed

Handle the runCommand factory's action in Theia #10167

ashumilova opened this issue Jun 23, 2018 · 0 comments
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@ashumilova
Copy link
Contributor

ashumilova commented Jun 23, 2018

Factory has the ability to set the list of commands, that could be executed inside IDE on particular event and the task is to add support of commands to Theia IDE as well.

Sample:

"actions": [
        {
          "properties": {
            "name": "test"
          },
          "id": "runCommand"
        },
        {
          "properties": {
            "name": "displayIP"
          },
          "id": "runCommand"
        }
      ]

Note: Commands (in GWT IDE) are Tasks (in Theia IDE). So in Theia should use task mechanism for handing runCommand action.

@ashumilova ashumilova added status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. kind/task Internal things, technical debt, and to-do tasks to be performed. sprint/current team/ide2 labels Jun 23, 2018
@olexii4 olexii4 assigned olexii4 and unassigned olexii4 Jul 25, 2018
@olexii4 olexii4 added status/in-progress This issue has been taken by an engineer and is under active development. and removed status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. labels Jul 31, 2018
@olexii4 olexii4 added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. and removed status/in-progress This issue has been taken by an engineer and is under active development. labels Aug 9, 2018
@olexii4 olexii4 closed this as completed Sep 5, 2018
@ashumilova ashumilova removed sprint/current status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. labels Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

2 participants