Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENOENT Error when debugging extension development #108554

Closed
mikecentola opened this issue Oct 13, 2020 · 2 comments
Closed

ENOENT Error when debugging extension development #108554

mikecentola opened this issue Oct 13, 2020 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@mikecentola
Copy link

  • VSCode Version: 1.50.0 (user)
  • OS Version: Windows 10 20H2 (19042.546)

Steps to Reproduce:

  1. Debug Extension in Delopment

Does this issue occur when all extensions are disabled?: Yes

image

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.

@connor4312
Copy link
Member

/duplicate #105047

@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants
@connor4312 @mikecentola and others