Skip to content

Empty terminal when task has "reveal: never" #83016

@roblourens

Description

@roblourens

I have this task:

{
  "type": "npm",
  "script": "watch",
  "problemMatcher": "$gulp-tsc",
  "isBackground": true,
  "presentation": {
    "reveal": "never"
  },
  "group": {
    "kind": "build",
    "isDefault": true
  }
}
  • Run the task
  • Open the terminal
  • There is no text in the terminal

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelupstreamIssue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-linkedThis is an upstream issue that has been reported upstreamverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions