Skip to content

Commit

Permalink
Merge pull request #70 from SpencerSharkey/patch-1
Browse files Browse the repository at this point in the history
Use typescript language for hover tooltip header
  • Loading branch information
alexdima committed Sep 17, 2020
2 parents 5389ec0 + 3055a6e commit c8a45c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languageFeatures.ts
Expand Up @@ -670,7 +670,7 @@ export class QuickInfoAdapter
range: this._textSpanToRange(model, info.textSpan),
contents: [
{
value: '```js\n' + contents + '\n```\n'
value: '```typescript\n' + contents + '\n```\n'
},
{
value: documentation + (tags ? '\n\n' + tags : '')
Expand Down

0 comments on commit c8a45c5

Please sign in to comment.