mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
fix(lsp): document symbol performance mark (#10264)
This commit is contained in:
parent
7760d9a669
commit
572ec4a0a7
1 changed files with 2 additions and 2 deletions
|
@ -725,7 +725,7 @@ impl Inner {
|
|||
if !self.enabled() {
|
||||
return Ok(None);
|
||||
}
|
||||
let mark = self.performance.mark("selection_range");
|
||||
let mark = self.performance.mark("document_symbol");
|
||||
let specifier = self.url_map.normalize_url(¶ms.text_document.uri);
|
||||
|
||||
let line_index =
|
||||
|
@ -2477,7 +2477,7 @@ impl Inner {
|
|||
- <details><summary>Sources in memory: {}</summary>
|
||||
|
||||
- {}
|
||||
|
||||
|
||||
</details>
|
||||
|
||||
- <details><summary>Performance measures: {}</summary>
|
||||
|
|
Loading…
Reference in a new issue