Procházet zdrojové kódy

Use typescript language for hover tooltip header

Spencer před 4 roky
rodič
revize
3055a6e22e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/languageFeatures.ts

+ 1 - 1
src/languageFeatures.ts

@@ -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 : '')