@codingame/monaco-vscode-performance-service-override 13.0.0 → 13.1.1

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": "13.0.0",
3
+ "version": "13.1.1",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - performance service-override",
6
6
  "keywords": [],
@@ -15,14 +15,11 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-0139c6af-2375-559c-af57-b738f2fd6d8e-common": "13.0.0",
19
- "@codingame/monaco-vscode-1d9dbcb3-6f53-58ad-b0a4-92b1ef1fd6a8-common": "13.0.0",
20
- "@codingame/monaco-vscode-cc9ccbec-e2a1-599d-84ae-46f5efc666e3-common": "13.0.0"
18
+ "@codingame/monaco-vscode-0139c6af-2375-559c-af57-b738f2fd6d8e-common": "13.1.1",
19
+ "@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common": "13.1.1",
20
+ "@codingame/monaco-vscode-api": "13.1.1",
21
+ "@codingame/monaco-vscode-cc9ccbec-e2a1-599d-84ae-46f5efc666e3-common": "13.1.1"
21
22
  },
22
- "peerDependencies": {
23
- "@codingame/monaco-vscode-api": "13.0.0"
24
- },
25
- "peerDependenciesMeta": {},
26
23
  "main": "index.js",
27
24
  "module": "index.js",
28
25
  "types": "index.d.ts",
@@ -29,7 +29,7 @@ registerAction2(class extends Action2 {
29
29
  constructor() {
30
30
  super({
31
31
  id: 'perfview.show',
32
- title: ( localize2(7870, 'Startup Performance')),
32
+ title: ( localize2(7888, 'Startup Performance')),
33
33
  category: Categories.Developer,
34
34
  f1: true
35
35
  });
@@ -44,7 +44,7 @@ registerAction2(class PrintServiceCycles extends Action2 {
44
44
  constructor() {
45
45
  super({
46
46
  id: 'perf.insta.printAsyncCycles',
47
- title: ( localize2(7871, 'Print Service Cycles')),
47
+ title: ( localize2(7889, 'Print Service Cycles')),
48
48
  category: Categories.Developer,
49
49
  f1: true
50
50
  });
@@ -66,7 +66,7 @@ registerAction2(class PrintServiceTraces extends Action2 {
66
66
  constructor() {
67
67
  super({
68
68
  id: 'perf.insta.printTraces',
69
- title: ( localize2(7872, 'Print Service Traces')),
69
+ title: ( localize2(7890, 'Print Service Traces')),
70
70
  category: Categories.Developer,
71
71
  f1: true
72
72
  });
@@ -85,7 +85,7 @@ registerAction2(class PrintEventProfiling extends Action2 {
85
85
  constructor() {
86
86
  super({
87
87
  id: 'perf.event.profiling',
88
- title: ( localize2(7873, 'Print Emitter Profiles')),
88
+ title: ( localize2(7891, 'Print Emitter Profiles')),
89
89
  category: Categories.Developer,
90
90
  f1: true
91
91
  });
@@ -62,7 +62,7 @@ let PerfviewInput = class PerfviewInput extends TextResourceEditorInput {
62
62
  return PerfviewInput_1.Id;
63
63
  }
64
64
  constructor(textModelResolverService, textFileService, editorService, fileService, labelService, filesConfigurationService, textResourceConfigurationService, customEditorLabelService) {
65
- super(PerfviewContrib.get().getInputUri(), ( localize(7874, "Startup Performance")), undefined, undefined, undefined, textModelResolverService, textFileService, editorService, fileService, labelService, filesConfigurationService, textResourceConfigurationService, customEditorLabelService);
65
+ super(PerfviewContrib.get().getInputUri(), ( localize(7892, "Startup Performance")), undefined, undefined, undefined, textModelResolverService, textFileService, editorService, fileService, labelService, filesConfigurationService, textResourceConfigurationService, customEditorLabelService);
66
66
  }
67
67
  };
68
68
  PerfviewInput = PerfviewInput_1 = ( __decorate([
@@ -6,7 +6,7 @@ import { IPaneCompositePartService } from "@codingame/monaco-vscode-api/vscode/v
6
6
  import { ILogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service";
7
7
  import { IProductService } from "@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service";
8
8
  import { ITelemetryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service";
9
- import { IBrowserWorkbenchEnvironmentService } from "@codingame/monaco-vscode-1d9dbcb3-6f53-58ad-b0a4-92b1ef1fd6a8-common/vscode/vs/workbench/services/environment/browser/environmentService.service";
9
+ import { IBrowserWorkbenchEnvironmentService } from "@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common/vscode/vs/workbench/services/environment/browser/environmentService.service";
10
10
  import { ITimerService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/timer/browser/timerService.service";
11
11
  import { IWorkbenchContribution } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions";
12
12
  export declare abstract class StartupTimings {
@@ -12,7 +12,7 @@ import { ViewContainerLocation } from '@codingame/monaco-vscode-api/vscode/vs/wo
12
12
  import { ILogService } from '@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service';
13
13
  import { IProductService } from '@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service';
14
14
  import { ITelemetryService } from '@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service';
15
- import { IBrowserWorkbenchEnvironmentService } from '@codingame/monaco-vscode-1d9dbcb3-6f53-58ad-b0a4-92b1ef1fd6a8-common/vscode/vs/workbench/services/environment/browser/environmentService.service';
15
+ import { IBrowserWorkbenchEnvironmentService } from '@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common/vscode/vs/workbench/services/environment/browser/environmentService.service';
16
16
  import { ITimerService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/timer/browser/timerService.service';
17
17
  import { posix } from '@codingame/monaco-vscode-api/vscode/vs/base/common/path';
18
18
  import { hash } from '@codingame/monaco-vscode-api/vscode/vs/base/common/hash';