-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Support changes in vscode-nls-dev that allow hint comments in package.nls.json #126408
Comments
With the new format a value in a
|
@dbaeumer This appears to not be fully addressed. With 1.58.2, doing this with the description of a setting, I get no tooltip when hovering over the setting name in I get the following error when I open the settings UI, and no settings at all are displayed.
My entry in
And referenced like so in
|
When I reproed the bug, I got none of our extension's settings displayed, but the built-in ones appeared. Also, if this is fixed, please make sure markdownDescription is also supported. |
Missed one place where we read package.nls.json files. Fixed it. |
In the following change: microsoft/vscode-nls-dev@e2447e4
Support for hint comments was added to package.nls.json, as described here: microsoft/vscode-nls-dev#33
This works properly to get the hint comment into the exported XLF for localization purposes. However, VS Code appears to be failing to read from package.nls.json when this format is used, resulting in an exception thrown when the settings UI is opened. It looks like this change requires a change to VS Code to support the new schema.
The text was updated successfully, but these errors were encountered: