mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-14 12:49:28 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user