@theia/core 1.67.0-next.0 → 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 (66) hide show
  1. package/lib/browser/badges/badge-service.d.ts +14 -0
  2. package/lib/browser/badges/badge-service.d.ts.map +1 -0
  3. package/lib/browser/badges/badge-service.js +45 -0
  4. package/lib/browser/badges/badge-service.js.map +1 -0
  5. package/lib/browser/badges/index.d.ts +3 -0
  6. package/lib/browser/badges/index.d.ts.map +1 -0
  7. package/lib/browser/badges/index.js +21 -0
  8. package/lib/browser/badges/index.js.map +1 -0
  9. package/lib/browser/badges/tabbar-badge-decorator.d.ts +14 -0
  10. package/lib/browser/badges/tabbar-badge-decorator.d.ts.map +1 -0
  11. package/lib/browser/badges/tabbar-badge-decorator.js +68 -0
  12. package/lib/browser/badges/tabbar-badge-decorator.js.map +1 -0
  13. package/lib/browser/catalog.json +84 -50
  14. package/lib/browser/common-commands.d.ts +66 -0
  15. package/lib/browser/common-commands.d.ts.map +1 -0
  16. package/lib/browser/common-commands.js +271 -0
  17. package/lib/browser/common-commands.js.map +1 -0
  18. package/lib/browser/common-frontend-contribution.d.ts +5 -99
  19. package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
  20. package/lib/browser/common-frontend-contribution.js +157 -439
  21. package/lib/browser/common-frontend-contribution.js.map +1 -1
  22. package/lib/browser/common-menus.d.ts +35 -0
  23. package/lib/browser/common-menus.d.ts.map +1 -0
  24. package/lib/browser/common-menus.js +56 -0
  25. package/lib/browser/common-menus.js.map +1 -0
  26. package/lib/browser/frontend-application-module.d.ts.map +1 -1
  27. package/lib/browser/frontend-application-module.js +2 -0
  28. package/lib/browser/frontend-application-module.js.map +1 -1
  29. package/lib/browser/index.d.ts +3 -0
  30. package/lib/browser/index.d.ts.map +1 -1
  31. package/lib/browser/index.js +3 -0
  32. package/lib/browser/index.js.map +1 -1
  33. package/lib/browser/quick-input/quick-command-frontend-contribution.js +3 -3
  34. package/lib/browser/quick-input/quick-command-frontend-contribution.js.map +1 -1
  35. package/lib/browser/shell/shell-layout-restorer.js +3 -3
  36. package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
  37. package/lib/browser/shell/tab-bars.d.ts +1 -1
  38. package/lib/browser/shell/tab-bars.d.ts.map +1 -1
  39. package/lib/browser/shell/tab-bars.js +52 -49
  40. package/lib/browser/shell/tab-bars.js.map +1 -1
  41. package/lib/browser/shell/view-contribution.js +2 -2
  42. package/lib/browser/shell/view-contribution.js.map +1 -1
  43. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  44. package/lib/browser/tree/tree-widget.js +3 -4
  45. package/lib/browser/tree/tree-widget.js.map +1 -1
  46. package/lib/browser/window-contribution.js +2 -2
  47. package/lib/browser/window-contribution.js.map +1 -1
  48. package/lib/common/preferences/preference-service.d.ts.map +1 -1
  49. package/lib/common/preferences/preference-service.js +6 -1
  50. package/lib/common/preferences/preference-service.js.map +1 -1
  51. package/package.json +4 -4
  52. package/src/browser/badges/badge-service.ts +44 -0
  53. package/src/browser/badges/index.ts +18 -0
  54. package/src/browser/badges/tabbar-badge-decorator.ts +63 -0
  55. package/src/browser/common-commands.ts +281 -0
  56. package/src/browser/common-frontend-contribution.ts +4 -306
  57. package/src/browser/common-menus.ts +60 -0
  58. package/src/browser/frontend-application-module.ts +2 -0
  59. package/src/browser/index.ts +3 -0
  60. package/src/browser/quick-input/quick-command-frontend-contribution.ts +1 -1
  61. package/src/browser/shell/shell-layout-restorer.ts +1 -1
  62. package/src/browser/shell/tab-bars.ts +24 -26
  63. package/src/browser/shell/view-contribution.ts +1 -1
  64. package/src/browser/tree/tree-widget.tsx +3 -4
  65. package/src/browser/window-contribution.ts +1 -1
  66. package/src/common/preferences/preference-service.ts +6 -1
