提交 b1747e7b 编写于 作者: R Ramya Achutha Rao

Clear tsignores under suggest folder #37212

上级 583e14c2
...@@ -207,7 +207,6 @@ class SuggestionDetails { ...@@ -207,7 +207,6 @@ class SuggestionDetails {
private widget: SuggestWidget, private widget: SuggestWidget,
private editor: ICodeEditor, private editor: ICodeEditor,
private markdownRenderer: MarkdownRenderer, private markdownRenderer: MarkdownRenderer,
// @ts-ignore unused property
private triggerKeybindingLabel: string private triggerKeybindingLabel: string
) { ) {
this.disposables = []; this.disposables = [];
...@@ -223,7 +222,7 @@ class SuggestionDetails { ...@@ -223,7 +222,7 @@ class SuggestionDetails {
this.header = append(this.body, $('.header')); this.header = append(this.body, $('.header'));
this.close = append(this.header, $('span.close')); this.close = append(this.header, $('span.close'));
this.close.title = nls.localize('readLess', "Read less...{0}", triggerKeybindingLabel); this.close.title = nls.localize('readLess', "Read less...{0}", this.triggerKeybindingLabel);
this.type = append(this.header, $('p.type')); this.type = append(this.header, $('p.type'));
this.docs = append(this.body, $('p.docs')); this.docs = append(this.body, $('p.docs'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册