Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal restored itself after hiding/closing #164807

Closed
jrieken opened this issue Oct 27, 2022 · 1 comment · Fixed by #165110
Closed

Terminal restored itself after hiding/closing #164807

jrieken opened this issue Oct 27, 2022 · 1 comment · Fixed by #165110
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders tasks Task system issues verified Verification succeeded
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Oct 27, 2022

  • 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"
			}
		}
	]
}

@meganrogge
Copy link
Contributor

meganrogge commented Oct 27, 2022

perhaps caused by the fix (that didn't work..?) for #159639

@meganrogge meganrogge added bug Issue identified by VS Code Team member as probable bug tasks Task system issues labels Oct 27, 2022
@meganrogge meganrogge added this to the November 2022 milestone Oct 27, 2022
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Nov 1, 2022
@connor4312 connor4312 added the verified Verification succeeded label Nov 30, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders tasks Task system issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants