interface CodeLens { command?: Command; id?: string; range: IRange;}
command?: Command
id?: string
range: IRange