We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab3a74 commit 30c3251Copy full SHA for 30c3251
arduino-ide-extension/src/node/grpc-client-provider.ts
@@ -1,5 +1,5 @@
1
import { inject, injectable, postConstruct } from 'inversify';
2
-import { app } from 'electron';
+import { app } from '@electron/remote';
3
import { ILogger } from '@theia/core/lib/common/logger';
4
import { MaybePromise } from '@theia/core/lib/common/types';
5
import { ConfigServiceImpl } from './config-service-impl';
0 commit comments