feat: support tracing execution in current document (#166)

* feat: support tracing execution in current document

* dev: improve frontend appearence

* fix: word grammar

* dev: update snapshot
This commit is contained in:
Myriad-Dreamin 2024-04-06 13:32:11 +08:00 committed by GitHub
parent f60d78a3ca
commit 7613712137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 769 additions and 153 deletions

View file

@ -34,6 +34,7 @@ impl SemanticRequest for CodeLensRequest {
data: None,
};
res.push(doc_lens("Trace", vec!["trace".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()]));