0
0
Fork 0
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:
Jean Pierre 2021-04-20 21:41:24 -05:00 committed by GitHub
parent 7760d9a669
commit 572ec4a0a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(&params.text_document.uri);
let line_index =
@ -2477,7 +2477,7 @@ impl Inner {
- <details><summary>Sources in memory: {}</summary>
- {}
</details>
- <details><summary>Performance measures: {}</summary>