You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If on the .vscode/tasks.json there is a task that is executed when the workspace opens, with the following parameter:
"runOptions": {
"runOn": "folderOpen"
},
Then, even after this task is finished, when running another task and trying to interact with the Terminal View (I am using terminalView.executeCommand('y', 5000)), then a ElementNotInteractableError: element not interactable error happens.
Describe the bug
If on the
.vscode/tasks.json
there is a task that is executed when the workspace opens, with the following parameter:Then, even after this task is finished, when running another task and trying to interact with the Terminal View (I am using terminalView.executeCommand('y', 5000)), then a
ElementNotInteractableError: element not interactable
error happens.Code that I am executing:
Steps to reproduce
In a workspace that has a task with:
This is the task on my workspace:
This also happens with this task, from a different project:
Logs
Operating System
Ubuntu 22.04
Visual Studio Code
1.91.1 and 1.92.2
vscode-extension-tester
8.6.0
NodeJS
18.19.1
npm
10.2.4
The text was updated successfully, but these errors were encountered: