Skip to content

Commit 4b45b87

Browse files
pascalfoersterpascalfoerster
andauthored
remove generate graph button in uvl.json (#77)
Co-authored-by: pascalfoerster <pascal.foerster@uni-ulm.de>
1 parent 7d430f1 commit 4b45b87

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

uvls/src/main.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -519,24 +519,6 @@ impl LanguageServer for Backend {
519519
}),
520520
data: None,
521521
},
522-
CodeLens {
523-
range: Range {
524-
start: Position {
525-
line: 0,
526-
character: 0,
527-
},
528-
end: Position {
529-
line: 0,
530-
character: 0,
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-
},
540522
]))
541523
} else {
542524
Ok(Some(vec![

0 commit comments

Comments
 (0)