-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support creating tasks.json from template
- 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 <[email protected]>
- Loading branch information
Liang Huang
committed
Nov 2, 2019
1 parent
05f2e07
commit fad9056
Showing
4 changed files
with
318 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.