فهرست منبع

Use typescript language for hover tooltip header

Spencer 4 سال پیش
والد
کامیت
3055a6e22e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 : '')