mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-19 10:45:02 +00:00
feat: move less used codelens into a single "more" codelens (#1315)
* feat: move less used codelens into a single "more" codelens * dev: update snapshot
This commit is contained in:
parent
f4f3e24cb1
commit
deb1425e74
3 changed files with 80 additions and 63 deletions
|
@ -33,9 +33,8 @@ impl SemanticRequest for CodeLensRequest {
|
|||
|
||||
res.push(doc_lens("Profile", vec!["profile".into()]));
|
||||
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 as ..", vec!["export-as".into()]));
|
||||
res.push(doc_lens("More ..", vec!["more".into()]));
|
||||
|
||||
Some(res)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue