mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
feat: support rest code lens (#45)
This commit is contained in:
parent
2d2857e6f3
commit
be244840b2
2 changed files with 21 additions and 1 deletions
|
@ -39,7 +39,7 @@ impl CodeLensRequest {
|
|||
res.push(doc_lens("Preview", vec!["preview".into()]));
|
||||
res.push(doc_lens("Preview in ..", vec!["preview-in".into()]));
|
||||
res.push(doc_lens("Export PDF", vec!["export-pdf".into()]));
|
||||
res.push(doc_lens("Export ..", vec!["export-as".into()]));
|
||||
res.push(doc_lens("Export as ..", vec!["export-as".into()]));
|
||||
|
||||
Some(res)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue