@theia/core 1.66.2 → 1.67.0-next.13

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.
Files changed (63) hide show
  1. package/README.md +6 -6
  2. package/lib/browser/badges/badge-service.d.ts +14 -0
  3. package/lib/browser/badges/badge-service.d.ts.map +1 -0
  4. package/lib/browser/badges/badge-service.js +45 -0
  5. package/lib/browser/badges/badge-service.js.map +1 -0
  6. package/lib/browser/badges/index.d.ts +3 -0
  7. package/lib/browser/badges/index.d.ts.map +1 -0
  8. package/lib/browser/badges/index.js +21 -0
  9. package/lib/browser/badges/index.js.map +1 -0
  10. package/lib/browser/badges/tabbar-badge-decorator.d.ts +14 -0
  11. package/lib/browser/badges/tabbar-badge-decorator.d.ts.map +1 -0
  12. package/lib/browser/badges/tabbar-badge-decorator.js +68 -0
  13. package/lib/browser/badges/tabbar-badge-decorator.js.map +1 -0
  14. package/lib/browser/catalog.json +38 -41
  15. package/lib/browser/common-commands.d.ts +66 -0
  16. package/lib/browser/common-commands.d.ts.map +1 -0
  17. package/lib/browser/common-commands.js +271 -0
  18. package/lib/browser/common-commands.js.map +1 -0
  19. package/lib/browser/common-frontend-contribution.d.ts +5 -99
  20. package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
  21. package/lib/browser/common-frontend-contribution.js +157 -439
  22. package/lib/browser/common-frontend-contribution.js.map +1 -1
  23. package/lib/browser/common-menus.d.ts +35 -0
  24. package/lib/browser/common-menus.d.ts.map +1 -0
  25. package/lib/browser/common-menus.js +56 -0
  26. package/lib/browser/common-menus.js.map +1 -0
  27. package/lib/browser/frontend-application-module.d.ts.map +1 -1
  28. package/lib/browser/frontend-application-module.js +2 -0
  29. package/lib/browser/frontend-application-module.js.map +1 -1
  30. package/lib/browser/index.d.ts +3 -0
  31. package/lib/browser/index.d.ts.map +1 -1
  32. package/lib/browser/index.js +3 -0
  33. package/lib/browser/index.js.map +1 -1
  34. package/lib/browser/quick-input/quick-command-frontend-contribution.js +3 -3
  35. package/lib/browser/quick-input/quick-command-frontend-contribution.js.map +1 -1
  36. package/lib/browser/shell/shell-layout-restorer.js +3 -3
  37. package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
  38. package/lib/browser/shell/tab-bars.d.ts +1 -1
  39. package/lib/browser/shell/tab-bars.d.ts.map +1 -1
  40. package/lib/browser/shell/tab-bars.js +52 -49
  41. package/lib/browser/shell/tab-bars.js.map +1 -1
  42. package/lib/browser/shell/view-contribution.js +2 -2
  43. package/lib/browser/shell/view-contribution.js.map +1 -1
  44. package/lib/browser/window-contribution.js +2 -2
  45. package/lib/browser/window-contribution.js.map +1 -1
  46. package/lib/common/preferences/preference-service.d.ts.map +1 -1
  47. package/lib/common/preferences/preference-service.js +6 -1
  48. package/lib/common/preferences/preference-service.js.map +1 -1
  49. package/package.json +6 -6
  50. package/src/browser/badges/badge-service.ts +44 -0
  51. package/src/browser/badges/index.ts +18 -0
  52. package/src/browser/badges/tabbar-badge-decorator.ts +63 -0
  53. package/src/browser/common-commands.ts +281 -0
  54. package/src/browser/common-frontend-contribution.ts +4 -306
  55. package/src/browser/common-menus.ts +60 -0
  56. package/src/browser/frontend-application-module.ts +2 -0
  57. package/src/browser/index.ts +3 -0
  58. package/src/browser/quick-input/quick-command-frontend-contribution.ts +1 -1
  59. package/src/browser/shell/shell-layout-restorer.ts +1 -1
  60. package/src/browser/shell/tab-bars.ts +24 -26
  61. package/src/browser/shell/view-contribution.ts +1 -1
  62. package/src/browser/window-contribution.ts +1 -1
  63. package/src/common/preferences/preference-service.ts +6 -1
