Theia API Documentation v1.65.0
    Preparing search index...
    DebugSessionOptionsData: DebugSessionOptionsBase & (
        DebugConfiguration
        | DebugCompound
    )

    Flat and partial version of a debug session options usable to find the options later in the manager.

    Not needed anymore, the recommended way is to serialize/deserialize the options directly using JSON.stringify and JSON.parse.