mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Use typescript language for hover tooltip header
This commit is contained in:
parent
5389ec04d0
commit
3055a6e22e
1 changed files with 1 additions and 1 deletions
|
|
@ -670,7 +670,7 @@ export class QuickInfoAdapter
|
||||||
range: this._textSpanToRange(model, info.textSpan),
|
range: this._textSpanToRange(model, info.textSpan),
|
||||||
contents: [
|
contents: [
|
||||||
{
|
{
|
||||||
value: '```js\n' + contents + '\n```\n'
|
value: '```typescript\n' + contents + '\n```\n'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: documentation + (tags ? '\n\n' + tags : '')
|
value: documentation + (tags ? '\n\n' + tags : '')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue