mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
dev: rename trace feature to profile feature (#185)
* dev: rename trace feature to profile feature * dev: update snapshot
This commit is contained in:
parent
4b1057efaf
commit
76de22b676
4 changed files with 8 additions and 8 deletions
|
@ -34,7 +34,7 @@ impl SemanticRequest for CodeLensRequest {
|
|||
data: None,
|
||||
};
|
||||
|
||||
res.push(doc_lens("Trace", vec!["trace".into()]));
|
||||
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()]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue