You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was discussed a little in #50249, but as far as I can tell not addressed - nor can I find an open issue for it.
The labels shown in the settings editor are auto-generated from the settings keys (even though the code-completion in package.json suggests there is a title field):
Strangely, the build-in extensions seem to be able to handle this (for example there are lots with HTML in them), but I can't find how this is achieved (possibly they have special localisation lookups we don't?).
The text was updated successfully, but these errors were encountered:
There are a set of whitelisted terms like HTML and JavaScript that should be formatted correctly. Not a great solution, I think we need something better like what you suggest.
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
This was discussed a little in #50249, but as far as I can tell not addressed - nor can I find an open issue for it.
The labels shown in the settings editor are auto-generated from the settings keys (even though the code-completion in package.json suggests there is a
title
field):Strangely, the build-in extensions seem to be able to handle this (for example there are lots with HTML in them), but I can't find how this is achieved (possibly they have special localisation lookups we don't?).
The text was updated successfully, but these errors were encountered: