mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
Fix warnings
This commit is contained in:
@@ -151,13 +151,11 @@ export class MainThreadCommentThread implements modes.CommentThread2 {
|
||||
set collapsibleState(newState: modes.CommentThreadCollapsibleState) {
|
||||
this._collapsibleState = newState;
|
||||
this._onDidChangeCollasibleState.fire(this._collapsibleState);
|
||||
|
||||
}
|
||||
|
||||
private _onDidChangeCollasibleState = new Emitter<modes.CommentThreadCollapsibleState>();
|
||||
public onDidChangeCollasibleState = this._onDidChangeCollasibleState.event;
|
||||
|
||||
|
||||
constructor(
|
||||
public commentThreadHandle: number,
|
||||
public controller: MainThreadCommentController,
|
||||
@@ -172,9 +170,7 @@ export class MainThreadCommentThread implements modes.CommentThread2 {
|
||||
|
||||
}
|
||||
|
||||
dispose() {
|
||||
|
||||
}
|
||||
dispose() { }
|
||||
|
||||
toJSON(): any {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user