-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Really need a way to tell which extension is throwing notifications #33039
Comments
@AskYous open up your settings file (ctrl+,) and press F8 to go to the next error. You may have left a trailing comma somewhere which is causing all changes to the settings.json file to fail. |
@Tyriar, trust me. The usersettings file is completely different. It's not even JSON anymore. Here what happens at random times:
I'm confident it's caused by one of the extensions. More specifically, I'm confident it's caused by the extension that gave me the notification I received in #31596. I want to know which extension gave me that notification so I can know which extension to disable. If VSCode simply displays which extension is displaying the notification, I can find out which extension is causing me all these problems. |
@AskYous In case of #31596, I believe the extension that is giving that error is vscode-JS-CSS-HTML-formatter. I found this: https://github.com/Lonefy/vscode-JS-CSS-HTML-formatter/blob/master/src/extension.ts#L56 |
If an extension is mangling your settings, there isn't much that can be done other than finding out which one it is. It looks like @ramya-rao-a found where the notification is coming from though. |
I misclassified this, I'll move it to @joaomoreno about indicating the source extension for notifications. |
This really seems to be about API call traceability which we never really tacked. @jrieken Do we have an issue for it already? |
Cool. Duplicate of #21302 |
(18 theme extensions excluded)
I have an extension that is causing a lot of problems. One of them is that it keeps giving me a notification. But I don't know which extension is giving me this notification and is causing the other problems I'm facing. This notification comes at random so I can't reproduce it, nor can I disable the extensions 1 by 1 to find it if it will come again.
Edit: The above error message appears when I change themes. I can't change themes anymore because by user settings file has been corrupted by some extension. That extension throws an error notification that I submitted an issue for before here.
Reproduces without extensions: No
The text was updated successfully, but these errors were encountered: