Implements

Constructors

Properties

OVERRIDE_KEY_TEST: RegExp = ...
_onDidChangeConfiguration: Emitter<ConfigurationChangeEvent> = ...
_preferences: Configuration
onDidChangeConfiguration: Event<ConfigurationChangeEvent> = ...
workspace: WorkspaceExtImpl

Methods

  • Creates a new object and assigns those keys of raw to it that are not likely to cause prototype pollution. Also preprocesses override identifiers so that they take the form [identifier]: {...contents}.

    Type Parameters

    • T = unknown

    Parameters

    • raw: T

    Returns T