mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Clean up format issues
This commit is contained in:
@@ -12,7 +12,6 @@ import { IThreadService } from 'vs/workbench/services/thread/common/threadServic
|
||||
import * as errors from 'vs/base/common/errors';
|
||||
import product from 'vs/platform/product';
|
||||
import pkg from 'vs/platform/package';
|
||||
|
||||
import { ExtHostFileSystemEventService } from 'vs/workbench/api/node/extHostFileSystemEventService';
|
||||
import { ExtHostDocuments } from 'vs/workbench/api/node/extHostDocuments';
|
||||
import { ExtHostDocumentSaveParticipant } from 'vs/workbench/api/node/extHostDocumentSaveParticipant';
|
||||
|
||||
@@ -17,7 +17,7 @@ export class ExtHostTreeExplorers extends ExtHostTreeExplorersShape {
|
||||
private _proxy: MainThreadTreeExplorersShape;
|
||||
|
||||
private _treeExplorerNodeProviders: { [providerId: string]: TreeExplorerNodeProvider<any> };
|
||||
private _externalNodeMaps: { [providerId: string]: { [id: number]: any }};
|
||||
private _externalNodeMaps: { [providerId: string]: { [id: number]: any } };
|
||||
|
||||
constructor(
|
||||
threadService: IThreadService,
|
||||
@@ -91,4 +91,4 @@ export class ExtHostTreeExplorers extends ExtHostTreeExplorersShape {
|
||||
|
||||
return TPromise.as(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -264,5 +264,4 @@ export class MainThreadDocuments extends MainThreadDocumentsShape {
|
||||
}
|
||||
}, onUnexpectedError);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -45,4 +45,4 @@ export class MainThreadTreeExplorers extends MainThreadTreeExplorersShape {
|
||||
$unregisterTreeContentProvider(treeContentProviderId: string): void {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user