robocorp / rcc

Repeatable, movable and isolated Python environments for your automation. 🚀
https://robocorp.com/docs/
Apache License 2.0
461 stars 97 forks source link

rcc hanging in feedback metric #34

Closed fabioz closed 2 years ago

fabioz commented 2 years ago

This was reported by a user in: https://forum.robocorp.com/t/rcc-exe-runnng-900x-when-using-vs-code/1760

The actual command line which is leaving rcc processes open is:

c:\Users\brian\.vscode\extensions\robocorp.robocorp-code-0.32.0\bin\rcc.exe feedback metric -t vscode -n vscode.lsp.error -v HANDLE_DEBUG_SESSION_EVENT

fabioz commented 2 years ago

As a note, there seems to be a

\??\C:\WINDOWS\system32\conhost.exe 0x4

process for each rcc process too in the process list obtained through wmic.

vjmp commented 2 years ago

Closing this, since it was resolved in vscode extension side.