Skip to content

Commit

Permalink
rename the file, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Grant committed Nov 24, 2021
1 parent 9ed38a1 commit 5ab667d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/common/messaging/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */

import * as rpc from 'vscode-languageserver-protocol';
import { RpcMessageRelay } from './theia-message-connection';
import { RpcMessageRelay } from './rpc-message-relay';
import { Disposable } from '../disposable';

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/common/messaging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
export * from './handler';
export * from './proxy-factory';
export * from './connection-error-handler';
export * from './theia-message-connection';
export * from './rpc-message-relay';
export * from './channel';

0 comments on commit 5ab667d

Please sign in to comment.