mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-02 17:32:16 +00:00
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:
parent
f60d78a3ca
commit
7613712137
21 changed files with 769 additions and 153 deletions
|
@ -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()]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue