mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
refactor: GlobalStorageDatabaseChannel should dependents in IStorageMainService (#79387)
This commit is contained in:
committed by
Benjamin Pasero
parent
6f5198cfb4
commit
b0a495e866
@@ -560,7 +560,7 @@ export class CodeApplication extends Disposable {
|
||||
electronIpcServer.registerChannel('url', urlChannel);
|
||||
|
||||
const storageMainService = accessor.get(IStorageMainService);
|
||||
const storageChannel = this._register(new GlobalStorageDatabaseChannel(this.logService, storageMainService as StorageMainService));
|
||||
const storageChannel = this._register(new GlobalStorageDatabaseChannel(this.logService, storageMainService));
|
||||
electronIpcServer.registerChannel('storage', storageChannel);
|
||||
|
||||
// Log level management
|
||||
|
||||
Reference in New Issue
Block a user