Skip to content

Commit d2bb465

Browse files
authored
Show all task types in project panel (#1454)
If users want to have non-Swift task types in their package they should be able to.
1 parent 674cae7 commit d2bb465

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui/ProjectPanelProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ export class ProjectPanelProvider implements vscode.TreeDataProvider<TreeNode> {
574574
// Plugin tasks are shown under the Commands header
575575
.filter(
576576
task =>
577-
task.definition.type === "swift" &&
578577
task.definition.cwd === folderContext.folder.fsPath &&
579578
task.source !== "swift-plugin"
580579
)

0 commit comments

Comments
 (0)