@theia/core 1.73.0-next.3 → 1.73.0-next.39
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/README.md +19 -9
- package/lib/browser/authentication-service.d.ts +2 -0
- package/lib/browser/authentication-service.d.ts.map +1 -1
- package/lib/browser/authentication-service.js +8 -2
- package/lib/browser/authentication-service.js.map +1 -1
- package/lib/browser/catalog.json +222 -66
- package/lib/browser/frontend-application.d.ts +2 -0
- package/lib/browser/frontend-application.d.ts.map +1 -1
- package/lib/browser/frontend-application.js +15 -9
- package/lib/browser/frontend-application.js.map +1 -1
- package/lib/browser/json-schema-store.d.ts +2 -0
- package/lib/browser/json-schema-store.d.ts.map +1 -1
- package/lib/browser/json-schema-store.js +8 -2
- package/lib/browser/json-schema-store.js.map +1 -1
- package/lib/browser/keybinding.js +2 -1
- package/lib/browser/keybinding.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown.d.ts +1 -1
- package/lib/browser/markdown-rendering/markdown.d.ts.map +1 -1
- package/lib/browser/markdown-rendering/markdown.js +1 -1
- package/lib/browser/markdown-rendering/markdown.js.map +1 -1
- package/lib/browser/menu/composite-menu-node.js +4 -4
- package/lib/browser/menu/composite-menu-node.js.map +1 -1
- package/lib/browser/preferences/frontend-config-preference-contributions.d.ts +2 -0
- package/lib/browser/preferences/frontend-config-preference-contributions.d.ts.map +1 -1
- package/lib/browser/preferences/frontend-config-preference-contributions.js +7 -1
- package/lib/browser/preferences/frontend-config-preference-contributions.js.map +1 -1
- package/lib/browser/preferences/preference-proxy.spec.js +7 -0
- package/lib/browser/preferences/preference-proxy.spec.js.map +1 -1
- package/lib/browser/preferences/preference-schema-provider.spec.js +3 -0
- package/lib/browser/preferences/preference-schema-provider.spec.js.map +1 -1
- package/lib/browser/preferences/preference-validation-service.d.ts +2 -0
- package/lib/browser/preferences/preference-validation-service.d.ts.map +1 -1
- package/lib/browser/preferences/preference-validation-service.js +11 -5
- package/lib/browser/preferences/preference-validation-service.js.map +1 -1
- package/lib/browser/preferences/preference-validation-service.spec.js +2 -0
- package/lib/browser/preferences/preference-validation-service.spec.js.map +1 -1
- package/lib/browser/quick-input/quick-view-service.d.ts +1 -0
- package/lib/browser/quick-input/quick-view-service.d.ts.map +1 -1
- package/lib/browser/quick-input/quick-view-service.js +6 -1
- package/lib/browser/quick-input/quick-view-service.js.map +1 -1
- package/lib/browser/quick-input/quick-view-service.spec.d.ts +2 -0
- package/lib/browser/quick-input/quick-view-service.spec.d.ts.map +1 -0
- package/lib/browser/quick-input/quick-view-service.spec.js +41 -0
- package/lib/browser/quick-input/quick-view-service.spec.js.map +1 -0
- package/lib/browser/secondary-window-handler.d.ts +2 -0
- package/lib/browser/secondary-window-handler.d.ts.map +1 -1
- package/lib/browser/secondary-window-handler.js +12 -6
- package/lib/browser/secondary-window-handler.js.map +1 -1
- package/lib/browser/shell/application-shell.d.ts +2 -0
- package/lib/browser/shell/application-shell.d.ts.map +1 -1
- package/lib/browser/shell/application-shell.js +9 -3
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +4 -4
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +2 -2
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js +131 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js.map +1 -1
- package/lib/browser/status-bar/status-bar.d.ts +2 -2
- package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
- package/lib/browser/status-bar/status-bar.js.map +1 -1
- package/lib/browser/test/jsdom.d.ts +4 -0
- package/lib/browser/test/jsdom.d.ts.map +1 -1
- package/lib/browser/test/jsdom.js +18 -0
- package/lib/browser/test/jsdom.js.map +1 -1
- package/lib/browser/tree/tree-container.spec.js +4 -0
- package/lib/browser/tree/tree-container.spec.js.map +1 -1
- package/lib/browser/tree/tree-widget.js +2 -2
- package/lib/browser/tree/tree-widget.js.map +1 -1
- package/lib/browser/tree/tree.d.ts +2 -0
- package/lib/browser/tree/tree.d.ts.map +1 -1
- package/lib/browser/tree/tree.js +7 -1
- package/lib/browser/tree/tree.js.map +1 -1
- package/lib/browser/window/default-window-service.d.ts +2 -1
- package/lib/browser/window/default-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-window-service.js +10 -5
- package/lib/browser/window/default-window-service.js.map +1 -1
- package/lib/browser/window/default-window-service.spec.js +2 -0
- package/lib/browser/window/default-window-service.spec.js.map +1 -1
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +2 -0
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +8 -2
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
- package/lib/common/command.d.ts +2 -0
- package/lib/common/command.d.ts.map +1 -1
- package/lib/common/command.js +10 -4
- package/lib/common/command.js.map +1 -1
- package/lib/common/preferences/injectable-preference-proxy.d.ts +3 -3
- package/lib/common/preferences/injectable-preference-proxy.d.ts.map +1 -1
- package/lib/common/preferences/injectable-preference-proxy.js +6 -1
- package/lib/common/preferences/injectable-preference-proxy.js.map +1 -1
- package/lib/common/preferences/preference-proxy.d.ts.map +1 -1
- package/lib/common/preferences/preference-proxy.js +6 -1
- package/lib/common/preferences/preference-proxy.js.map +1 -1
- package/lib/electron-main/electron-main-application.d.ts.map +1 -1
- package/lib/electron-main/electron-main-application.js +4 -2
- package/lib/electron-main/electron-main-application.js.map +1 -1
- package/lib/electron-node/request/electron-backend-request-service.d.ts +2 -0
- package/lib/electron-node/request/electron-backend-request-service.d.ts.map +1 -1
- package/lib/electron-node/request/electron-backend-request-service.js +7 -1
- package/lib/electron-node/request/electron-backend-request-service.js.map +1 -1
- package/lib/electron-node/token/electron-token-backend-contribution.d.ts +2 -0
- package/lib/electron-node/token/electron-token-backend-contribution.d.ts.map +1 -1
- package/lib/electron-node/token/electron-token-backend-contribution.js +7 -1
- package/lib/electron-node/token/electron-token-backend-contribution.js.map +1 -1
- package/lib/electron-node/token/electron-token-validator.d.ts +2 -0
- package/lib/electron-node/token/electron-token-validator.d.ts.map +1 -1
- package/lib/electron-node/token/electron-token-validator.js +7 -1
- package/lib/electron-node/token/electron-token-validator.js.map +1 -1
- package/lib/node/backend-application.d.ts +2 -0
- package/lib/node/backend-application.d.ts.map +1 -1
- package/lib/node/backend-application.js +17 -11
- package/lib/node/backend-application.js.map +1 -1
- package/lib/node/backend-application.spec.js +3 -2
- package/lib/node/backend-application.spec.js.map +1 -1
- package/lib/node/logger-cli-contribution.d.ts +6 -0
- package/lib/node/logger-cli-contribution.d.ts.map +1 -1
- package/lib/node/logger-cli-contribution.js +28 -5
- package/lib/node/logger-cli-contribution.js.map +1 -1
- package/lib/node/logger-cli-contribution.spec.js +54 -0
- package/lib/node/logger-cli-contribution.spec.js.map +1 -1
- package/lib/node/messaging/default-messaging-service.d.ts +2 -0
- package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
- package/lib/node/messaging/default-messaging-service.js +8 -2
- package/lib/node/messaging/default-messaging-service.js.map +1 -1
- package/lib/node/messaging/test/default-messaging-service.spec.js +2 -0
- package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -1
- package/lib/node/messaging/websocket-endpoint.d.ts +2 -0
- package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
- package/lib/node/messaging/websocket-endpoint.js +7 -1
- package/lib/node/messaging/websocket-endpoint.js.map +1 -1
- package/lib/node/process-utils.d.ts +2 -0
- package/lib/node/process-utils.d.ts.map +1 -1
- package/lib/node/process-utils.js +8 -2
- package/lib/node/process-utils.js.map +1 -1
- package/lib/node/process-utils.spec.js +11 -9
- package/lib/node/process-utils.spec.js.map +1 -1
- package/package.json +26 -16
- package/src/browser/authentication-service.ts +6 -3
- package/src/browser/frontend-application.ts +13 -9
- package/src/browser/json-schema-store.ts +6 -2
- package/src/browser/keybinding.ts +2 -2
- package/src/browser/markdown-rendering/markdown.tsx +2 -2
- package/src/browser/menu/composite-menu-node.ts +4 -4
- package/src/browser/preferences/frontend-config-preference-contributions.ts +7 -2
- package/src/browser/preferences/preference-proxy.spec.ts +8 -0
- package/src/browser/preferences/preference-schema-provider.spec.ts +5 -0
- package/src/browser/preferences/preference-validation-service.spec.ts +3 -1
- package/src/browser/preferences/preference-validation-service.ts +9 -6
- package/src/browser/quick-input/quick-view-service.spec.ts +50 -0
- package/src/browser/quick-input/quick-view-service.ts +5 -0
- package/src/browser/secondary-window-handler.ts +11 -7
- package/src/browser/shell/application-shell.ts +8 -4
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +4 -4
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +2 -2
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.ts +159 -1
- package/src/browser/status-bar/status-bar.tsx +3 -3
- package/src/browser/test/jsdom.ts +18 -0
- package/src/browser/tree/tree-container.spec.ts +6 -0
- package/src/browser/tree/tree-widget.tsx +2 -2
- package/src/browser/tree/tree.ts +6 -2
- package/src/browser/window/default-window-service.spec.ts +3 -1
- package/src/browser/window/default-window-service.ts +9 -6
- package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +8 -3
- package/src/common/command.ts +8 -4
- package/src/common/preferences/injectable-preference-proxy.ts +10 -4
- package/src/common/preferences/preference-proxy.ts +10 -4
- package/src/electron-main/electron-main-application.ts +4 -2
- package/src/electron-node/request/electron-backend-request-service.ts +6 -2
- package/src/electron-node/token/electron-token-backend-contribution.ts +6 -2
- package/src/electron-node/token/electron-token-validator.ts +6 -2
- package/src/node/backend-application.spec.ts +3 -3
- package/src/node/backend-application.ts +15 -11
- package/src/node/logger-cli-contribution.spec.ts +65 -0
- package/src/node/logger-cli-contribution.ts +32 -5
- package/src/node/messaging/default-messaging-service.ts +6 -2
- package/src/node/messaging/test/default-messaging-service.spec.ts +3 -1
- package/src/node/messaging/websocket-endpoint.ts +6 -2
- package/src/node/process-utils.spec.ts +12 -9
- package/src/node/process-utils.ts +7 -3
package/lib/browser/catalog.json
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
"$schema": "https://www.schemastore.org/schema-catalog.json",
|
|
3
3
|
"version": 1,
|
|
4
4
|
"schemas": [
|
|
5
|
+
{
|
|
6
|
+
"name": "SigmaCV CV",
|
|
7
|
+
"description": "SigmaCV canonical academic-CV object \u2014 open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
|
|
8
|
+
"fileMatch": ["**/*.sigmacv.json"],
|
|
9
|
+
"url": "https://www.schemastore.org/sigmacv.json"
|
|
10
|
+
},
|
|
5
11
|
{
|
|
6
12
|
"name": "revola.json",
|
|
7
13
|
"description": "Configuration file for Revola",
|
|
@@ -64,7 +70,9 @@
|
|
|
64
70
|
"fileMatch": [
|
|
65
71
|
".platform.app.yml",
|
|
66
72
|
".platform.app.yaml",
|
|
67
|
-
"**/.platform.app.yml"
|
|
73
|
+
"**/.platform.app.yml",
|
|
74
|
+
"**/.platform/applications.yml",
|
|
75
|
+
"**/.platform/applications.yaml"
|
|
68
76
|
],
|
|
69
77
|
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
|
|
70
78
|
},
|
|
@@ -199,7 +207,7 @@
|
|
|
199
207
|
"name": ".aiproj.json",
|
|
200
208
|
"description": "Settings for project analysis by the Application Inspector",
|
|
201
209
|
"fileMatch": [".aiproj.json"],
|
|
202
|
-
"url": "https://www.schemastore.org/aiproj-1.
|
|
210
|
+
"url": "https://www.schemastore.org/aiproj-1.10.json",
|
|
203
211
|
"versions": {
|
|
204
212
|
"1.0": "https://www.schemastore.org/aiproj-1.0.json",
|
|
205
213
|
"1.1": "https://www.schemastore.org/aiproj-1.1.json",
|
|
@@ -210,7 +218,8 @@
|
|
|
210
218
|
"1.6": "https://www.schemastore.org/aiproj-1.6.json",
|
|
211
219
|
"1.7": "https://www.schemastore.org/aiproj-1.7.json",
|
|
212
220
|
"1.8": "https://www.schemastore.org/aiproj-1.8.json",
|
|
213
|
-
"1.9": "https://www.schemastore.org/aiproj-1.9.json"
|
|
221
|
+
"1.9": "https://www.schemastore.org/aiproj-1.9.json",
|
|
222
|
+
"1.10": "https://www.schemastore.org/aiproj-1.10.json"
|
|
214
223
|
}
|
|
215
224
|
},
|
|
216
225
|
{
|
|
@@ -1205,6 +1214,12 @@
|
|
|
1205
1214
|
"fileMatch": [".bowerrc"],
|
|
1206
1215
|
"url": "https://www.schemastore.org/bowerrc.json"
|
|
1207
1216
|
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "BOSH BPM Config",
|
|
1219
|
+
"description": "Config for Jobs in BOSH Releases to utilize BPM",
|
|
1220
|
+
"fileMatch": ["**/jobs/*/config/bpm.yml"],
|
|
1221
|
+
"url": "https://www.schemastore.org/bosh-bpm-config.json"
|
|
1222
|
+
},
|
|
1208
1223
|
{
|
|
1209
1224
|
"name": "BOSH CPI Config",
|
|
1210
1225
|
"description": "CPI-specific config for BOSH Director",
|
|
@@ -1724,6 +1739,12 @@
|
|
|
1724
1739
|
"fileMatch": ["**/debian/upstream/metadata"],
|
|
1725
1740
|
"url": "https://salsa.debian.org/debian/debian-json-schemas/-/raw/main/schemas/debian-upstream-metadata/debian-upstream-metadata-latest.json"
|
|
1726
1741
|
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "DebtLens",
|
|
1744
|
+
"description": "Configuration file for the DebtLens maintainability scanner",
|
|
1745
|
+
"fileMatch": ["debtlens.config.json", ".debtlensrc.json"],
|
|
1746
|
+
"url": "https://raw.githubusercontent.com/ColumbusLabs/DebtLens/main/schema/debtlens.config.schema.json"
|
|
1747
|
+
},
|
|
1727
1748
|
{
|
|
1728
1749
|
"name": "Deck config",
|
|
1729
1750
|
"description": "Deck is a tool for creating presentation using Markdown and Google Slides",
|
|
@@ -1887,6 +1908,12 @@
|
|
|
1887
1908
|
"fileMatch": ["**/charts/*/tests/*.yaml"],
|
|
1888
1909
|
"url": "https://raw.githubusercontent.com/helm-unittest/helm-unittest/refs/heads/main/schema/helm-testsuite.json"
|
|
1889
1910
|
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "Hex file",
|
|
1913
|
+
"description": "Hex notebook file format - create and maintain data notebooks on Hex.tech",
|
|
1914
|
+
"fileMatch": ["*.hex.yaml"],
|
|
1915
|
+
"url": "https://static.hex.site/hex-file-schema.json"
|
|
1916
|
+
},
|
|
1890
1917
|
{
|
|
1891
1918
|
"name": "CircleCI config.yml",
|
|
1892
1919
|
"description": "CircleCI config files",
|
|
@@ -1963,6 +1990,12 @@
|
|
|
1963
1990
|
"fileMatch": ["**/.codex/hooks.json"],
|
|
1964
1991
|
"url": "https://www.schemastore.org/codex-hooks.json"
|
|
1965
1992
|
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "Codex Skill Metadata",
|
|
1995
|
+
"description": "OpenAI Codex skill metadata file",
|
|
1996
|
+
"fileMatch": ["**/agents/openai.yaml"],
|
|
1997
|
+
"url": "https://www.schemastore.org/codex-skill-metadata.json"
|
|
1998
|
+
},
|
|
1966
1999
|
{
|
|
1967
2000
|
"name": "codemagic",
|
|
1968
2001
|
"description": "Codemagic CI/CD file configuration",
|
|
@@ -1979,7 +2012,13 @@
|
|
|
1979
2012
|
"name": "devcontainer.json",
|
|
1980
2013
|
"description": "dev container configuration files",
|
|
1981
2014
|
"fileMatch": ["devcontainer.json", ".devcontainer.json"],
|
|
1982
|
-
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json"
|
|
2015
|
+
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"name": "devcontainer-feature.json",
|
|
2019
|
+
"description": "Dev Container Feature metadata files",
|
|
2020
|
+
"fileMatch": ["devcontainer-feature.json"],
|
|
2021
|
+
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
|
|
1983
2022
|
},
|
|
1984
2023
|
{
|
|
1985
2024
|
"name": "Codecov configuration files",
|
|
@@ -2235,6 +2274,17 @@
|
|
|
2235
2274
|
"fileMatch": ["coffeelint.json"],
|
|
2236
2275
|
"url": "https://www.schemastore.org/coffeelint.json"
|
|
2237
2276
|
},
|
|
2277
|
+
{
|
|
2278
|
+
"name": "commit-check",
|
|
2279
|
+
"description": "Configuration for commit-check, a commit message, branch naming, and push linter",
|
|
2280
|
+
"fileMatch": [
|
|
2281
|
+
"cchk.toml",
|
|
2282
|
+
"commit-check.toml",
|
|
2283
|
+
"**/.github/cchk.toml",
|
|
2284
|
+
"**/.github/commit-check.toml"
|
|
2285
|
+
],
|
|
2286
|
+
"url": "https://www.schemastore.org/commit-check.json"
|
|
2287
|
+
},
|
|
2238
2288
|
{
|
|
2239
2289
|
"name": "committed.toml",
|
|
2240
2290
|
"description": "committed configuration file",
|
|
@@ -2434,8 +2484,13 @@
|
|
|
2434
2484
|
},
|
|
2435
2485
|
{
|
|
2436
2486
|
"name": "dependabot-v2.json",
|
|
2437
|
-
"description": "
|
|
2438
|
-
"fileMatch": [
|
|
2487
|
+
"description": "Dependabot v2 configuration files",
|
|
2488
|
+
"fileMatch": [
|
|
2489
|
+
"**/.azuredevops/dependabot.yml",
|
|
2490
|
+
"**/.azuredevops/dependabot.yaml",
|
|
2491
|
+
"**/.github/dependabot.yml",
|
|
2492
|
+
"**/.github/dependabot.yaml"
|
|
2493
|
+
],
|
|
2439
2494
|
"url": "https://www.schemastore.org/dependabot-2.0.json"
|
|
2440
2495
|
},
|
|
2441
2496
|
{
|
|
@@ -2713,11 +2768,12 @@
|
|
|
2713
2768
|
"**/src/main/resources/apis/*/*.yaml",
|
|
2714
2769
|
"**/src/main/resources/apis/*/*.yml"
|
|
2715
2770
|
],
|
|
2716
|
-
"url": "https://www.schemastore.org/enonic-xp-api-8.0.0
|
|
2771
|
+
"url": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
|
|
2717
2772
|
"versions": {
|
|
2718
|
-
"latest": "https://www.schemastore.org/enonic-xp-api-8.0.0
|
|
2773
|
+
"latest": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
|
|
2719
2774
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
|
|
2720
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json"
|
|
2775
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
|
|
2776
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-api-8.0.0.json"
|
|
2721
2777
|
}
|
|
2722
2778
|
},
|
|
2723
2779
|
{
|
|
@@ -2727,11 +2783,12 @@
|
|
|
2727
2783
|
"**/src/main/resources/admin/extensions/*/*.yaml",
|
|
2728
2784
|
"**/src/main/resources/admin/extensions/*/*.yml"
|
|
2729
2785
|
],
|
|
2730
|
-
"url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0
|
|
2786
|
+
"url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
|
|
2731
2787
|
"versions": {
|
|
2732
|
-
"latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0
|
|
2788
|
+
"latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
|
|
2733
2789
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
|
|
2734
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json"
|
|
2790
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
|
|
2791
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json"
|
|
2735
2792
|
}
|
|
2736
2793
|
},
|
|
2737
2794
|
{
|
|
@@ -2741,11 +2798,12 @@
|
|
|
2741
2798
|
"**/src/main/resources/admin/tools/*/*.yaml",
|
|
2742
2799
|
"**/src/main/resources/admin/tools/*/*.yml"
|
|
2743
2800
|
],
|
|
2744
|
-
"url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0
|
|
2801
|
+
"url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
|
|
2745
2802
|
"versions": {
|
|
2746
|
-
"latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0
|
|
2803
|
+
"latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
|
|
2747
2804
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
|
|
2748
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json"
|
|
2805
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
|
|
2806
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json"
|
|
2749
2807
|
}
|
|
2750
2808
|
},
|
|
2751
2809
|
{
|
|
@@ -2755,11 +2813,12 @@
|
|
|
2755
2813
|
"**/src/main/resources/enonic.yaml",
|
|
2756
2814
|
"**/src/main/resources/enonic.yml"
|
|
2757
2815
|
],
|
|
2758
|
-
"url": "https://www.schemastore.org/enonic-xp-application-8.0.0
|
|
2816
|
+
"url": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
|
|
2759
2817
|
"versions": {
|
|
2760
|
-
"latest": "https://www.schemastore.org/enonic-xp-application-8.0.0
|
|
2818
|
+
"latest": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
|
|
2761
2819
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
|
|
2762
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json"
|
|
2820
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
|
|
2821
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-application-8.0.0.json"
|
|
2763
2822
|
}
|
|
2764
2823
|
},
|
|
2765
2824
|
{
|
|
@@ -2769,11 +2828,12 @@
|
|
|
2769
2828
|
"**/src/main/resources/cms/cms.yaml",
|
|
2770
2829
|
"**/src/main/resources/cms/cms.yml"
|
|
2771
2830
|
],
|
|
2772
|
-
"url": "https://www.schemastore.org/enonic-xp-cms-8.0.0
|
|
2831
|
+
"url": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
|
|
2773
2832
|
"versions": {
|
|
2774
|
-
"latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0
|
|
2833
|
+
"latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
|
|
2775
2834
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
|
|
2776
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json"
|
|
2835
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
|
|
2836
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json"
|
|
2777
2837
|
}
|
|
2778
2838
|
},
|
|
2779
2839
|
{
|
|
@@ -2783,11 +2843,12 @@
|
|
|
2783
2843
|
"**/src/main/resources/cms/content-types/*/*.yaml",
|
|
2784
2844
|
"**/src/main/resources/cms/content-types/*/*.yml"
|
|
2785
2845
|
],
|
|
2786
|
-
"url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0
|
|
2846
|
+
"url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
|
|
2787
2847
|
"versions": {
|
|
2788
|
-
"latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0
|
|
2848
|
+
"latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
|
|
2789
2849
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
|
|
2790
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json"
|
|
2850
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
|
|
2851
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json"
|
|
2791
2852
|
}
|
|
2792
2853
|
},
|
|
2793
2854
|
{
|
|
@@ -2797,11 +2858,12 @@
|
|
|
2797
2858
|
"**/src/main/resources/cms/form-fragments/*/*.yaml",
|
|
2798
2859
|
"**/src/main/resources/cms/form-fragments/*/*.yml"
|
|
2799
2860
|
],
|
|
2800
|
-
"url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0
|
|
2861
|
+
"url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
|
|
2801
2862
|
"versions": {
|
|
2802
|
-
"latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0
|
|
2863
|
+
"latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
|
|
2803
2864
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
|
|
2804
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json"
|
|
2865
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
|
|
2866
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json"
|
|
2805
2867
|
}
|
|
2806
2868
|
},
|
|
2807
2869
|
{
|
|
@@ -2811,11 +2873,12 @@
|
|
|
2811
2873
|
"**/src/main/resources/idprovider/idprovider.yaml",
|
|
2812
2874
|
"**/src/main/resources/idprovider/idprovider.yml"
|
|
2813
2875
|
],
|
|
2814
|
-
"url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0
|
|
2876
|
+
"url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
|
|
2815
2877
|
"versions": {
|
|
2816
|
-
"latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0
|
|
2878
|
+
"latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
|
|
2817
2879
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
|
|
2818
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json"
|
|
2880
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
|
|
2881
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json"
|
|
2819
2882
|
}
|
|
2820
2883
|
},
|
|
2821
2884
|
{
|
|
@@ -2825,11 +2888,12 @@
|
|
|
2825
2888
|
"**/src/main/resources/cms/layouts/*/*.yaml",
|
|
2826
2889
|
"**/src/main/resources/cms/layouts/*/*.yml"
|
|
2827
2890
|
],
|
|
2828
|
-
"url": "https://www.schemastore.org/enonic-xp-layout-8.0.0
|
|
2891
|
+
"url": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
|
|
2829
2892
|
"versions": {
|
|
2830
|
-
"latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0
|
|
2893
|
+
"latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
|
|
2831
2894
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
|
|
2832
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json"
|
|
2895
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
|
|
2896
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json"
|
|
2833
2897
|
}
|
|
2834
2898
|
},
|
|
2835
2899
|
{
|
|
@@ -2839,11 +2903,12 @@
|
|
|
2839
2903
|
"**/src/main/resources/cms/macros/*/*.yaml",
|
|
2840
2904
|
"**/src/main/resources/cms/macros/*/*.yml"
|
|
2841
2905
|
],
|
|
2842
|
-
"url": "https://www.schemastore.org/enonic-xp-macro-8.0.0
|
|
2906
|
+
"url": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
|
|
2843
2907
|
"versions": {
|
|
2844
|
-
"latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0
|
|
2908
|
+
"latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
|
|
2845
2909
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
|
|
2846
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json"
|
|
2910
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
|
|
2911
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json"
|
|
2847
2912
|
}
|
|
2848
2913
|
},
|
|
2849
2914
|
{
|
|
@@ -2853,11 +2918,12 @@
|
|
|
2853
2918
|
"**/src/main/resources/cms/mixins/*/*.yaml",
|
|
2854
2919
|
"**/src/main/resources/cms/mixins/*/*.yml"
|
|
2855
2920
|
],
|
|
2856
|
-
"url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0
|
|
2921
|
+
"url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
|
|
2857
2922
|
"versions": {
|
|
2858
|
-
"latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0
|
|
2923
|
+
"latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
|
|
2859
2924
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
|
|
2860
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json"
|
|
2925
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
|
|
2926
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json"
|
|
2861
2927
|
}
|
|
2862
2928
|
},
|
|
2863
2929
|
{
|
|
@@ -2867,11 +2933,12 @@
|
|
|
2867
2933
|
"**/src/main/resources/cms/pages/*/*.yaml",
|
|
2868
2934
|
"**/src/main/resources/cms/pages/*/*.yml"
|
|
2869
2935
|
],
|
|
2870
|
-
"url": "https://www.schemastore.org/enonic-xp-page-8.0.0
|
|
2936
|
+
"url": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
|
|
2871
2937
|
"versions": {
|
|
2872
|
-
"latest": "https://www.schemastore.org/enonic-xp-page-8.0.0
|
|
2938
|
+
"latest": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
|
|
2873
2939
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
|
|
2874
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json"
|
|
2940
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
|
|
2941
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-page-8.0.0.json"
|
|
2875
2942
|
}
|
|
2876
2943
|
},
|
|
2877
2944
|
{
|
|
@@ -2881,11 +2948,12 @@
|
|
|
2881
2948
|
"**/src/main/resources/cms/parts/*/*.yaml",
|
|
2882
2949
|
"**/src/main/resources/cms/parts/*/*.yml"
|
|
2883
2950
|
],
|
|
2884
|
-
"url": "https://www.schemastore.org/enonic-xp-part-8.0.0
|
|
2951
|
+
"url": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
|
|
2885
2952
|
"versions": {
|
|
2886
|
-
"latest": "https://www.schemastore.org/enonic-xp-part-8.0.0
|
|
2953
|
+
"latest": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
|
|
2887
2954
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
|
|
2888
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json"
|
|
2955
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
|
|
2956
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-part-8.0.0.json"
|
|
2889
2957
|
}
|
|
2890
2958
|
},
|
|
2891
2959
|
{
|
|
@@ -2895,11 +2963,12 @@
|
|
|
2895
2963
|
"**/src/main/resources/services/*/*.yaml",
|
|
2896
2964
|
"**/src/main/resources/services/*/*.yml"
|
|
2897
2965
|
],
|
|
2898
|
-
"url": "https://www.schemastore.org/enonic-xp-service-8.0.0
|
|
2966
|
+
"url": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
|
|
2899
2967
|
"versions": {
|
|
2900
|
-
"latest": "https://www.schemastore.org/enonic-xp-service-8.0.0
|
|
2968
|
+
"latest": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
|
|
2901
2969
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
|
|
2902
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json"
|
|
2970
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
|
|
2971
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-service-8.0.0.json"
|
|
2903
2972
|
}
|
|
2904
2973
|
},
|
|
2905
2974
|
{
|
|
@@ -2909,11 +2978,12 @@
|
|
|
2909
2978
|
"**/src/main/resources/cms/site.yaml",
|
|
2910
2979
|
"**/src/main/resources/cms/site.yml"
|
|
2911
2980
|
],
|
|
2912
|
-
"url": "https://www.schemastore.org/enonic-xp-site-8.0.0
|
|
2981
|
+
"url": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
|
|
2913
2982
|
"versions": {
|
|
2914
|
-
"latest": "https://www.schemastore.org/enonic-xp-site-8.0.0
|
|
2983
|
+
"latest": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
|
|
2915
2984
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
|
|
2916
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json"
|
|
2985
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
|
|
2986
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-site-8.0.0.json"
|
|
2917
2987
|
}
|
|
2918
2988
|
},
|
|
2919
2989
|
{
|
|
@@ -2923,11 +2993,12 @@
|
|
|
2923
2993
|
"**/src/main/resources/cms/style/style.yaml",
|
|
2924
2994
|
"**/src/main/resources/cms/style/style.yml"
|
|
2925
2995
|
],
|
|
2926
|
-
"url": "https://www.schemastore.org/enonic-xp-style-8.0.0
|
|
2996
|
+
"url": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
|
|
2927
2997
|
"versions": {
|
|
2928
|
-
"latest": "https://www.schemastore.org/enonic-xp-style-8.0.0
|
|
2998
|
+
"latest": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
|
|
2929
2999
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
|
|
2930
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json"
|
|
3000
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
|
|
3001
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-style-8.0.0.json"
|
|
2931
3002
|
}
|
|
2932
3003
|
},
|
|
2933
3004
|
{
|
|
@@ -2937,11 +3008,12 @@
|
|
|
2937
3008
|
"**/src/main/resources/tasks/*/*.yaml",
|
|
2938
3009
|
"**/src/main/resources/tasks/*/*.yml"
|
|
2939
3010
|
],
|
|
2940
|
-
"url": "https://www.schemastore.org/enonic-xp-task-8.0.0
|
|
3011
|
+
"url": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
|
|
2941
3012
|
"versions": {
|
|
2942
|
-
"latest": "https://www.schemastore.org/enonic-xp-task-8.0.0
|
|
3013
|
+
"latest": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
|
|
2943
3014
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
|
|
2944
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json"
|
|
3015
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
|
|
3016
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-task-8.0.0.json"
|
|
2945
3017
|
}
|
|
2946
3018
|
},
|
|
2947
3019
|
{
|
|
@@ -2951,11 +3023,12 @@
|
|
|
2951
3023
|
"**/src/main/resources/webapp/webapp.yaml",
|
|
2952
3024
|
"**/src/main/resources/webapp/webapp.yml"
|
|
2953
3025
|
],
|
|
2954
|
-
"url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0
|
|
3026
|
+
"url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
|
|
2955
3027
|
"versions": {
|
|
2956
|
-
"latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0
|
|
3028
|
+
"latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
|
|
2957
3029
|
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
|
|
2958
|
-
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json"
|
|
3030
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
|
|
3031
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json"
|
|
2959
3032
|
}
|
|
2960
3033
|
},
|
|
2961
3034
|
{
|
|
@@ -3127,6 +3200,12 @@
|
|
|
3127
3200
|
],
|
|
3128
3201
|
"url": "https://www.schemastore.org/eslintrc.json"
|
|
3129
3202
|
},
|
|
3203
|
+
{
|
|
3204
|
+
"name": "ESLint Suppressions",
|
|
3205
|
+
"description": "ESLint bulk suppressions file",
|
|
3206
|
+
"fileMatch": ["eslint-suppressions.json"],
|
|
3207
|
+
"url": "https://www.schemastore.org/eslint-suppressions.json"
|
|
3208
|
+
},
|
|
3130
3209
|
{
|
|
3131
3210
|
"name": "fabric.mod.json",
|
|
3132
3211
|
"description": "Metadata file used by the Fabric mod loader",
|
|
@@ -3346,6 +3425,19 @@
|
|
|
3346
3425
|
],
|
|
3347
3426
|
"url": "https://raw.githubusercontent.com/google-gemini/gemini-cli/refs/heads/main/schemas/settings.schema.json"
|
|
3348
3427
|
},
|
|
3428
|
+
{
|
|
3429
|
+
"name": "Glamour style",
|
|
3430
|
+
"description": "Style configuration for Charmbracelet Glamour and Glow Markdown rendering",
|
|
3431
|
+
"fileMatch": [
|
|
3432
|
+
".glamour-style.json",
|
|
3433
|
+
"*.glamour-style.json",
|
|
3434
|
+
"*.glamour.json",
|
|
3435
|
+
"*.glow-style.json",
|
|
3436
|
+
"glamour-style.json",
|
|
3437
|
+
"glow-style.json"
|
|
3438
|
+
],
|
|
3439
|
+
"url": "https://www.schemastore.org/glamour-style.json"
|
|
3440
|
+
},
|
|
3349
3441
|
{
|
|
3350
3442
|
"name": "Global Privacy Control",
|
|
3351
3443
|
"description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
|
|
@@ -3947,6 +4039,22 @@
|
|
|
3947
4039
|
"fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
|
|
3948
4040
|
"url": "https://www.schemastore.org/importmap.json"
|
|
3949
4041
|
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "Infinispan Configuration",
|
|
4044
|
+
"description": "Infinispan distributed cache configuration",
|
|
4045
|
+
"fileMatch": ["infinispan.json", "infinispan.yaml", "infinispan.yml"],
|
|
4046
|
+
"url": "https://infinispan.org/schemas/infinispan-config.json"
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"name": "Infinispan Server Configuration",
|
|
4050
|
+
"description": "Infinispan Server configuration",
|
|
4051
|
+
"fileMatch": [
|
|
4052
|
+
"infinispan-server.json",
|
|
4053
|
+
"infinispan-server.yaml",
|
|
4054
|
+
"infinispan-server.yml"
|
|
4055
|
+
],
|
|
4056
|
+
"url": "https://infinispan.org/schemas/infinispan-server.json"
|
|
4057
|
+
},
|
|
3950
4058
|
{
|
|
3951
4059
|
"name": "Infrahub",
|
|
3952
4060
|
"description": "Repository config definition for Infrahub by OpsMill",
|
|
@@ -4760,6 +4868,12 @@
|
|
|
4760
4868
|
],
|
|
4761
4869
|
"url": "https://www.mock-server.com/schema/expectations.json"
|
|
4762
4870
|
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "modelparams.dev Model",
|
|
4873
|
+
"description": "Model Parameters Convention entry for one model variant in the modelparams.dev catalog. Documentation: https://modelparams.dev",
|
|
4874
|
+
"fileMatch": [],
|
|
4875
|
+
"url": "https://www.schemastore.org/modelparams.json"
|
|
4876
|
+
},
|
|
4763
4877
|
{
|
|
4764
4878
|
"name": "monospace.yml",
|
|
4765
4879
|
"description": "MonoSpace configuration file",
|
|
@@ -5162,8 +5276,9 @@
|
|
|
5162
5276
|
"otel*.yaml",
|
|
5163
5277
|
"otel*.yml"
|
|
5164
5278
|
],
|
|
5165
|
-
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.
|
|
5279
|
+
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5166
5280
|
"versions": {
|
|
5281
|
+
"1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5167
5282
|
"1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
|
|
5168
5283
|
}
|
|
5169
5284
|
},
|
|
@@ -5457,6 +5572,12 @@
|
|
|
5457
5572
|
"fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
|
|
5458
5573
|
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
|
|
5459
5574
|
},
|
|
5575
|
+
{
|
|
5576
|
+
"name": "Panache",
|
|
5577
|
+
"description": "Configuration file for Panache, a language server, formatter, and linter for Markdown, Quarto, and R Markdown documents",
|
|
5578
|
+
"fileMatch": ["panache.toml", ".panache.toml"],
|
|
5579
|
+
"url": "https://panache.bz/panache.schema.json"
|
|
5580
|
+
},
|
|
5460
5581
|
{
|
|
5461
5582
|
"name": "Paper paper-plugin.yml",
|
|
5462
5583
|
"description": "Paper Plugins YAML",
|
|
@@ -7296,7 +7417,7 @@
|
|
|
7296
7417
|
"venvironment.json",
|
|
7297
7418
|
"*.venvironment.json"
|
|
7298
7419
|
],
|
|
7299
|
-
"url": "https://www.schemastore.org/venvironment-schema-
|
|
7420
|
+
"url": "https://www.schemastore.org/venvironment-schema-v5.0.0.json",
|
|
7300
7421
|
"versions": {
|
|
7301
7422
|
"1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
|
|
7302
7423
|
"1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
|
|
@@ -7309,7 +7430,8 @@
|
|
|
7309
7430
|
"3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
|
|
7310
7431
|
"4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
|
|
7311
7432
|
"4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
|
|
7312
|
-
"4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json"
|
|
7433
|
+
"4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
|
|
7434
|
+
"5.0.0": "https://www.schemastore.org/venvironment-schema-v5.0.0.json"
|
|
7313
7435
|
}
|
|
7314
7436
|
},
|
|
7315
7437
|
{
|
|
@@ -7323,9 +7445,10 @@
|
|
|
7323
7445
|
"venvplus.json",
|
|
7324
7446
|
"*.venvplus.json"
|
|
7325
7447
|
],
|
|
7326
|
-
"url": "https://www.schemastore.org/venvplus-schema-v1.
|
|
7448
|
+
"url": "https://www.schemastore.org/venvplus-schema-v1.1.0.json",
|
|
7327
7449
|
"versions": {
|
|
7328
|
-
"1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
|
|
7450
|
+
"1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
|
|
7451
|
+
"1.1.0": "https://www.schemastore.org/venvplus-schema-v1.1.0.json"
|
|
7329
7452
|
}
|
|
7330
7453
|
},
|
|
7331
7454
|
{
|
|
@@ -7882,6 +8005,12 @@
|
|
|
7882
8005
|
"fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
|
|
7883
8006
|
"url": "https://www.schemastore.org/yamllint.json"
|
|
7884
8007
|
},
|
|
8008
|
+
{
|
|
8009
|
+
"name": "yap.json",
|
|
8010
|
+
"description": "YAP (Yet Another Packager) multi-package project file",
|
|
8011
|
+
"fileMatch": ["yap.json"],
|
|
8012
|
+
"url": "https://www.schemastore.org/yap.json"
|
|
8013
|
+
},
|
|
7885
8014
|
{
|
|
7886
8015
|
"name": "Yippee-Ki-JSON configuration YML",
|
|
7887
8016
|
"description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations",
|
|
@@ -8062,6 +8191,12 @@
|
|
|
8062
8191
|
"fileMatch": ["*-clab.yaml", "*-clab.yml", "*.clab.yaml", "*.clab.yml"],
|
|
8063
8192
|
"url": "https://raw.githubusercontent.com/srl-labs/containerlab/main/schemas/clab.schema.json"
|
|
8064
8193
|
},
|
|
8194
|
+
{
|
|
8195
|
+
"name": "ContractGuard",
|
|
8196
|
+
"description": "ContractGuard API contract prescribing the signatures a built .NET assembly must expose",
|
|
8197
|
+
"fileMatch": ["*.contract.json"],
|
|
8198
|
+
"url": "https://raw.githubusercontent.com/lxman/ContractGuard/main/schema/contractguard.schema.json"
|
|
8199
|
+
},
|
|
8065
8200
|
{
|
|
8066
8201
|
"name": "User Journey Map",
|
|
8067
8202
|
"description": "user journey map definition files",
|
|
@@ -9262,6 +9397,11 @@
|
|
|
9262
9397
|
"fileMatch": ["elm.json"],
|
|
9263
9398
|
"url": "https://www.schemastore.org/elm.json"
|
|
9264
9399
|
},
|
|
9400
|
+
{
|
|
9401
|
+
"name": "Emmet",
|
|
9402
|
+
"description": "Emmet snippets file",
|
|
9403
|
+
"url": "https://www.schemastore.org/emmet.json"
|
|
9404
|
+
},
|
|
9265
9405
|
{
|
|
9266
9406
|
"name": "Cloud Run Spec v1",
|
|
9267
9407
|
"description": "Specification for Cloud Run Admin API v1",
|
|
@@ -9813,7 +9953,8 @@
|
|
|
9813
9953
|
"7.0-preview": "https://www.schemastore.org/aio-connector-metadata-7.0-preview.json",
|
|
9814
9954
|
"8.0-preview": "https://www.schemastore.org/aio-connector-metadata-8.0-preview.json",
|
|
9815
9955
|
"9.0-preview": "https://www.schemastore.org/aio-connector-metadata-9.0-preview.json",
|
|
9816
|
-
"10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json"
|
|
9956
|
+
"10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json",
|
|
9957
|
+
"11.0-preview": "https://www.schemastore.org/aio-connector-metadata-11.0-preview.json"
|
|
9817
9958
|
}
|
|
9818
9959
|
},
|
|
9819
9960
|
{
|
|
@@ -10099,6 +10240,12 @@
|
|
|
10099
10240
|
"1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
|
|
10100
10241
|
}
|
|
10101
10242
|
},
|
|
10243
|
+
{
|
|
10244
|
+
"name": "AgentLoopKit",
|
|
10245
|
+
"description": "Configuration file for AgentLoopKit, a repo-level engineering loop for coding agents",
|
|
10246
|
+
"fileMatch": ["agentloop.config.json"],
|
|
10247
|
+
"url": "https://raw.githubusercontent.com/abhiyoheswaran1/AgentLoopKit/main/schema/agentloop.config.schema.json"
|
|
10248
|
+
},
|
|
10102
10249
|
{
|
|
10103
10250
|
"name": "Ethereum ERC721",
|
|
10104
10251
|
"description": "ERC-721 Non-Fungible Token Standard",
|
|
@@ -10265,6 +10412,15 @@
|
|
|
10265
10412
|
"amxbuild.*.yaml"
|
|
10266
10413
|
],
|
|
10267
10414
|
"url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
|
|
10415
|
+
},
|
|
10416
|
+
{
|
|
10417
|
+
"name": "Podman Desktop Extension",
|
|
10418
|
+
"description": "Podman Desktop extension package.json manifest",
|
|
10419
|
+
"fileMatch": [],
|
|
10420
|
+
"url": "https://www.schemastore.org/podman-desktop-extension.json",
|
|
10421
|
+
"versions": {
|
|
10422
|
+
"1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
|
|
10423
|
+
}
|
|
10268
10424
|
}
|
|
10269
10425
|
]
|
|
10270
10426
|
}
|
|
@@ -8,6 +8,7 @@ import { CorePreferences } from '../common/core-preferences';
|
|
|
8
8
|
import { WindowService } from './window/window-service';
|
|
9
9
|
import { TooltipService } from './tooltip-service';
|
|
10
10
|
import { FrontendApplicationContribution } from './frontend-application-contribution';
|
|
11
|
+
import { ILogger } from '../common/logger';
|
|
11
12
|
export declare class FrontendApplication {
|
|
12
13
|
protected readonly commands: CommandRegistry;
|
|
13
14
|
protected readonly menus: MenuModelRegistry;
|
|
@@ -21,6 +22,7 @@ export declare class FrontendApplication {
|
|
|
21
22
|
protected readonly tooltipService: TooltipService;
|
|
22
23
|
protected readonly stopwatch: Stopwatch;
|
|
23
24
|
protected readonly backendStopwatch: BackendStopwatch;
|
|
25
|
+
protected readonly logger: ILogger;
|
|
24
26
|
private settlementContext?;
|
|
25
27
|
constructor(commands: CommandRegistry, menus: MenuModelRegistry, keybindings: KeybindingRegistry, layoutRestorer: ShellLayoutRestorer, contributions: ContributionProvider<FrontendApplicationContribution>, _shell: ApplicationShell, stateService: FrontendApplicationStateService);
|
|
26
28
|
get shell(): ApplicationShell;
|