How to use the @theia/preferences/lib/common.createPreferenceProxy function in @theia/preferences

To help you get started, we’ve selected a few @theia/preferences examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github eclipse-theia / theia / packages / cpp / src / common / cpp-preferences.ts View on Github external
export function createCppPreferences(preferences: PreferenceService): CppPreferences {
    return createPreferenceProxy(preferences, defaultCppConfiguration, CppConfigSchema);
}

@theia/preferences

Theia - Preferences Extension

EPL-2.0
Latest version published 16 days ago

Package Health Score

83 / 100
Full package analysis