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
{{ message }}
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Hi, thanks for the extension !
While testing it, i run through a parsing error and found out it maybe be from the command
exec -it {containerName} pidof dotnetreturning many PIDsAccording to this putting a '-s' parameter would fix it
this way
exec -it {containerName} pidof -s dotnet