Michael Brown
Michael Brown
I too get this exact issue. Using 1.16.4 on VS 2019 16.0.3. Unfortunate as I was hoping to use this.
I should note for others as well, you actually need to uninstall the extension to be able to run tests again as disabling it didn't affect the error.
Ah man don’t you hate when they do stuff like this? I wonder if it was to prevent not having Enterprise to get these stats. I wonder how they do...
This drove me nuts for 2 hours, I couldn't figure out why I was getting errors about not finding the main assembly when its completed. Thanks @mdavis332
+1 thumbs up - looking for this.
still digesting most of the code, but looks to be a limitation of `getrusage` that doesn't expose a way to do it by process id.
I ended up getting everything working surprisingly well using GetSystemTimes (Win32) for the Windows side, and System.Diagnostics.Process on Linux side. They both ended up mimicking the same output as Task...
I too came across this bug. I'm using an ATTINY402, and have ATtiny412/402/212/202 selected. ``` pymcuprog.nvm - INFO - Device ID: '1E9227' pymcuprog.nvm - WARNING - ID read ('1E9227') does...
@berkut0 that was the first thing I checked, bought all my stock from DigiKey. It looks like a 402 to me :) EDIT: **I see what the issue is** -...
yep me too :/