mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 21:55:54 +00:00
[json] hover in JSON documents hides '*', fixes #8068
This commit is contained in:
@@ -170,7 +170,7 @@ export class BowerJSONContribution implements IJSONContribution {
|
||||
htmlContent.push(localize('json.bower.package.hover', '{0}', pack));
|
||||
return this.getInfo(pack).then(documentation => {
|
||||
if (documentation) {
|
||||
htmlContent.push(documentation);
|
||||
htmlContent.push({ language: 'string', value: documentation});
|
||||
}
|
||||
return htmlContent;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user