mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Enabled the noUnusedLocals and added @tsignore
This commit is contained in:
@@ -66,6 +66,7 @@ export class BoundModelReferenceCollection {
|
||||
export class MainThreadDocuments implements MainThreadDocumentsShape {
|
||||
|
||||
private _modelService: IModelService;
|
||||
// @ts-ignore unused injected service
|
||||
private _modeService: IModeService;
|
||||
private _textModelResolverService: ITextModelService;
|
||||
private _textFileService: ITextFileService;
|
||||
|
||||
Reference in New Issue
Block a user