We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5df0c commit da9b81aCopy full SHA for da9b81a
src/daemon/index.ts
@@ -331,7 +331,7 @@ class LSPUsageStats {
331
if (Object.keys(this.totalRequests).length) {
332
const data: any = {};
333
for (const key of Object.keys(this.totalRequests)) {
334
- const simpleKey = this.getSimpleKey(key);
+ const simpleKey = escapeLspRequestName(this.getSimpleKey(key));
335
data[simpleKey] = [this.totalRequests[key],
336
this.timeoutRequests[key] || 0,
337
this.errorRequests[key] || 0,
0 commit comments