-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderstasksTask system issuesTask system issuesverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
Version: 1.84.0 (Universal)
Commit: d037ac0
Date: 2023-11-01T11:30:19.406Z
Electron: 25.9.2
ElectronBuildId: 24603566
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 23.1.0 - OS Version: macOS Sonoma 14.1
Steps to Reproduce:
- Create a task in task.json with this format
{
"label": "go mod tidy",
"type": "shell",
"command": "go mod tidy",
"group": "build",
"presentation": {
"reveal": "always",
"panel": "new",
"focus": true,
"echo": true
},
},
- Open an editor window if not already open
- Run the task
- Notice that the cursor stays in the editor so the terminal must be clicked on to press enter and dismiss the task
gektus, kisielk, achamorro-dev, lxhillwind, RoyalXXX and 1 more
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderstasksTask system issuesTask system issuesverifiedVerification succeededVerification succeeded