Use Mardown code block for hover tooltip

pull/2748/head
Fathy Boundjadj 7 years ago
parent 64641eebb2
commit 407357f852
No known key found for this signature in database
GPG Key ID: CB7D284BFF26088C

@ -330,7 +330,7 @@ export class QuickInfoAdapter extends Adapter implements monaco.languages.HoverP
return {
range: this._textSpanToRange(resource, info.textSpan),
contents: [{
value: contents
value: '```js\n' + contents + '\n```\n'
}, {
value: documentation + (tags ? '\n\n' + tags : '')
}]

Loading…
Cancel
Save