package/README.md CHANGED
@@ -85,12 +85,12 @@ export class SomeClass {
85
85
  - `@lumino/signaling` (from [`@lumino/signaling@^2.1.3`](https://www.npmjs.com/package/@lumino/signaling))
86
86
  - `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.2`](https://www.npmjs.com/package/@lumino/virtualdom))
87
87
  - `@lumino/widgets` (from [`@lumino/widgets@2.5.0`](https://www.npmjs.com/package/@lumino/widgets/v/2.5.0))
88
- - `@theia/application-package` (from [`@theia/application-package@1.66.2`](https://www.npmjs.com/package/@theia/application-package/v/1.66.2))
89
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.66.2`](https://www.npmjs.com/package/@theia/application-package/v/1.66.2))
90
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.66.2`](https://www.npmjs.com/package/@theia/application-package/v/1.66.2))
91
- - `@theia/request` (from [`@theia/request@1.66.2`](https://www.npmjs.com/package/@theia/request/v/1.66.2))
92
- - `@theia/request/lib/proxy` (from [`@theia/request@1.66.2`](https://www.npmjs.com/package/@theia/request/v/1.66.2))
93
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.66.2`](https://www.npmjs.com/package/@theia/request/v/1.66.2))
88
+ - `@theia/application-package` (from [`@theia/application-package@1.66.0`](https://www.npmjs.com/package/@theia/application-package/v/1.66.0))
89
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.66.0`](https://www.npmjs.com/package/@theia/application-package/v/1.66.0))
90
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.66.0`](https://www.npmjs.com/package/@theia/application-package/v/1.66.0))
91
+ - `@theia/request` (from [`@theia/request@1.66.0`](https://www.npmjs.com/package/@theia/request/v/1.66.0))
92
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.66.0`](https://www.npmjs.com/package/@theia/request/v/1.66.0))
93
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.66.0`](https://www.npmjs.com/package/@theia/request/v/1.66.0))
94
94
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
95
95
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
96
96
  - `inversify` (from [`inversify@^6.1.3`](https://www.npmjs.com/package/inversify))
@@ -0,0 +1,14 @@
1
+ import { Emitter, Event } from '../../common';
2
+ import { Widget } from '../widgets';
3
+ export interface Badge {
4
+ value: number;
5
+ tooltip: string;
6
+ }
7
+ export declare class BadgeService {
8
+ protected readonly badges: WeakMap<Widget, Badge>;
9
+ protected readonly onDidChangeBadgesEmitter: Emitter<Widget>;
10
+ get onDidChangeBadges(): Event<Widget>;
11
+ getBadge(widget: Widget): Badge | undefined;
12
+ showBadge(widget: Widget, badge?: Badge): void;
13
+ }
14
+ //# sourceMappingURL=badge-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge-service.d.ts","sourceRoot":"","sources":["../../../src/browser/badges/badge-service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAEpC,MAAM,WAAW,KAAK;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,qBACa,YAAY;IACrB,SAAS,CAAC,QAAQ,CAAC,MAAM,yBAAgC;IACzD,SAAS,CAAC,QAAQ,CAAC,wBAAwB,kBAAyB;IACpE,IAAI,iBAAiB,IAAI,KAAK,CAAC,MAAM,CAAC,CAAgD;IAEtF,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS;IAI3C,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI;CAQjD"}
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ // *****************************************************************************
3
+ // Copyright (C) 2025 EclipseSource GmbH and others.
4
+ //
5
+ // This program and the accompanying materials are made available under the
6
+ // terms of the Eclipse Public License v. 2.0 which is available at
7
+ // http://www.eclipse.org/legal/epl-2.0.
8
+ //
9
+ // This Source Code may also be made available under the following Secondary
10
+ // Licenses when the conditions for such availability set forth in the Eclipse
11
+ // Public License v. 2.0 are satisfied: GNU General Public License, version 2
12
+ // with the GNU Classpath Exception which is available at
13
+ // https://www.gnu.org/software/classpath/license.html.
14
+ //
15
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
16
+ // *****************************************************************************
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.BadgeService = void 0;
19
+ const tslib_1 = require("tslib");
20
+ const inversify_1 = require("inversify");
21
+ const common_1 = require("../../common");
22
+ let BadgeService = class BadgeService {
23
+ constructor() {
24
+ this.badges = new WeakMap();
25
+ this.onDidChangeBadgesEmitter = new common_1.Emitter();
26
+ }
27
+ get onDidChangeBadges() { return this.onDidChangeBadgesEmitter.event; }
28
+ getBadge(widget) {
29
+ return this.badges.get(widget);
30
+ }
31
+ showBadge(widget, badge) {
32
+ if (badge) {
33
+ this.badges.set(widget, badge);
34
+ this.onDidChangeBadgesEmitter.fire(widget);
35
+ }
36
+ else if (this.badges.delete(widget)) {
37
+ this.onDidChangeBadgesEmitter.fire(widget);
38
+ }
39
+ }
40
+ };
41
+ exports.BadgeService = BadgeService;
42
+ exports.BadgeService = BadgeService = tslib_1.__decorate([
43
+ (0, inversify_1.injectable)()
44
+ ], BadgeService);
45
+ //# sourceMappingURL=badge-service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge-service.js","sourceRoot":"","sources":["../../../src/browser/badges/badge-service.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,oDAAoD;AACpD,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;;AAEhF,yCAAuC;AACvC,yCAA8C;AASvC,IAAM,YAAY,GAAlB,MAAM,YAAY;IAAlB;QACgB,WAAM,GAAG,IAAI,OAAO,EAAiB,CAAC;QACtC,6BAAwB,GAAG,IAAI,gBAAO,EAAU,CAAC;IAexE,CAAC;IAdG,IAAI,iBAAiB,KAAoB,OAAO,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;IAEtF,QAAQ,CAAC,MAAc;QACnB,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IAED,SAAS,CAAC,MAAc,EAAE,KAAa;QACnC,IAAI,KAAK,EAAE,CAAC;YACR,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC/B,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC/C,CAAC;aAAM,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;YACpC,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC/C,CAAC;IACL,CAAC;CACJ,CAAA;AAjBY,oCAAY;uBAAZ,YAAY;IADxB,IAAA,sBAAU,GAAE;GACA,YAAY,CAiBxB"}
@@ -0,0 +1,3 @@
1
+ export * from './badge-service';
2
+ export * from './tabbar-badge-decorator';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/browser/badges/index.ts"],"names":[],"mappings":"AAgBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // *****************************************************************************
3
+ // Copyright (C) 2025 EclipseSource GmbH and others.
4
+ //
5
+ // This program and the accompanying materials are made available under the
6
+ // terms of the Eclipse Public License v. 2.0 which is available at
7
+ // http://www.eclipse.org/legal/epl-2.0.
8
+ //
9
+ // This Source Code may also be made available under the following Secondary
10
+ // Licenses when the conditions for such availability set forth in the Eclipse
11
+ // Public License v. 2.0 are satisfied: GNU General Public License, version 2
12
+ // with the GNU Classpath Exception which is available at
13
+ // https://www.gnu.org/software/classpath/license.html.
14
+ //
15
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
16
+ // *****************************************************************************
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ const tslib_1 = require("tslib");
19
+ tslib_1.__exportStar(require("./badge-service"), exports);
20
+ tslib_1.__exportStar(require("./tabbar-badge-decorator"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/browser/badges/index.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,oDAAoD;AACpD,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAEhF,0DAAgC;AAChC,mEAAyC"}
@@ -0,0 +1,14 @@
1
+ import { interfaces } from 'inversify';
2
+ import { WidgetDecoration } from '../widget-decoration';
3
+ import { Title, Widget } from '../widgets';
4
+ import { TabBarDecorator } from '../shell/tab-bar-decorator';
5
+ import { Disposable, Event } from '../../common';
6
+ import { BadgeService } from './badge-service';
7
+ export declare class TabBarBadgeDecorator implements TabBarDecorator {
8
+ readonly id = "theia-plugin-view-container-badge-decorator";
9
+ protected readonly badgeService: BadgeService;
10
+ onDidChangeDecorations(...[cb, thisArg, disposable]: Parameters<Event<void>>): Disposable;
11
+ decorate({ owner }: Title<Widget>): WidgetDecoration.Data[];
12
+ }
13
+ export declare function bindBadgeDecoration(bind: interfaces.Bind): void;
14
+ //# sourceMappingURL=tabbar-badge-decorator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabbar-badge-decorator.d.ts","sourceRoot":"","sources":["../../../src/browser/badges/tabbar-badge-decorator.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAsB,UAAU,EAAE,MAAM,WAAW,CAAC;AAE3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAS,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEtD,qBACa,oBAAqB,YAAW,eAAe;IACxD,QAAQ,CAAC,EAAE,iDAAiD;IAG5D,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,YAAY,CAAC;IAE9C,sBAAsB,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,UAAU;IAEzF,QAAQ,CAAC,EAAE,KAAK,EAAE,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,gBAAgB,CAAC,IAAI,EAAE;CAuB9D;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,UAAU,CAAC,IAAI,GAAG,IAAI,CAI/D"}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ // *****************************************************************************
3
+ // Copyright (C) 2025 EclipseSource GmbH and others.
4
+ //
5
+ // This program and the accompanying materials are made available under the
6
+ // terms of the Eclipse Public License v. 2.0 which is available at
7
+ // http://www.eclipse.org/legal/epl-2.0.
8
+ //
9
+ // This Source Code may also be made available under the following Secondary
10
+ // Licenses when the conditions for such availability set forth in the Eclipse
11
+ // Public License v. 2.0 are satisfied: GNU General Public License, version 2
12
+ // with the GNU Classpath Exception which is available at
13
+ // https://www.gnu.org/software/classpath/license.html.
14
+ //
15
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
16
+ // *****************************************************************************
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.bindBadgeDecoration = exports.TabBarBadgeDecorator = void 0;
19
+ const tslib_1 = require("tslib");
20
+ const inversify_1 = require("inversify");
21
+ const view_container_1 = require("../view-container");
22
+ const tab_bar_decorator_1 = require("../shell/tab-bar-decorator");
23
+ const badge_service_1 = require("./badge-service");
24
+ let TabBarBadgeDecorator = class TabBarBadgeDecorator {
25
+ constructor() {
26
+ this.id = 'theia-plugin-view-container-badge-decorator';
27
+ }
28
+ onDidChangeDecorations(...[cb, thisArg, disposable]) { return this.badgeService.onDidChangeBadges(() => cb(), thisArg, disposable); }
29
+ decorate({ owner }) {
30
+ let total = 0;
31
+ const result = [];
32
+ const aggregate = (badge) => {
33
+ if (badge === null || badge === void 0 ? void 0 : badge.value) {
34
+ total += badge.value;
35
+ }
36
+ if (badge === null || badge === void 0 ? void 0 : badge.tooltip) {
37
+ result.push({ tooltip: badge.tooltip });
38
+ }
39
+ };
40
+ if (owner instanceof view_container_1.ViewContainer) {
41
+ for (const { wrapped } of owner.getParts()) {
42
+ aggregate(this.badgeService.getBadge(wrapped));
43
+ }
44
+ }
45
+ else {
46
+ aggregate(this.badgeService.getBadge(owner));
47
+ }
48
+ if (total !== 0) {
49
+ result.push({ badge: total });
50
+ }
51
+ return result;
52
+ }
53
+ };
54
+ exports.TabBarBadgeDecorator = TabBarBadgeDecorator;
55
+ tslib_1.__decorate([
56
+ (0, inversify_1.inject)(badge_service_1.BadgeService),
57
+ tslib_1.__metadata("design:type", badge_service_1.BadgeService)
58
+ ], TabBarBadgeDecorator.prototype, "badgeService", void 0);
59
+ exports.TabBarBadgeDecorator = TabBarBadgeDecorator = tslib_1.__decorate([
60
+ (0, inversify_1.injectable)()
61
+ ], TabBarBadgeDecorator);
62
+ function bindBadgeDecoration(bind) {
63
+ bind(badge_service_1.BadgeService).toSelf().inSingletonScope();
64
+ bind(TabBarBadgeDecorator).toSelf().inSingletonScope();
65
+ bind(tab_bar_decorator_1.TabBarDecorator).toService(TabBarBadgeDecorator);
66
+ }
67
+ exports.bindBadgeDecoration = bindBadgeDecoration;
68
+ //# sourceMappingURL=tabbar-badge-decorator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabbar-badge-decorator.js","sourceRoot":"","sources":["../../../src/browser/badges/tabbar-badge-decorator.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,oDAAoD;AACpD,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;;AAEhF,yCAA2D;AAC3D,sDAAkD;AAGlD,kEAA6D;AAE7D,mDAAsD;AAG/C,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAA1B;QACM,OAAE,GAAG,6CAA6C,CAAC;IA8BhE,CAAC;IAzBG,sBAAsB,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,EAAE,UAAU,CAA0B,IAAgB,OAAO,IAAI,CAAC,YAAY,CAAC,iBAAiB,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC;IAE1K,QAAQ,CAAC,EAAE,KAAK,EAAiB;QAC7B,IAAI,KAAK,GAAG,CAAC,CAAC;QACd,MAAM,MAAM,GAA4B,EAAE,CAAC;QAC3C,MAAM,SAAS,GAAG,CAAC,KAAa,EAAE,EAAE;YAChC,IAAI,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,KAAK,EAAE,CAAC;gBACf,KAAK,IAAI,KAAK,CAAC,KAAK,CAAC;YACzB,CAAC;YACD,IAAI,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,OAAO,EAAE,CAAC;gBACjB,MAAM,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;YAC5C,CAAC;QACL,CAAC,CAAC;QACF,IAAI,KAAK,YAAY,8BAAa,EAAE,CAAC;YACjC,KAAK,MAAM,EAAE,OAAO,EAAE,IAAI,KAAK,CAAC,QAAQ,EAAE,EAAE,CAAC;gBACzC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC;YACnD,CAAC;QACL,CAAC;aAAM,CAAC;YACJ,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC;QACjD,CAAC;QACD,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC;YACd,MAAM,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;QAClC,CAAC;QACD,OAAO,MAAM,CAAC;IAClB,CAAC;CACJ,CAAA;AA/BY,oDAAoB;AAIV;IADlB,IAAA,kBAAM,EAAC,4BAAY,CAAC;sCACY,4BAAY;0DAAC;+BAJrC,oBAAoB;IADhC,IAAA,sBAAU,GAAE;GACA,oBAAoB,CA+BhC;AAED,SAAgB,mBAAmB,CAAC,IAAqB;IACrD,IAAI,CAAC,4BAAY,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC/C,IAAI,CAAC,oBAAoB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACvD,IAAI,CAAC,mCAAe,CAAC,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAC;AAC1D,CAAC;AAJD,kDAIC"}
@@ -3203,7 +3203,8 @@
3203
3203
  "1.11": "https://ifstate.net/schema/1.11/ifstate.conf.schema.json",
3204
3204
  "1.12": "https://ifstate.net/schema/1.12/ifstate.conf.schema.json",
3205
3205
  "1.13": "https://ifstate.net/schema/1.13/ifstate.conf.schema.json",
3206
- "2.0": "https://ifstate.net/schema/2.0/ifstate.conf.schema.json"
3206
+ "2.0": "https://ifstate.net/schema/2.0/ifstate.conf.schema.json",
3207
+ "2.1": "https://ifstate.net/schema/2.1/ifstate.conf.schema.json"
3207
3208
  }
3208
3209
  },
3209
3210
  {
@@ -4988,7 +4989,7 @@
4988
4989
  "name": "QType AI DSL",
4989
4990
  "description": "A DSL for rapid prototyping of AI applications",
4990
4991
  "fileMatch": ["qtype.config.yaml", "*.qtype.yaml"],
4991
- "url": "https://raw.githubusercontent.com/lou-k/qtype/refs/heads/main/schema/qtype.schema.json"
4992
+ "url": "https://raw.githubusercontent.com/bazaarvoice/qtype/refs/heads/main/schema/qtype.schema.json"
4992
4993
  },
4993
4994
  {
4994
4995
  "name": "Railway",
@@ -4996,6 +4997,12 @@
4996
4997
  "fileMatch": ["railway.toml", "railway.json"],
4997
4998
  "url": "https://railway.com/railway.schema.json"
4998
4999
  },
5000
+ {
5001
+ "name": "Railpack",
5002
+ "description": "Configuration file for Railpack deployment tool",
5003
+ "fileMatch": ["railpack.json"],
5004
+ "url": "https://schema.railpack.com"
5005
+ },
4999
5006
  {
5000
5007
  "name": "Rattler-build",
5001
5008
  "description": "Rattler-build recipe",
@@ -6278,29 +6285,8 @@
6278
6285
  "3.1.0": "https://www.schemastore.org/venvironment-schema-v3.1.0.json",
6279
6286
  "3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
6280
6287
  "4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
6281
- "4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json"
6282
- }
6283
- },
6284
- {
6285
- "name": "venvironment-basic.yaml",
6286
- "description": "Test environment for Vector Test Unit Runner",
6287
- "fileMatch": [
6288
- "venvironment-basic.yaml",
6289
- "*.venvironment-basic.yaml",
6290
- "venvironment-basic.yml",
6291
- "*.venvironment-basic.yml",
6292
- "venvironment-basic.json",
6293
- "*.venvironment-basic.json"
6294
- ],
6295
- "url": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json",
6296
- "versions": {
6297
- "1.0.0": "https://www.schemastore.org/venvironment-basic-schema-v1.0.0.json",
6298
- "1.1.0": "https://www.schemastore.org/venvironment-basic-schema-v1.1.0.json",
6299
- "2.0.0": "https://www.schemastore.org/venvironment-basic-schema-v2.0.0.json",
6300
- "2.1.0": "https://www.schemastore.org/venvironment-basic-schema-v2.1.0.json",
6301
- "3.0.0": "https://www.schemastore.org/venvironment-basic-schema-v3.0.0.json",
6302
- "3.2.0": "https://www.schemastore.org/venvironment-basic-schema-v3.2.0.json",
6303
- "4.0.0": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json"
6288
+ "4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
6289
+ "4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json"
6304
6290
  }
6305
6291
  },
6306
6292
  {
@@ -6319,22 +6305,6 @@
6319
6305
  "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
6320
6306
  }
6321
6307
  },
6322
- {
6323
- "name": "venvplus-basic.yaml",
6324
- "description": "venvplus-basic settings of Vector Test Unit Runner",
6325
- "fileMatch": [
6326
- "venvplus-basic.yaml",
6327
- "*.venvplus-basic.yaml",
6328
- "venvplus-basic.yml",
6329
- "*.venvplus-basic.yml",
6330
- "venvplus-basic.json",
6331
- "*.venvplus-basic.json"
6332
- ],
6333
- "url": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json",
6334
- "versions": {
6335
- "1.0.0": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json"
6336
- }
6337
- },
6338
6308
  {
6339
6309
  "name": "Version Bumper config",
6340
6310
  "description": "Configuration for Version Bumper, a Composer plugin to bump project versions during release preparations",
@@ -6933,6 +6903,15 @@
6933
6903
  "fileMatch": ["**/api.json"],
6934
6904
  "url": "https://www.schemastore.org/apibuilder.json"
6935
6905
  },
6906
+ {
6907
+ "name": "Apollo Router",
6908
+ "description": "Apollo Router: The runtime for graph-based API orchestration",
6909
+ "fileMatch": ["apollo-router-*.json"],
6910
+ "url": "https://www.schemastore.org/apollo-router-2.8.1.json",
6911
+ "versions": {
6912
+ "2.8.1": "https://www.schemastore.org/apollo-router-2.8.1.json"
6913
+ }
6914
+ },
6936
6915
  {
6937
6916
  "name": "Gradle Enterprise",
6938
6917
  "description": "Gradle Enterprise configuration",
@@ -8323,6 +8302,18 @@
8323
8302
  ],
8324
8303
  "url": "https://raw.githubusercontent.com/wiremock/wiremock/refs/heads/master/schemas/wiremock-stub-mapping-or-mappings.json"
8325
8304
  },
8305
+ {
8306
+ "name": "WireMock CLI local service configuration",
8307
+ "description": "WireMock CLI and Runner local service config file format",
8308
+ "fileMatch": ["wiremock.yaml"],
8309
+ "url": "https://static.wiremock.io/schemas/wiremock.yaml-schema.json"
8310
+ },
8311
+ {
8312
+ "name": "WireMock CLI import configuration",
8313
+ "description": "WireMock CLI import and record config file format",
8314
+ "fileMatch": ["wiremock-import-config.yaml"],
8315
+ "url": "https://static.wiremock.io/schemas/wiremock-import-config.yaml-schema.json"
8316
+ },
8326
8317
  {
8327
8318
  "name": "Bitmovin Encoding Template",
8328
8319
  "description": "An encoding workflow from a single configuration template",
@@ -8786,6 +8777,12 @@
8786
8777
  "**/destination-*/metadata.yaml"
8787
8778
  ],
8788
8779
  "url": "https://raw.githubusercontent.com/airbytehq/airbyte/refs/heads/master/airbyte-ci/connectors/metadata_service/lib/metadata_service/models/generated/ConnectorMetadataDefinitionV0.json"
8780
+ },
8781
+ {
8782
+ "name": "Jarl",
8783
+ "description": "Configuration for R linter",
8784
+ "fileMatch": ["jarl.toml"],
8785
+ "url": "https://github.com/etiennebacher/jarl/releases/latest/download/jarl.schema.json"
8789
8786
  }
8790
8787
  ]
8791
8788
  }
@@ -0,0 +1,66 @@
1
+ import { Command } from '../common/command';
2
+ export declare namespace CommonCommands {
3
+ const FILE_CATEGORY = "File";
4
+ const VIEW_CATEGORY = "View";
5
+ const CREATE_CATEGORY = "Create";
6
+ const PREFERENCES_CATEGORY = "Preferences";
7
+ const MANAGE_CATEGORY = "Manage";
8
+ const FILE_CATEGORY_KEY: string;
9
+ const VIEW_CATEGORY_KEY: string;
10
+ const PREFERENCES_CATEGORY_KEY: string;
11
+ const OPEN: Command;
12
+ const CUT: Command;
13
+ const COPY: Command;
14
+ const PASTE: Command;
15
+ const COPY_PATH: Command;
16
+ const UNDO: Command;
17
+ const REDO: Command;
18
+ const SELECT_ALL: Command;
19
+ const FIND: Command;
20
+ const REPLACE: Command;
21
+ const NEXT_TAB: Command;
22
+ const PREVIOUS_TAB: Command;
23
+ const NEXT_TAB_IN_GROUP: Command;
24
+ const PREVIOUS_TAB_IN_GROUP: Command;
25
+ const NEXT_TAB_GROUP: Command;
26
+ const PREVIOUS_TAB_GROUP: Command;
27
+ const CLOSE_TAB: Command;
28
+ const CLOSE_OTHER_TABS: Command;
29
+ const CLOSE_SAVED_TABS: Command;
30
+ const CLOSE_RIGHT_TABS: Command;
31
+ const CLOSE_ALL_TABS: Command;
32
+ const CLOSE_MAIN_TAB: Command;
33
+ const CLOSE_OTHER_MAIN_TABS: Command;
34
+ const CLOSE_ALL_MAIN_TABS: Command;
35
+ const COLLAPSE_PANEL: Command;
36
+ const COLLAPSE_ALL_PANELS: Command;
37
+ const TOGGLE_BOTTOM_PANEL: Command;
38
+ const TOGGLE_LEFT_PANEL: Command;
39
+ const TOGGLE_RIGHT_PANEL: Command;
40
+ const TOGGLE_STATUS_BAR: Command;
41
+ const PIN_TAB: Command;
42
+ const UNPIN_TAB: Command;
43
+ const TOGGLE_MAXIMIZED: Command;
44
+ const OPEN_VIEW: Command;
45
+ const SHOW_MENU_BAR: Command;
46
+ /**
47
+ * Command Parameters:
48
+ * - `fileName`: string
49
+ * - `directory`: URI
50
+ */
51
+ const NEW_FILE: Command;
52
+ const NEW_UNTITLED_TEXT_FILE: Command;
53
+ const PICK_NEW_FILE: Command;
54
+ const SAVE: Command;
55
+ const SAVE_AS: Command;
56
+ const SAVE_WITHOUT_FORMATTING: Command;
57
+ const SAVE_ALL: Command;
58
+ const AUTO_SAVE: Command;
59
+ const ABOUT_COMMAND: Command;
60
+ const OPEN_PREFERENCES: Command;
61
+ const SELECT_COLOR_THEME: Command;
62
+ const SELECT_ICON_THEME: Command;
63
+ const CONFIGURE_DISPLAY_LANGUAGE: Command;
64
+ const TOGGLE_BREADCRUMBS: Command;
65
+ }
66
+ //# sourceMappingURL=common-commands.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-commands.d.ts","sourceRoot":"","sources":["../../src/browser/common-commands.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAG5C,yBAAiB,cAAc,CAAC;IAErB,MAAM,aAAa,SAAS,CAAC;IAC7B,MAAM,aAAa,SAAS,CAAC;IAC7B,MAAM,eAAe,WAAW,CAAC;IACjC,MAAM,oBAAoB,gBAAgB,CAAC;IAC3C,MAAM,eAAe,WAAW,CAAC;IACjC,MAAM,iBAAiB,QAAmC,CAAC;IAC3D,MAAM,iBAAiB,QAAmC,CAAC;IAC3D,MAAM,wBAAwB,QAA0C,CAAC;IAEzE,MAAM,IAAI,EAAE,OAElB,CAAC;IAEK,MAAM,GAAG,SAGd,CAAC;IACI,MAAM,IAAI,SAGf,CAAC;IACI,MAAM,KAAK,SAGhB,CAAC;IAEI,MAAM,SAAS,SAGpB,CAAC;IAEI,MAAM,IAAI,SAGf,CAAC;IACI,MAAM,IAAI,SAGf,CAAC;IACI,MAAM,UAAU,SAGrB,CAAC;IAEI,MAAM,IAAI,SAGf,CAAC;IACI,MAAM,OAAO,SAGlB,CAAC;IAEI,MAAM,QAAQ,SAInB,CAAC;IACI,MAAM,YAAY,SAIvB,CAAC;IACI,MAAM,iBAAiB,SAI+B,CAAC;IACvD,MAAM,qBAAqB,SAI+B,CAAC;IAC3D,MAAM,cAAc,SAIgC,CAAC;IACrD,MAAM,kBAAkB,SAIgC,CAAC;IACzD,MAAM,SAAS,SAI6B,CAAC;IAC7C,MAAM,gBAAgB,SAIyB,CAAC;IAChD,MAAM,gBAAgB,SAI3B,CAAC;IACI,MAAM,gBAAgB,SAIwB,CAAC;IAC/C,MAAM,cAAc,SAIwB,CAAC;IAC7C,MAAM,cAAc,SAI4B,CAAC;IACjD,MAAM,qBAAqB,SAI0B,CAAC;IACtD,MAAM,mBAAmB,SAI0B,CAAC;IACpD,MAAM,cAAc,SAI2B,CAAC;IAChD,MAAM,mBAAmB,SAI0B,CAAC;IACpD,MAAM,mBAAmB,SAI8B,CAAC;IACxD,MAAM,iBAAiB,SAI8B,CAAC;IACtD,MAAM,kBAAkB,SAI8B,CAAC;IACvD,MAAM,iBAAiB,SAI5B,CAAC;IACI,MAAM,OAAO,SAIlB,CAAC;IACI,MAAM,SAAS,SAIpB,CAAC;IACI,MAAM,gBAAgB,SAI6B,CAAC;IACpD,MAAM,SAAS,SAIpB,CAAC;IACI,MAAM,aAAa,SAIxB,CAAC;IACH;;;;OAIG;IACI,MAAM,QAAQ,SAGnB,CAAC;IAGI,MAAM,sBAAsB,SAIjC,CAAC;IAEI,MAAM,aAAa,SAIxB,CAAC;IACI,MAAM,IAAI,SAIf,CAAC;IACI,MAAM,OAAO,SAIlB,CAAC;IACI,MAAM,uBAAuB,SAIlC,CAAC;IACI,MAAM,QAAQ,SAInB,CAAC;IAEI,MAAM,SAAS,SAIpB,CAAC;IAEI,MAAM,aAAa,SAGxB,CAAC;IAEI,MAAM,gBAAgB,SAI3B,CAAC;IAEI,MAAM,kBAAkB,SAI7B,CAAC;IACI,MAAM,iBAAiB,SAI5B,CAAC;IAEI,MAAM,0BAA0B,SAGrC,CAAC;IAEI,MAAM,kBAAkB,SAI7B,CAAC;CACN"}