mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 21:07:26 +02:00
Rename Client -> IdeClient
This commit is contained in:
@@ -16,7 +16,7 @@ import { IURIFactory } from "./fill/uri";
|
||||
*
|
||||
* It also provides task management to help asynchronously load and time code.
|
||||
*/
|
||||
export abstract class Client {
|
||||
export abstract class IdeClient {
|
||||
public readonly retry = retry;
|
||||
public readonly clipboard = clipboard;
|
||||
public readonly uriFactory: IURIFactory;
|
||||
|
||||
Reference in New Issue
Block a user