mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 01:38:40 +01:00
Tiny thread service refactoring
This commit is contained in:
@@ -19,7 +19,7 @@ export class PluginHostThreadService extends abstractThreadService.AbstractThrea
|
||||
constructor(remoteCom: remote.IRemoteCom) {
|
||||
super(false);
|
||||
this._remoteCom = remoteCom;
|
||||
this._remoteCom.registerBigHandler(this);
|
||||
this._remoteCom.setManyHandler(this);
|
||||
|
||||
// Register all statically instantiated synchronizable objects
|
||||
readThreadSynchronizableObjects().forEach((obj) => this.registerInstance(obj));
|
||||
|
||||
Reference in New Issue
Block a user