Skip to content

Remove type redundancy #23

@vlopes11

Description

@vlopes11

Is your feature request related to a problem? Please describe.
The DAP types should be transparently represented as single rust types.

Currently, we have unnecessary redundancy with some types, such as Request::Continue, where we have arguments: ContinueArguments, when the variant Request::Continue should hold the arguments directly instead of declaring an intermediate type

Continue {
arguments: ContinueArguments,
},

Describe the solution you'd like
Simplify the types and remove the redundancy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions