-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Allow to reset “Don't Show Again” preference #24815
Comments
I want it too 🙋 |
Yes there should be a way to reset any of the messages that have this option. |
Any progress on this year old request? |
I clicked do not show again on an error message and now I dont ever see it anymore. However, I need to see what the error is now. How do I re-enable this error message to show again? |
Yeah! I clickend on "Don't show again", and I never get the message again! I can only solve my problem by
This is so awkward. Please implement feature where I can just reset my "Don't show it again" settings! |
2 years later... this ain't solved! I managed to fix this without removing vscode by:
WARNING: THIS WILL REMOVE ALL YOUR GLOBAL SETTINGS |
The way without lost your settings if using a SQLite Browser one the database in globalStorage and set dontShowPrompt in false |
I needed this for the "Reopen in containers" popup in this case the sqlite key is "ms-vscode-remote.remote-containers" and the value is "{"showReopenInContainerNotification":true}" this was set to false. thanks @MrJmpl3 |
Any update ?? |
Thank to MrJmpl3, I be able to reset this on Mac without uninstalling VSCode. Here is how to do it on MAC OS:
Hope we will have a better way to do this. |
thanks @yvess, that worked for me. I opened there should definitely be an easier way to do this! |
Hi, I was able to do this on Windows without uninstalling VS Code. it's pretty similar to the one said by @DatXN on MAC OS. Here is how I did it:
|
For Windows the path to the SQL Lite file is
|
Is there an easy way of finding which directory in |
@nihaals I don't know of a proper way but this will work. Open the workspace change a file and then sort by modified in the workspaceStorage folder. |
[bump] as I believe there should be at least an in-app way to undo this. At least some commands like I accidentally misclicked on a "There are extensions that can help opening ".png" files..." type of notification, and now I won't ever find out what were they unless I spend time installing an SQL editor and fiddle around with obscure files at obscure locations, possibly breaking my VS Code setup in the progress. It's a very annoying very tiny thing. |
There is also a trend of more things moving to the workspace database from settings, for example |
Can the mentioned workarounds be part of an official FAQ? Something like "things we don't plan to implement but you may want to do it by adjusting the used sqlite database following the steps mentioned here? |
VSCode’s “top banner” often includes a “Don't Show Again” button. However it's not clear how a user should undo this action.
Would it be possible to save these preferences to the user's workspace settings, perhaps? Then it is easy for the user to undo this action.
An example of a user needing this: #23314
The text was updated successfully, but these errors were encountered: