Disable extension notifications / popups
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macOS
- Continue: v0.9.213 (pre-release)
- IDE: vscode
- Model:
- config.json:
Description
For many reasons this extensions triggers popups in vscode and it does not respect our notifications preference so they keep appearing without consent.
This is especially distracting for notifications such as this:
Warning: qwen2.5-coder:1.5b-instruct-q8_0 is not trained for tab-autocomplete, and will result in low-quality suggestions. See the docs to learn more about why: https://docs.continue.dev/features/tab-autocomplete#i-want-better-completions-should-i-use-gpt-4
it's okay to show this warning once but not every single time, specially since this is a false positive, the model works fine.
To reproduce
- check "turn off all notifications from Continue..."
- still get notifications from continue
Log output
No response
Hi @evertjr , thanks for the heads up here. Could you share where you have configured notifications to be disabled? I'm not seeing much in the VS Code docs around how to check this setting so that we can then respect it.
e believe it's from the native Notification Center, this notification shows up even if I enable do not disturb.
Hi @evertjr,
agree it should not be throwing an error; we should change this to a warning message, since error messages will be shown regardless of the info/warning settings to make sure real errors aren't silent. Any other specific errors notifications that have been showing incessantly?
Notifications playground, where you can see how error messages and thrown errors show regardless of settings: clone and debug this repo: Sample notifications extension
note to self, error messages are shown by:
- uncaught error in core, ide, or gui
- ide.showToast("error" | "warning" | "info", ...) from core/gui
Quick scan through the ~200 Error throws and show, all look like valid error events except this one and one other. Will open PR
PR opened https://github.com/continuedev/continue/pull/2619
btw, the error being triggered is in itself is a problem.
Qwen 2.5 has been trained for FIM. It would be nice to remove this warning altogether.
@AnnoyingTechnology yes, but that is the fine-tuned instruct model which is not trained for FIM.
This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue.
This issue was closed because it wasn't updated for 10 days after being marked stale. If it's still important, please reopen + comment and we'll gladly take another look!