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
Does this issue occur when all extensions are disabled?: Yes
Anytime I try to run my extension, I get the error:
Exception has occurred: Error: ENOENT: no such file or directory, stat 'c:\Users\Mike\AppData\Roaming\Code\logs\20201012T195231\exthost10\output_logging_20201012T212034'
The folder exthost10 seems to change, but I'm not sure what's going on here. It's trying to log the extension debugging, but complaining that it can't find the file. The error traces into polyfill.js. I can continue, but I have to continue twice to get my extension to run. Seems to be new since updating VScode and my node packages.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
Anytime I try to run my extension, I get the error:
The folder exthost10 seems to change, but I'm not sure what's going on here. It's trying to log the extension debugging, but complaining that it can't find the file. The error traces into polyfill.js. I can continue, but I have to continue twice to get my extension to run. Seems to be new since updating VScode and my node packages.
The text was updated successfully, but these errors were encountered: