Skip to content

Terminal restored itself after hiding/closing #164807

@jrieken

Description

@jrieken
  • hide/close terminal
  • reload window
  • terminal is back
Screen.Recording.2022-10-27.at.16.03.29.mov

This is likely caused by my autorun-task but it set to never reveal itself

{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "npm",
			"script": "watch",
			"group": "build",
			"problemMatcher": [],
			"label": "npm: watch",
			"detail": "npx esbuild index.ts --outfile=index.js --watch",
			"presentation": {
				"echo": true,
				"reveal": "never",
				"focus": false,
				"panel": "shared",
				"showReuseMessage": true,
				"clear": false
			},
			"runOptions": {
				"runOn": "folderOpen"
			}
		}
	]
}

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsiderstasksTask system issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions