-
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.
fix(task): Align task group validation with VS Code (#13075)
* fix(task): Align task group validation with VSCode In VS Code, the following is considered correct in a `tasks.json`: ``` "group": {"kind": "build","isDefault": false} ``` In Theia, however, this is considered an error. This also prevents such tasks to be listed correctly when e.g. executing the command "Run Build Task". Contributed on behalf of STMicroelectronics. Fixes #12917
- Loading branch information
Showing
2 changed files
with
15 additions
and
16 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