mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 14:49:48 +01:00
Enabled the noUnusedLocals and added @tsignore
This commit is contained in:
@@ -1036,7 +1036,7 @@ export abstract class CommonCodeEditor extends Disposable implements editorCommo
|
||||
class EditorContextKeysManager extends Disposable {
|
||||
|
||||
private _editor: CommonCodeEditor;
|
||||
|
||||
// @ts-ignore unused property
|
||||
private _editorId: IContextKey<string>;
|
||||
private _editorFocus: IContextKey<boolean>;
|
||||
private _editorTextFocus: IContextKey<boolean>;
|
||||
|
||||
Reference in New Issue
Block a user