@@ -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"}
@@ -2,6 +2,23 @@
2
2
  "$schema": "https://json.schemastore.org/schema-catalog.json",
3
3
  "version": 1,
4
4
  "schemas": [
5
+ {
6
+ "name": "release-hub.json",
7
+ "description": "Configuration file for Release Hub",
8
+ "fileMatch": [
9
+ ".release-hub.json",
10
+ ".release-hub.config.json",
11
+ "release-hub.json",
12
+ "release-hub.config.json"
13
+ ],
14
+ "url": "https://raw.githubusercontent.com/teneplaysofficial/release-hub/main/schema/release-hub.schema.json"
15
+ },
16
+ {
17
+ "name": "Bacon config",
18
+ "description": "Bacon configuration file",
19
+ "fileMatch": ["bacon.toml", "**/bacon/prefs.toml"],
20
+ "url": "https://dystroy.org/bacon/.bacon.schema.json"
21
+ },
5
22
  {
6
23
  "name": "Upsun config",
7
24
  "description": "Upsun configuration file",
@@ -157,7 +174,7 @@
157
174
  "name": "ABCSupplyPlan",
158
175
  "description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
159
176
  "fileMatch": ["abc-supply-plan-*.json"],
160
- "url": "https://www.schemastore.org/abc-supply-plan-11.1.0.json",
177
+ "url": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
161
178
  "versions": {
162
179
  "1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
163
180
  "2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
@@ -171,7 +188,8 @@
171
188
  "10.0.0": "https://www.schemastore.org/abc-supply-plan-10.0.0.json",
172
189
  "10.1.0": "https://www.schemastore.org/abc-supply-plan-10.1.0.json",
173
190
  "11.0.0": "https://www.schemastore.org/abc-supply-plan-11.0.0.json",
174
- "11.1.0": "https://www.schemastore.org/abc-supply-plan-11.1.0.json"
191
+ "11.1.0": "https://www.schemastore.org/abc-supply-plan-11.1.0.json",
192
+ "11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json"
175
193
  }
176
194
  },
177
195
  {
@@ -390,11 +408,12 @@
390
408
  "name": "Aurora Agile Meta-Framework",
391
409
  "description": "Yaml for Aurora Agile Meta-Framework",
392
410
  "fileMatch": ["*.aurora.yaml", "*.aurora.yml"],
393
- "url": "https://www.schemastore.org/aurora-1.2.json",
411
+ "url": "https://www.schemastore.org/aurora-1.3.json",
394
412
  "versions": {
395
413
  "1.0": "https://www.schemastore.org/aurora-1.0.json",
396
414
  "1.1": "https://www.schemastore.org/aurora-1.1.json",
397
- "1.2": "https://www.schemastore.org/aurora-1.2.json"
415
+ "1.2": "https://www.schemastore.org/aurora-1.2.json",
416
+ "1.3": "https://www.schemastore.org/aurora-1.3.json"
398
417
  }
399
418
  },
400
419
  {
@@ -2545,6 +2564,12 @@
2545
2564
  "1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
2546
2565
  }
2547
2566
  },
2567
+ {
2568
+ "name": "Knip",
2569
+ "description": "Knip configuration files",
2570
+ "fileMatch": ["knip.json", ".knip.json", "knip.jsonc", ".knip.jsonc"],
2571
+ "url": "https://unpkg.com/knip@5/schema.json"
2572
+ },
2548
2573
  {
2549
2574
  "name": "KSail",
2550
2575
  "description": "Configuration for KSail",
@@ -2620,6 +2645,16 @@
2620
2645
  "fileMatch": ["metadata.yaml", "metadata.display.yaml"],
2621
2646
  "url": "https://www.schemastore.org/gcp-blueprint-metadata.json"
2622
2647
  },
