We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d430f1 commit 4b45b87Copy full SHA for 4b45b87
1 file changed
uvls/src/main.rs
@@ -519,24 +519,6 @@ impl LanguageServer for Backend {
519
}),
520
data: None,
521
},
522
- CodeLens {
523
- range: Range {
524
- start: Position {
525
- line: 0,
526
- character: 0,
527
- },
528
- end: Position {
529
530
531
532
533
- command: Some(Command {
534
- title: "generate graph".into(),
535
- command: "uvls/generate_diagram".into(),
536
- arguments: Some(vec![uri_json]),
537
- }),
538
- data: None,
539
540
]))
541
} else {
542
Ok(Some(vec![
0 commit comments