-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Annoying "[Unsupported]" suffix in the titlebar #30556
Comments
As we do not support extensions that patch our bits on disk, we would not want to push a change that reverts this UI annoyance. Please uninstall this extension. |
I think I should be able to run any extension I choose, whether you "support" it or not, without having VSC explicitly behaving differently because of it. I wish VSC was more hackable, like Atom. The ability to load a custom CSS file is pretty important to me. Btw, if anybody else finds it annoying I made an extension for removing it. |
I removed the extension and the preference and its still there.. |
had to reinstall. |
I agree 💯 with @fabiospampinato. If vscode does not want thier |
The "[Unsupported]" suffix in the titlebar is pretty annoying.
In my case it's there because I use the Custom CSS and JS Loader extension, just for removing some stuff I don't use via CSS.
I understand why it's there, but I'd like to have a way to remove it.
Perhaps a
window.titleShowUnsupported
setting?Perhaps add it via a
${unsupported}
placeholder under thewindow.title
setting?The text was updated successfully, but these errors were encountered: