Cleanup in ExtHostExtensionService

This commit is contained in:
Alex Dima
2017-08-15 16:02:47 +02:00
parent f330bea3f5
commit 04b6de7655
6 changed files with 362 additions and 402 deletions

View File

@@ -604,7 +604,7 @@ class Extension<T> implements vscode.Extension<T> {
}
get exports(): T {
return <T>this._extensionService.get(this.id);
return <T>this._extensionService.getExtensionExports(this.id);
}
activate(): Thenable<T> {