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

Issue: Background activity fails if dashboard is closed on startup #316

Closed
davidsneighbour opened this issue Apr 8, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@davidsneighbour
Copy link
Contributor

Describe the bug

I am unable to properly phrase the issue, so please feel free to ask for details if I am missing anything. I have Front Matter set to open the dashboard automatically on startup of VSCode. Sometimes I close the dashboard tab before it is fully loaded. In that case, a bunch of errors pop up a little bit after that (see screenshots). I think whatever activity is running, should be "abandoned" when the tab is closed or issues with the "webview being disposed" should be caught. I do not have any additional or verbose debugging enabled, so I should not see the issues. It feels like there is some async stuff going on to populate the dashboard, that might be easily abandoned on tab-closure.

To Reproduce
Steps to reproduce the behavior:

  1. Set dashboard to "open on startup"
  2. start VSCode and close the dashboard tab right after it pops up
  3. wait for it...

Expected behavior
No errors, catching the problem behind the scenes.

Screenshots

20220408-20:57:33-Selection-001

20220408-20:59:03-Selection-001

20220408-20:59:25-Selection-001

VSCode:

  • Version: 1.66.1
  • Commit: 8dfae7a5cd50421d10cd99cb873990460525a898
  • Date: 2022-04-06T14:51:26.173Z
  • Electron: 17.2.0
  • Chromium: 98.0.4758.109
  • Node.js: 16.13.0
  • V8: 9.8.177.11-electron.0
  • OS: Linux x64 5.13.0-39-generic
  • Front Matter: v7.1.1
@estruyf
Copy link
Owner

estruyf commented Apr 11, 2022

That is indeed the background processing of the content. Will suppress these error notifications, as they are not required. Thanks!

@estruyf estruyf added the bug Something isn't working label Apr 11, 2022
estruyf added a commit that referenced this issue Apr 11, 2022
@estruyf estruyf closed this as completed May 2, 2022
@estruyf estruyf mentioned this issue May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants