mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Have MainThreadDocumentsAndEditors follow the lifecycle of the extension host
This commit is contained in:
@@ -78,6 +78,8 @@ export interface IExtHostContext {
|
||||
* Returns a proxy to an object addressable/named in the extension host process.
|
||||
*/
|
||||
get<T>(identifier: ProxyIdentifier<T>): T;
|
||||
|
||||
set<T>(identifier: ProxyIdentifier<T>, instance: T): void;
|
||||
}
|
||||
|
||||
export interface IMainContext {
|
||||
|
||||
Reference in New Issue
Block a user