2648
+ {
2649
+ "name": "Gemini CLI settings",
2650
+ "description": "Configuration for Gemini CLI settings files",
2651
+ "fileMatch": [
2652
+ "**/.gemini/settings.json",
2653
+ "**/gemini-cli/settings.json",
2654
+ "**/GeminiCli/settings.json"
2655
+ ],
2656
+ "url": "https://raw.githubusercontent.com/google-gemini/gemini-cli/refs/heads/main/schemas/settings.schema.json"
2657
+ },
2623
2658
  {
2624
2659
  "name": "Global Privacy Control",
2625
2660
  "description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
@@ -2642,7 +2677,8 @@
2642
2677
  "6.1": "https://gitversion.net/schemas/6.1/GitVersion.configuration.json",
2643
2678
  "6.2": "https://gitversion.net/schemas/6.2/GitVersion.configuration.json",
2644
2679
  "6.3": "https://gitversion.net/schemas/6.3/GitVersion.configuration.json",
2645
- "6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json"
2680
+ "6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
2681
+ "6.5": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json"
2646
2682
  }
2647
2683
  },
2648
2684
  {
@@ -3032,7 +3068,7 @@
3032
3068
  {
3033
3069
  "name": "Hayagriva",
3034
3070
  "description": "A bibliography management format for the modern age",
3035
- "url": "https://www.schemastore.org/hayagriva.json"
3071
+ "url": "https://jassielof.github.io/json-schemas/docs/hayagriva.schema.json"
3036
3072
  },
3037
3073
  {
3038
3074
  "name": "Hayson",
@@ -3167,7 +3203,8 @@
3167
3203
  "1.11": "https://ifstate.net/schema/1.11/ifstate.conf.schema.json",
3168
3204
  "1.12": "https://ifstate.net/schema/1.12/ifstate.conf.schema.json",
3169
3205
  "1.13": "https://ifstate.net/schema/1.13/ifstate.conf.schema.json",
3170
- "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"
3171
3208
  }
3172
3209
  },
3173
3210
  {
@@ -3310,8 +3347,9 @@
3310
3347
  "name": "JReleaser",
3311
3348
  "description": "JReleaser config file",
3312
3349
  "fileMatch": ["jreleaser.yml", "jreleaser.json"],
3313
- "url": "https://www.schemastore.org/jreleaser-1.20.0.json",
3350
+ "url": "https://www.schemastore.org/jreleaser-1.21.0.json",
3314
3351
  "versions": {
3352
+ "1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
3315
3353
  "1.20.0": "https://www.schemastore.org/jreleaser-1.20.0.json",
3316
3354
  "1.19.0": "https://www.schemastore.org/jreleaser-1.19.0.json",
3317
3355
  "1.18.0": "https://www.schemastore.org/jreleaser-1.18.0.json",
@@ -4951,7 +4989,7 @@
4951
4989
  "name": "QType AI DSL",
4952
4990
  "description": "A DSL for rapid prototyping of AI applications",
4953
4991
  "fileMatch": ["qtype.config.yaml", "*.qtype.yaml"],
4954
- "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"
4955
4993
  },
4956
4994
  {
4957
4995
  "name": "Railway",
@@ -4959,6 +4997,12 @@
4959
4997
  "fileMatch": ["railway.toml", "railway.json"],
4960
4998
  "url": "https://railway.com/railway.schema.json"
4961
4999
  },
5000
+ {
5001
+ "name": "Railpack",
5002
+ "description": "Configuration file for Railpack deployment tool",
5003
+ "fileMatch": ["railpack.json"],
5004
+ "url": "https://schema.railpack.com"
5005
+ },
4962
5006
  {
4963
5007
  "name": "Rattler-build",
4964
5008
  "description": "Rattler-build recipe",
@@ -6080,7 +6124,7 @@
6080
6124
  "name": "Typst Manifest",
6081
6125
  "description": "Typst package manifest file (typst.toml)",
6082
6126
  "fileMatch": ["typst.toml"],
6083
- "url": "https://www.schemastore.org/typst.json"
6127
+ "url": "https://jassielof.github.io/json-schemas/docs/typst.schema.json"
6084
6128
  },
6085
6129
  {
6086
6130
  "name": "typos.toml",
@@ -6241,29 +6285,8 @@
6241
6285
  "3.1.0": "https://www.schemastore.org/venvironment-schema-v3.1.0.json",
6242
6286
  "3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
6243
6287
  "4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
6244
- "4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json"
6245
- }
6246
- },
6247
- {
6248
- "name": "venvironment-basic.yaml",
6249
- "description": "Test environment for Vector Test Unit Runner",
6250
- "fileMatch": [
6251
- "venvironment-basic.yaml",
6252
- "*.venvironment-basic.yaml",
6253
- "venvironment-basic.yml",
6254
- "*.venvironment-basic.yml",
6255
- "venvironment-basic.json",
6256
- "*.venvironment-basic.json"
6257
- ],
6258
- "url": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json",
6259
- "versions": {
6260
- "1.0.0": "https://www.schemastore.org/venvironment-basic-schema-v1.0.0.json",
6261
- "1.1.0": "https://www.schemastore.org/venvironment-basic-schema-v1.1.0.json",
6262
- "2.0.0": "https://www.schemastore.org/venvironment-basic-schema-v2.0.0.json",
6263
- "2.1.0": "https://www.schemastore.org/venvironment-basic-schema-v2.1.0.json",
6264
- "3.0.0": "https://www.schemastore.org/venvironment-basic-schema-v3.0.0.json",
6265
- "3.2.0": "https://www.schemastore.org/venvironment-basic-schema-v3.2.0.json",
6266
- "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"
6267
6290
  }
6268
6291
  },
