We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1d125 commit 6471e1dCopy full SHA for 6471e1d
arduino-ide-extension/src/browser/theia/core/window-title-updater.ts
@@ -1,4 +1,4 @@
1
-import { nls } from '@theia/core';
+import { nls } from '@theia/core/lib/common/nls';
2
import * as remote from '@theia/core/electron-shared/@electron/remote';
3
import { FrontendApplication } from '@theia/core/lib/browser/frontend-application';
4
import { FrontendApplicationConfigProvider } from '@theia/core/lib/browser/frontend-application-config-provider';
@@ -75,6 +75,10 @@ export class WindowTitleUpdater extends TheiaWindowTitleUpdater {
75
]);
76
}
77
78
+ onStop(): void {
79
+ this.toDispose.dispose();
80
+ }
81
+
82
protected override handleWidgetChange(widget?: Widget | undefined): void {
83
if (isOSX) {
84
this.maybeUpdateRepresentedFilename(widget);
0 commit comments