@codingame/monaco-vscode-performance-service-override 7.1.1 → 8.0.0

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": "7.1.1",
3
+ "version": "8.0.0",
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@7.1.1"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@8.0.0"
30
30
  }
31
31
  }
@@ -28,7 +28,7 @@ registerAction2(class extends Action2 {
28
28
  constructor() {
29
29
  super({
30
30
  id: 'perfview.show',
31
- title: ( localize2(2680, 'Startup Performance')),
31
+ title: ( localize2(2202, 'Startup Performance')),
32
32
  category: Categories.Developer,
33
33
  f1: true
34
34
  });
@@ -43,7 +43,7 @@ registerAction2(class PrintServiceCycles extends Action2 {
43
43
  constructor() {
44
44
  super({
45
45
  id: 'perf.insta.printAsyncCycles',
46
- title: ( localize2(2681, 'Print Service Cycles')),
46
+ title: ( localize2(2203, 'Print Service Cycles')),
47
47
  category: Categories.Developer,
48
48
  f1: true
49
49
  });
@@ -65,7 +65,7 @@ registerAction2(class PrintServiceTraces extends Action2 {
65
65
  constructor() {
66
66
  super({
67
67
  id: 'perf.insta.printTraces',
68
- title: ( localize2(2682, 'Print Service Traces')),
68
+ title: ( localize2(2204, 'Print Service Traces')),
69
69
  category: Categories.Developer,
70
70
  f1: true
71
71
  });
@@ -84,7 +84,7 @@ registerAction2(class PrintEventProfiling extends Action2 {
84
84
  constructor() {
85
85
  super({
86
86
  id: 'perf.event.profiling',
87
- title: ( localize2(2683, 'Print Emitter Profiles')),
87
+ title: ( localize2(2205, 'Print Emitter Profiles')),
88
88
  category: Categories.Developer,
89
89
  f1: true
90
90
  });
@@ -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(6146, "Startup Performance")), undefined, undefined, undefined, textModelResolverService, textFileService, editorService, fileService, labelService, filesConfigurationService, textResourceConfigurationService, customEditorLabelService);
64
+ super(PerfviewContrib.get().getInputUri(), ( localize(6110, "Startup Performance")), undefined, undefined, undefined, textModelResolverService, textFileService, editorService, fileService, labelService, filesConfigurationService, textResourceConfigurationService, customEditorLabelService);
65
65
  }
66
66
  };
67
67
  PerfviewInput = PerfviewInput_1 = ( (__decorate([