-
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
[plug-in][tasks] Add ability to fetch all tasks #5342
Labels
plug-in system
issues related to the plug-in system
tasks
issues related to the task system
vscode
issues related to VSCode compatibility
Comments
RomanNikitenko
added
tasks
issues related to the task system
plug-in system
issues related to the plug-in system
labels
Jun 3, 2019
RomanNikitenko
changed the title
[plug-in][tasks] Add ability to fetches all tasks
[plug-in][tasks] Add ability to fetch all tasks
Jun 3, 2019
I created #5348 as a draft of the implementation. |
elaihau
pushed a commit
to elaihau/theia
that referenced
this issue
Aug 27, 2019
- This pull request adds the support of executing a vscode.Task, and fetching tasks by type and schema version to the plugins API. - resolved eclipse-theia#5342 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Aug 28, 2019
- This pull request adds the support of executing a vscode.Task, and fetching tasks by type and schema version to the plugins API. - resolved #5342 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
1 task
elaihau
pushed a commit
that referenced
this issue
Aug 30, 2019
- This pull request adds the support of executing a vscode.Task, and fetching tasks by type and schema version to the plugins API. - resolved #5342 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Aug 30, 2019
- This pull request adds the support of executing a vscode.Task, and fetching tasks by type and schema version to the plugins API. - resolved #5342 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Aug 30, 2019
- This pull request adds the support of executing a vscode.Task, and fetching tasks by type and schema version to the plugins API. - resolved #5342 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Sep 5, 2019
- This pull request adds the support of executing a vscode.Task, and fetching tasks by type and schema version to the plugins API. - resolved #5342 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Sep 5, 2019
- This pull request adds the support of executing a vscode.Task, and fetching tasks by type and schema version to the plugins API. - resolved #5342 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
plug-in system
issues related to the plug-in system
tasks
issues related to the task system
vscode
issues related to VSCode compatibility
Description
Add tasks.fetchTasks() API to provide ability to get all tasks available in the systems
The text was updated successfully, but these errors were encountered: