Skip to content

Commit 532f674

Browse files
Record LSP request aggregation on extension exit (#1243)
* Record LSP request aggregation on extension exit
1 parent da9b81a commit 532f674

File tree

4 files changed

+214
-36
lines changed

4 files changed

+214
-36
lines changed

ThirdPartyNotices.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ are grateful to these developers for their contribution to open source.
2424
16. semver (https://github.com/npm/node-semver)
2525
17. vscode-extension-telemetry-wrapper (https://github.com/Eskibear/vscode-extension-telemetry-wrapper)
2626
18. xmldom (https://github.com/xmldom/xmldom)
27+
19. HdrHistogramJS (https://github.com/HdrHistogram/HdrHistogramJS)
2728

2829
@iconify/react NOTICES BEGIN HERE
2930
=============================
@@ -495,3 +496,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
495496

496497
=========================================
497498
END OF xmldom NOTICES AND INFORMATION
499+
500+
HdrHistogramJS NOTICES BEGIN HERE
501+
=============================
502+
BSD 2-Clause License
503+
504+
Copyright (c) 2016, Alexandre Victoor
505+
All rights reserved.
506+
507+
Redistribution and use in source and binary forms, with or without
508+
modification, are permitted provided that the following conditions are met:
509+
510+
* Redistributions of source code must retain the above copyright notice, this
511+
list of conditions and the following disclaimer.
512+
513+
* Redistributions in binary form must reproduce the above copyright notice,
514+
this list of conditions and the following disclaimer in the documentation
515+
and/or other materials provided with the distribution.
516+
517+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
518+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
519+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
520+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
521+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
522+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
523+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
524+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
525+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
526+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
527+
528+
=========================================
529+
END OF HdrHistogramJS NOTICES AND INFORMATION

package-lock.json

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@
369369
"expand-home-dir": "0.0.3",
370370
"expand-tilde": "^2.0.2",
371371
"fs-extra": "^9.1.0",
372+
"hdr-histogram-js": "^3.0.0",
372373
"highlight.js": "10.5.0",
373374
"jdk-utils": "^0.4.4",
374375
"jquery": "^3.6.1",

0 commit comments

Comments
 (0)