mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Don't use gulp anymore
This commit is contained in:
parent
09e0f8b047
commit
e5d3880ac4
9 changed files with 148 additions and 11543 deletions
|
|
@ -329,7 +329,11 @@ export class QuickInfoAdapter extends Adapter implements monaco.languages.HoverP
|
|||
let contents = ts.displayPartsToString(info.displayParts);
|
||||
return {
|
||||
range: this._textSpanToRange(resource, info.textSpan),
|
||||
contents: [ contents, documentation + (tags ? '\n\n' + tags : '') ]
|
||||
contents: [{
|
||||
value: contents
|
||||
}, {
|
||||
value: documentation + (tags ? '\n\n' + tags : '')
|
||||
}]
|
||||
};
|
||||
}));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue