mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 11:08:31 -05:00
This reverts commit d15a3fcc98.
This commit is contained in:
@@ -84,8 +84,7 @@ export interface IExtensionHostProfile {
|
||||
}
|
||||
|
||||
export interface IExtensionHostStarter {
|
||||
readonly onExit: Event<[number, string | null]>;
|
||||
|
||||
readonly onCrashed: Event<[number, string | null]>;
|
||||
start(): Promise<IMessagePassingProtocol> | null;
|
||||
getInspectPort(): number | undefined;
|
||||
dispose(): void;
|
||||
|
||||
Reference in New Issue
Block a user