Editor manager should be singleton.

Added some logging when filtering the layout data.

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta
2022-06-07 14:51:07 +02:00
committed by Akos Kitta
parent df8658eff9
commit 555da878f4
3 changed files with 27 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
import { injectable } from '@theia/core/shared/inversify';
import { EditorManager as TheiaEditorManager } from '@theia/editor/lib/browser/editor-manager';
@injectable()
export class EditorManager extends TheiaEditorManager {
protected override getOrCreateCounterForUri(): number {
return 0;