interface CodeLensSymbol {
    command?: Command;
    range: Range;
}

Properties

Properties

command?: Command
range: Range