6269
6292
  {
@@ -6282,22 +6305,6 @@
6282
6305
  "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
6283
6306
  }
6284
6307
  },
6285
- {
6286
- "name": "venvplus-basic.yaml",
6287
- "description": "venvplus-basic settings of Vector Test Unit Runner",
6288
- "fileMatch": [
6289
- "venvplus-basic.yaml",
6290
- "*.venvplus-basic.yaml",
6291
- "venvplus-basic.yml",
6292
- "*.venvplus-basic.yml",
6293
- "venvplus-basic.json",
6294
- "*.venvplus-basic.json"
6295
- ],
6296
- "url": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json",
6297
- "versions": {
6298
- "1.0.0": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json"
6299
- }
6300
- },
6301
6308
  {
6302
6309
  "name": "Version Bumper config",
6303
6310
  "description": "Configuration for Version Bumper, a Composer plugin to bump project versions during release preparations",
@@ -6896,6 +6903,15 @@
6896
6903
  "fileMatch": ["**/api.json"],
6897
6904
  "url": "https://www.schemastore.org/apibuilder.json"
6898
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
+ },
6899
6915
  {
6900
6916
  "name": "Gradle Enterprise",
6901
6917
  "description": "Gradle Enterprise configuration",
@@ -7331,7 +7347,7 @@
7331
7347
  "name": "Butane Config",
7332
7348
  "description": "Fedora CoreOS Butane config file",
7333
7349
  "fileMatch": ["*.bu"],
7334
- "url": "https://raw.githubusercontent.com/Relativ-IT/Butane-Schemas/Release/Butane-Schema.json"
7350
+ "url": "https://relativ-it.github.io/Butane-Schemas/Butane-Schema.json"
7335
7351
  },
7336
7352
  {
7337
7353
  "name": "Updatecli Compose",
@@ -8286,6 +8302,18 @@
8286
8302
  ],
8287
8303
  "url": "https://raw.githubusercontent.com/wiremock/wiremock/refs/heads/master/schemas/wiremock-stub-mapping-or-mappings.json"
8288
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
+ },
8289
8317
  {
8290
8318
  "name": "Bitmovin Encoding Template",
8291
8319
  "description": "An encoding workflow from a single configuration template",
@@ -8749,6 +8777,12 @@
8749
8777
  "**/destination-*/metadata.yaml"
8750
8778
  ],
8751
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"
8752
8786
  }
8753
8787
  ]
8754
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"}