Options
All
  • Public
  • Public/Protected
  • All
Menu

Singleton. Is used to proxy storage requests to main side.

Hierarchy

  • KeyValueStorageProxy

Implements

Index

Constructors

Properties

globalDataCache: KeysToKeysToAnyValue
storageDataChangedEmitter: Emitter<KeysToKeysToAnyValue> = ...
storageDataChangedEvent: Event<KeysToKeysToAnyValue> = ...
workspaceDataCache: KeysToKeysToAnyValue

Methods

  • setPerPluginData(key: string, value: KeysToAnyValues, isGlobal: boolean): Promise<boolean>