We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229602b commit fd0051cCopy full SHA for fd0051c
1 file changed
src/vs/workbench/services/title/electron-sandbox/titleService.ts
@@ -4,7 +4,7 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
import { registerSingleton } from 'vs/platform/instantiation/common/extensions';
7
-import { TitlebarPart } from 'vs/workbench/browser/parts/titlebar/titlebarPart';
+import { TitlebarPart } from 'vs/workbench/electron-sandbox/parts/titlebar/titlebarPart';
8
import { ITitleService } from 'vs/workbench/services/title/common/titleService';
9
10
registerSingleton(ITitleService, TitlebarPart);
0 commit comments