-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Breakpoints not hit on the fsprovider sample #1134
Comments
Is the extension actually getting activated? |
Yes, the extension is being activated as expected and works perfectly well otherwise. Having played around with it a bit more, I am not convinced this is an issued with the samples. I've noticed I can consistently reproduce the issue when I am developing on battery. When I am plugged into a power source, the debugging works as expected, which is a tad confusing. I also tried on a windows machine and couldn't replicate it there. Unless you can think of anything which is worth investigating in this area, I have something that works so we could probably close this issue. |
This works for me, if please grab a log file using these instructions if you can still reproduce it:
|
Sure, here you go: |
It looks like VS Code never notified the debugger that the new window and extension host is opened. I'm not sure what the deal there is, or why it would work when plugged in and not on battery 🤔 |
Extension sample
fsprovider-sample
VS Code version
1.95.3
What went wrong?
I have been having issues getting debugging to work on the
fsprovider
sample.When executing F5 to launch the extension, I would expect a breakpoint in the activation method to be called, but it never is.
Here is some information about the environment.
Code information:
Commit used: 5ddd30fc052
The text was updated successfully, but these errors were encountered: