settings-adapter.ts 219 B

12345
  1. import { ReactScopeValueStore } from '@/features/ide-react/scope-value-store/react-scope-value-store'
  2. export function populateSettingsScope(store: ReactScopeValueStore) {
  3. store.set('settings', window.userSettings)
  4. }