Skip to content

Commit

Permalink
Uses pre-existing object
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Langley <[email protected]>
  • Loading branch information
matt-dot committed Apr 19, 2022
1 parent fe8f05c commit 2ffc1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-ext/src/main/browser/main-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function setUpPluginApi(rpc: RPCProtocol, container: interfaces.Container
rpc.set(PLUGIN_RPC_CONTEXT.NOTIFICATION_MAIN, notificationMain);

const notificationExt = new NotificationExtImpl(rpc);
rpc.set(PLUGIN_RPC_CONTEXT.NOTIFICATION_EXT, notificationExt);
rpc.set(MAIN_RPC_CONTEXT.NOTIFICATION_EXT, notificationExt);

const terminalMain = new TerminalServiceMainImpl(rpc, container);
rpc.set(PLUGIN_RPC_CONTEXT.TERMINAL_MAIN, terminalMain);
Expand Down

0 comments on commit 2ffc1fc

Please sign in to comment.