-
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
Align UX for tasks with VS Code #4212
Comments
elaihau
pushed a commit
that referenced
this issue
Aug 6, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212
elaihau
pushed a commit
that referenced
this issue
Aug 7, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212
1 task
elaihau
pushed a commit
that referenced
this issue
Aug 7, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Aug 7, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Sep 5, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Sep 6, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Sep 6, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Sep 6, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Sep 6, 2019
- before a task runs, prompt the user to choose which parser to use to parse the task output, and write user's choice into `tasks.json` - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Oct 15, 2019
- group the tasks by workspace folder in the quick open item list populated by "Terminal" -> "Configure Tasks..." - when "Configure Tasks" is started, check if tasks.json exists. If not, display "Create tasks.json file from template". If tasks.json exists and empty, display "Open tasks.json file". - add VS Code Task templates to Theia. CQ created http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20967 - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
2 tasks
elaihau
pushed a commit
that referenced
this issue
Oct 17, 2019
- group the tasks by workspace folder in the quick open item list populated by "Terminal" -> "Configure Tasks..." - when "Configure Tasks" is started, check if tasks.json exists: - "Create tasks.json file from template" is displayed if 1) there are no detected or configured tasks, and 2) tasks.json does not exist - "Open tasks.json file" is displayed, if 1) tasks.json exists, and 2) no detected or configured tasks are found, display "Open tasks.json file". - add VS Code Task templates to Theia. CQ created http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20967 - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Oct 19, 2019
- group the tasks by workspace folder in the quick open item list populated by "Terminal" -> "Configure Tasks..." - when "Configure Tasks" is started, check if tasks.json exists: - "Create tasks.json file from template" is displayed if 1) there are no detected or configured tasks, and 2) tasks.json does not exist - "Open tasks.json file" is displayed, if 1) tasks.json exists, and 2) no detected or configured tasks are found. - add VS Code Task templates to Theia. CQ created http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20967 - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
to elaihau/theia
that referenced
this issue
Oct 31, 2019
- group the tasks by workspace folder in the quick open item list populated by "Terminal" -> "Configure Tasks..." - when "Configure Tasks" is started, check if tasks.json exists: - "Create tasks.json file from template" is displayed if 1) there are no detected or configured tasks, and 2) tasks.json does not exist - "Open tasks.json file" is displayed, if 1) tasks.json exists, and 2) no detected or configured tasks are found. - add VS Code Task templates to Theia. CQ created http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20967 - part of eclipse-theia#4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Nov 2, 2019
- group the tasks by workspace folder in the quick open item list populated by "Terminal" -> "Configure Tasks..." - when "Configure Tasks" is started, check if tasks.json exists: - "Create tasks.json file from template" is displayed if 1) there are no detected or configured tasks, and 2) tasks.json does not exist - "Open tasks.json file" is displayed, if 1) tasks.json exists, and 2) no detected or configured tasks are found. - add VS Code Task templates to Theia. CQ created http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20967 - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau
pushed a commit
that referenced
this issue
Nov 6, 2019
- group the tasks by workspace folder in the quick open item list populated by "Terminal" -> "Configure Tasks..." - when "Configure Tasks" is started, check if tasks.json exists: - "Create tasks.json file from template" is displayed if 1) there are no detected or configured tasks, and 2) tasks.json does not exist - "Open tasks.json file" is displayed, if 1) tasks.json exists, and 2) no detected or configured tasks are found. - add VS Code Task templates to Theia. CQ created http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20967 - part of #4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
- group the tasks by workspace folder in the quick open item list populated by "Terminal" -> "Configure Tasks..." - when "Configure Tasks" is started, check if tasks.json exists: - "Create tasks.json file from template" is displayed if 1) there are no detected or configured tasks, and 2) tasks.json does not exist - "Open tasks.json file" is displayed, if 1) tasks.json exists, and 2) no detected or configured tasks are found. - add VS Code Task templates to Theia. CQ created http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20967 - part of eclipse-theia#4212 Signed-off-by: Liang Huang <liang.huang@ericsson.com>
Given that the related issues are completed, and the UX is aligned with VS Code expectations, I would mark the epic as closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to follow along https://code.visualstudio.com/Docs/editor/tasks docs with Theia.
Related #1096, #4211, #4216
cc @marcdumais-work @svenefftinge
The text was updated successfully, but these errors were encountered: