@codingame/monaco-vscode-performance-service-override 10.0.0 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-performance-service-override",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -26,6 +26,6 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "vscode": "npm:@codingame/monaco-vscode-api@10.0.0"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@10.0.2"
30
30
  }
31
31
  }
@@ -27,7 +27,7 @@ registerAction2(class extends Action2 {
27
27
  constructor() {
28
28
  super({
29
29
  id: 'perfview.show',
30
- title: ( localize2(2706, 'Startup Performance')),
30
+ title: ( localize2(2707, 'Startup Performance')),
31
31
  category: Categories.Developer,
32
32
  f1: true
33
33
  });
@@ -42,7 +42,7 @@ registerAction2(class PrintServiceCycles extends Action2 {
42
42
  constructor() {
43
43
  super({
44
44
  id: 'perf.insta.printAsyncCycles',
45
- title: ( localize2(2707, 'Print Service Cycles')),
45
+ title: ( localize2(2708, 'Print Service Cycles')),
46
46
  category: Categories.Developer,
47
47
  f1: true
48
48
  });
@@ -64,7 +64,7 @@ registerAction2(class PrintServiceTraces extends Action2 {
64
64
  constructor() {
65
65
  super({
66
66
  id: 'perf.insta.printTraces',
67
- title: ( localize2(2708, 'Print Service Traces')),
67
+ title: ( localize2(2709, 'Print Service Traces')),
68
68
  category: Categories.Developer,
69
69
  f1: true
70
70
  });
@@ -83,7 +83,7 @@ registerAction2(class PrintEventProfiling extends Action2 {
83
83
  constructor() {
84
84
  super({
85
85
  id: 'perf.event.profiling',
86
- title: ( localize2(2709, 'Print Emitter Profiles')),
86
+ title: ( localize2(2710, 'Print Emitter Profiles')),
87
87
  category: Categories.Developer,
88
88
  f1: true
89
89
  });
@@ -61,7 +61,7 @@ let PerfviewInput = class PerfviewInput extends TextResourceEditorInput {
61
61
  return PerfviewInput_1.Id;
62
62
  }
63
63
  constructor(textModelResolverService, textFileService, editorService, fileService, labelService, filesConfigurationService, textResourceConfigurationService, customEditorLabelService) {
64
- super(PerfviewContrib.get().getInputUri(), ( localize(6171, "Startup Performance")), undefined, undefined, undefined, textModelResolverService, textFileService, editorService, fileService, labelService, filesConfigurationService, textResourceConfigurationService, customEditorLabelService);
64
+ super(PerfviewContrib.get().getInputUri(), ( localize(6177, "Startup Performance")), undefined, undefined, undefined, textModelResolverService, textFileService, editorService, fileService, labelService, filesConfigurationService, textResourceConfigurationService, customEditorLabelService);
65
65
  }
66
66
  };
67
67
  PerfviewInput = PerfviewInput_1 = ( (__decorate([