dev: rename trace feature to profile feature (#185)

* dev: rename trace feature to profile feature

* dev: update snapshot
This commit is contained in:
Myriad-Dreamin 2024-04-12 09:49:44 +08:00 committed by GitHub
parent 4b1057efaf
commit 76de22b676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -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()]));