[ERROR] : Unable to perform this action because the process is running #185

Closed
opened 2026-01-29 15:07:42 +00:00 by claunia · 2 comments
Owner

Originally created by @Sri-Geyan on GitHub (Aug 13, 2024).

What would you like to share?

Screenshot_20240813-214823
I have tried setting externalConsole to true from false,yet this error keeps occuring,below is the configuration of my tasks.json :
{
"version": "2.0.0",
"tasks": [
{
"label": "build and run",
"type": "shell",
"command": "gcc",
"args": [
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": ["$gcc"],
"detail": "Generated task by VS Code"
},
{
"label": "run",
"type": "shell",
"command": "${fileDirname}/${fileBasenameNoExtension}",
"group": {
"kind": "test",
"isDefault": true
},
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
}
}
]
}
I have tried reinstalling VS code from scrap but still this error is keep on occuring,It would be a relief if someone comes up with a solution

Additional information

P.S : I am macbook m2 air user

Originally created by @Sri-Geyan on GitHub (Aug 13, 2024). ### What would you like to share? ![Screenshot_20240813-214823](https://github.com/user-attachments/assets/6c549b33-dc57-489b-ad8a-6a43a0f24433) I have tried setting externalConsole to true from false,yet this error keeps occuring,below is the configuration of my tasks.json : { "version": "2.0.0", "tasks": [ { "label": "build and run", "type": "shell", "command": "gcc", "args": [ "-g", "${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}" ], "group": { "kind": "build", "isDefault": true }, "problemMatcher": ["$gcc"], "detail": "Generated task by VS Code" }, { "label": "run", "type": "shell", "command": "${fileDirname}/${fileBasenameNoExtension}", "group": { "kind": "test", "isDefault": true }, "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" } } ] } I have tried reinstalling VS code from scrap but still this error is keep on occuring,It would be a relief if someone comes up with a solution ### Additional information P.S : I am macbook m2 air user
claunia added the Stale label 2026-01-29 15:07:42 +00:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 13, 2024):

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions[bot] commented on GitHub (Sep 13, 2024): This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@github-actions[bot] commented on GitHub (Sep 20, 2024):

Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions[bot] commented on GitHub (Sep 20, 2024): Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our [Gitter](https://gitter.im/TheAlgorithms) channel or our [Discord server](https://the-algorithms.com/discord/). Thank you for your contributions!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#185