@theia/core 1.71.0-next.8 → 1.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -19
- package/i18n/nls.cs.json +97 -51
- package/i18n/nls.de.json +97 -51
- package/i18n/nls.es.json +97 -51
- package/i18n/nls.fr.json +97 -51
- package/i18n/nls.hu.json +97 -51
- package/i18n/nls.it.json +97 -51
- package/i18n/nls.ja.json +97 -51
- package/i18n/nls.json +101 -55
- package/i18n/nls.ko.json +97 -51
- package/i18n/nls.pl.json +97 -51
- package/i18n/nls.pt-br.json +97 -51
- package/i18n/nls.ru.json +97 -51
- package/i18n/nls.tr.json +97 -51
- package/i18n/nls.zh-cn.json +97 -51
- package/i18n/nls.zh-tw.json +97 -51
- package/lib/browser/catalog.json +169 -10
- package/lib/browser/common-frontend-contribution.js +2 -2
- package/lib/browser/common-frontend-contribution.js.map +1 -1
- package/lib/browser/components/card.d.ts.map +1 -1
- package/lib/browser/components/card.js +11 -3
- package/lib/browser/components/card.js.map +1 -1
- package/lib/browser/connection-status-service.js +1 -1
- package/lib/browser/connection-status-service.js.map +1 -1
- package/lib/browser/frontend-application-contribution.d.ts +2 -2
- package/lib/browser/frontend-application-contribution.d.ts.map +1 -1
- 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 -6
- package/lib/browser/frontend-application.js.map +1 -1
- package/lib/browser/keyboard/index.d.ts +1 -0
- package/lib/browser/keyboard/index.d.ts.map +1 -1
- package/lib/browser/keyboard/index.js +1 -0
- package/lib/browser/keyboard/index.js.map +1 -1
- package/lib/browser/keyboard/keyboard-utils.d.ts +17 -0
- package/lib/browser/keyboard/keyboard-utils.d.ts.map +1 -0
- package/lib/browser/keyboard/keyboard-utils.js +40 -0
- package/lib/browser/keyboard/keyboard-utils.js.map +1 -0
- package/lib/browser/menu/browser-menu-plugin.d.ts.map +1 -1
- package/lib/browser/menu/browser-menu-plugin.js +8 -1
- package/lib/browser/menu/browser-menu-plugin.js.map +1 -1
- package/lib/browser/messaging/connection-source.d.ts +2 -1
- package/lib/browser/messaging/connection-source.d.ts.map +1 -1
- package/lib/browser/messaging/connection-source.js.map +1 -1
- package/lib/browser/messaging/messaging-frontend-module.d.ts.map +1 -1
- package/lib/browser/messaging/messaging-frontend-module.js +3 -0
- package/lib/browser/messaging/messaging-frontend-module.js.map +1 -1
- package/lib/browser/messaging/service-connection-provider.d.ts +2 -2
- package/lib/browser/messaging/service-connection-provider.d.ts.map +1 -1
- package/lib/browser/messaging/service-connection-provider.js +2 -2
- package/lib/browser/messaging/service-connection-provider.js.map +1 -1
- package/lib/browser/messaging/ws-connection-provider.d.ts +1 -1
- package/lib/browser/messaging/ws-connection-provider.d.ts.map +1 -1
- package/lib/browser/messaging/ws-connection-provider.js +3 -3
- package/lib/browser/messaging/ws-connection-provider.js.map +1 -1
- package/lib/browser/messaging/ws-connection-source.d.ts +4 -2
- package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
- package/lib/browser/messaging/ws-connection-source.js +15 -10
- package/lib/browser/messaging/ws-connection-source.js.map +1 -1
- package/lib/browser/performance/frontend-stopwatch.js +1 -1
- package/lib/browser/performance/frontend-stopwatch.js.map +1 -1
- package/lib/browser/preload/i18n-preload-contribution.d.ts +1 -1
- package/lib/browser/preload/i18n-preload-contribution.d.ts.map +1 -1
- package/lib/browser/preload/i18n-preload-contribution.js +2 -2
- package/lib/browser/preload/i18n-preload-contribution.js.map +1 -1
- package/lib/browser/preload/os-preload-contribution.d.ts +1 -1
- package/lib/browser/preload/os-preload-contribution.d.ts.map +1 -1
- package/lib/browser/preload/os-preload-contribution.js +6 -6
- package/lib/browser/preload/os-preload-contribution.js.map +1 -1
- package/lib/browser/saveable-service.d.ts +9 -2
- package/lib/browser/saveable-service.d.ts.map +1 -1
- package/lib/browser/saveable-service.js +34 -25
- package/lib/browser/saveable-service.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +10 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts +2 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js +11 -2
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js.map +1 -1
- package/lib/browser/window/browser-window-module.d.ts.map +1 -1
- package/lib/browser/window/browser-window-module.js +2 -0
- package/lib/browser/window/browser-window-module.js.map +1 -1
- package/lib/browser/window/default-secondary-window-service.d.ts +2 -0
- package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-secondary-window-service.js +7 -0
- package/lib/browser/window/default-secondary-window-service.js.map +1 -1
- package/lib/browser/window/window-focus-service.d.ts +71 -0
- package/lib/browser/window/window-focus-service.d.ts.map +1 -0
- package/lib/browser/window/window-focus-service.js +173 -0
- package/lib/browser/window/window-focus-service.js.map +1 -0
- package/lib/common/event.d.ts +16 -0
- package/lib/common/event.d.ts.map +1 -1
- package/lib/common/event.js +20 -2
- package/lib/common/event.js.map +1 -1
- package/lib/common/event.spec.js +63 -0
- package/lib/common/event.spec.js.map +1 -1
- package/lib/common/glob.d.ts +2 -0
- package/lib/common/glob.d.ts.map +1 -1
- package/lib/common/glob.js +8 -7
- package/lib/common/glob.js.map +1 -1
- package/lib/common/message-rpc/channel.d.ts +1 -1
- package/lib/common/message-rpc/channel.d.ts.map +1 -1
- package/lib/common/message-rpc/channel.js +20 -12
- package/lib/common/message-rpc/channel.js.map +1 -1
- package/lib/common/message-rpc/channel.spec.d.ts.map +1 -1
- package/lib/common/message-rpc/channel.spec.js +94 -0
- package/lib/common/message-rpc/channel.spec.js.map +1 -1
- package/lib/common/message-rpc/rpc-protocol.d.ts.map +1 -1
- package/lib/common/message-rpc/rpc-protocol.js +13 -3
- package/lib/common/message-rpc/rpc-protocol.js.map +1 -1
- package/lib/common/message-rpc/uint8-array-message-buffer.d.ts.map +1 -1
- package/lib/common/message-rpc/uint8-array-message-buffer.js +1 -1
- package/lib/common/message-rpc/uint8-array-message-buffer.js.map +1 -1
- package/lib/common/messaging/index.d.ts +1 -0
- package/lib/common/messaging/index.d.ts.map +1 -1
- package/lib/common/messaging/index.js +1 -0
- package/lib/common/messaging/index.js.map +1 -1
- package/lib/common/messaging/socket-write-buffer.d.ts +4 -3
- package/lib/common/messaging/socket-write-buffer.d.ts.map +1 -1
- package/lib/common/messaging/socket-write-buffer.js +14 -4
- package/lib/common/messaging/socket-write-buffer.js.map +1 -1
- package/lib/common/performance/index.d.ts +1 -0
- package/lib/common/performance/index.d.ts.map +1 -1
- package/lib/common/performance/index.js +1 -0
- package/lib/common/performance/index.js.map +1 -1
- package/lib/common/performance/simple-stopwatch.d.ts +18 -0
- package/lib/common/performance/simple-stopwatch.d.ts.map +1 -0
- package/lib/common/performance/simple-stopwatch.js +80 -0
- package/lib/common/performance/simple-stopwatch.js.map +1 -0
- package/lib/common/performance/stopwatch.d.ts +41 -0
- package/lib/common/performance/stopwatch.d.ts.map +1 -1
- package/lib/common/performance/stopwatch.js +89 -3
- package/lib/common/performance/stopwatch.js.map +1 -1
- package/lib/common/performance/stopwatch.spec.d.ts +2 -0
- package/lib/common/performance/stopwatch.spec.d.ts.map +1 -0
- package/lib/common/performance/stopwatch.spec.js +256 -0
- package/lib/common/performance/stopwatch.spec.js.map +1 -0
- package/lib/common/preferences/index.d.ts +1 -0
- package/lib/common/preferences/index.d.ts.map +1 -1
- package/lib/common/preferences/index.js +1 -0
- package/lib/common/preferences/index.js.map +1 -1
- package/lib/common/preferences/preference-utils.d.ts +6 -0
- package/lib/common/preferences/preference-utils.d.ts.map +1 -0
- package/lib/common/preferences/preference-utils.js +29 -0
- package/lib/common/preferences/preference-utils.js.map +1 -0
- package/lib/common/resource.d.ts +2 -0
- package/lib/common/resource.d.ts.map +1 -1
- package/lib/common/resource.js +7 -3
- package/lib/common/resource.js.map +1 -1
- package/lib/electron-browser/menu/electron-main-menu-factory.d.ts.map +1 -1
- package/lib/electron-browser/menu/electron-main-menu-factory.js +5 -1
- package/lib/electron-browser/menu/electron-main-menu-factory.js.map +1 -1
- package/lib/electron-browser/messaging/electron-messaging-frontend-module.d.ts.map +1 -1
- package/lib/electron-browser/messaging/electron-messaging-frontend-module.js +3 -0
- package/lib/electron-browser/messaging/electron-messaging-frontend-module.js.map +1 -1
- package/lib/electron-browser/window/electron-window-module.d.ts.map +1 -1
- package/lib/electron-browser/window/electron-window-module.js +2 -0
- package/lib/electron-browser/window/electron-window-module.js.map +1 -1
- package/lib/electron-main/electron-api-main.d.ts.map +1 -1
- package/lib/electron-main/electron-api-main.js +4 -2
- package/lib/electron-main/electron-api-main.js.map +1 -1
- package/lib/electron-main/electron-main-application-module.d.ts.map +1 -1
- package/lib/electron-main/electron-main-application-module.js +3 -0
- package/lib/electron-main/electron-main-application-module.js.map +1 -1
- package/lib/electron-main/electron-main-application.d.ts +2 -0
- package/lib/electron-main/electron-main-application.d.ts.map +1 -1
- package/lib/electron-main/electron-main-application.js +14 -5
- package/lib/electron-main/electron-main-application.js.map +1 -1
- package/lib/electron-main/theia-electron-window.d.ts.map +1 -1
- package/lib/electron-main/theia-electron-window.js +3 -0
- package/lib/electron-main/theia-electron-window.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 -5
- package/lib/node/backend-application.js.map +1 -1
- package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
- package/lib/node/messaging/default-messaging-service.js +1 -0
- package/lib/node/messaging/default-messaging-service.js.map +1 -1
- package/lib/node/messaging/index.d.ts +1 -0
- package/lib/node/messaging/index.d.ts.map +1 -1
- package/lib/node/messaging/index.js +1 -0
- package/lib/node/messaging/index.js.map +1 -1
- package/lib/node/messaging/messaging-backend-module.d.ts.map +1 -1
- package/lib/node/messaging/messaging-backend-module.js +4 -0
- package/lib/node/messaging/messaging-backend-module.js.map +1 -1
- package/lib/node/messaging/test/default-messaging-service.spec.d.ts +2 -0
- package/lib/node/messaging/test/default-messaging-service.spec.d.ts.map +1 -0
- package/lib/node/messaging/test/default-messaging-service.spec.js +81 -0
- package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -0
- package/lib/node/messaging/websocket-frontend-connection-service.d.ts +9 -5
- package/lib/node/messaging/websocket-frontend-connection-service.d.ts.map +1 -1
- package/lib/node/messaging/websocket-frontend-connection-service.js +21 -5
- package/lib/node/messaging/websocket-frontend-connection-service.js.map +1 -1
- package/lib/node/performance/node-stopwatch.js +1 -1
- package/lib/node/performance/node-stopwatch.js.map +1 -1
- package/lib/node/process-utils.d.ts.map +1 -1
- package/lib/node/process-utils.js +9 -1
- package/lib/node/process-utils.js.map +1 -1
- package/package.json +34 -34
- package/src/browser/common-frontend-contribution.ts +2 -2
- package/src/browser/components/card.tsx +13 -2
- package/src/browser/connection-status-service.ts +1 -1
- package/src/browser/frontend-application-contribution.ts +2 -2
- package/src/browser/frontend-application.ts +26 -17
- package/src/browser/keyboard/index.ts +1 -0
- package/src/browser/keyboard/keyboard-utils.ts +37 -0
- package/src/browser/menu/browser-menu-plugin.ts +8 -1
- package/src/browser/messaging/connection-source.ts +2 -1
- package/src/browser/messaging/messaging-frontend-module.ts +3 -0
- package/src/browser/messaging/service-connection-provider.ts +2 -2
- package/src/browser/messaging/ws-connection-provider.ts +1 -1
- package/src/browser/messaging/ws-connection-source.ts +7 -4
- package/src/browser/performance/frontend-stopwatch.ts +1 -1
- package/src/browser/preload/i18n-preload-contribution.ts +1 -1
- package/src/browser/preload/os-preload-contribution.ts +1 -1
- package/src/browser/saveable-service.ts +34 -27
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.tsx +14 -1
- package/src/browser/shell/tab-bar-toolbar/tab-toolbar-item.tsx +13 -2
- package/src/browser/style/card.css +4 -2
- package/src/browser/style/hover-service.css +7 -0
- package/src/browser/window/browser-window-module.ts +2 -0
- package/src/browser/window/default-secondary-window-service.ts +6 -0
- package/src/browser/window/window-focus-service.ts +187 -0
- package/src/common/event.spec.ts +80 -0
- package/src/common/event.ts +31 -2
- package/src/common/glob.ts +2 -2
- package/src/common/i18n/nls.metadata.json +4254 -1058
- package/src/common/message-rpc/channel.spec.ts +116 -0
- package/src/common/message-rpc/channel.ts +15 -11
- package/src/common/message-rpc/rpc-protocol.ts +12 -3
- package/src/common/message-rpc/uint8-array-message-buffer.ts +1 -1
- package/src/common/messaging/index.ts +1 -0
- package/src/common/messaging/socket-write-buffer.ts +10 -4
- package/src/common/performance/index.ts +1 -0
- package/src/common/performance/simple-stopwatch.ts +91 -0
- package/src/common/performance/stopwatch.spec.ts +321 -0
- package/src/common/performance/stopwatch.ts +103 -2
- package/src/common/preferences/index.ts +1 -0
- package/src/common/preferences/preference-utils.ts +28 -0
- package/src/common/resource.ts +8 -2
- package/src/electron-browser/menu/electron-main-menu-factory.ts +5 -1
- package/src/electron-browser/messaging/electron-messaging-frontend-module.ts +3 -0
- package/src/electron-browser/window/electron-window-module.ts +2 -0
- package/src/electron-main/electron-api-main.ts +4 -2
- package/src/electron-main/electron-main-application-module.ts +3 -0
- package/src/electron-main/electron-main-application.ts +21 -5
- package/src/electron-main/theia-electron-window.ts +3 -0
- package/src/node/backend-application.ts +27 -10
- package/src/node/messaging/default-messaging-service.ts +1 -0
- package/src/node/messaging/index.ts +1 -0
- package/src/node/messaging/messaging-backend-module.ts +5 -1
- package/src/node/messaging/test/default-messaging-service.spec.ts +85 -0
- package/src/node/messaging/websocket-frontend-connection-service.ts +20 -7
- package/src/node/performance/node-stopwatch.ts +1 -1
- package/src/node/process-utils.ts +9 -1
package/lib/browser/catalog.json
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://
|
|
2
|
+
"$schema": "https://www.schemastore.org/schema-catalog.json",
|
|
3
3
|
"version": 1,
|
|
4
4
|
"schemas": [
|
|
5
|
+
{
|
|
6
|
+
"name": "revola.json",
|
|
7
|
+
"description": "Configuration file for Revola",
|
|
8
|
+
"fileMatch": [
|
|
9
|
+
".revola.json",
|
|
10
|
+
".revola.config.json",
|
|
11
|
+
"revola.json",
|
|
12
|
+
"revola.config.json"
|
|
13
|
+
],
|
|
14
|
+
"url": "https://www.schemastore.org/revola.json"
|
|
15
|
+
},
|
|
5
16
|
{
|
|
6
17
|
"name": "Hashgraph Online Skill Manifest",
|
|
7
18
|
"description": "Manifest for Hashgraph Online Registry Broker skill packages",
|
|
@@ -715,6 +726,12 @@
|
|
|
715
726
|
"fileMatch": ["buf.plugin.yaml"],
|
|
716
727
|
"url": "https://www.schemastore.org/buf.plugin.json"
|
|
717
728
|
},
|
|
729
|
+
{
|
|
730
|
+
"name": "buf.policy.yaml",
|
|
731
|
+
"description": "buf.policy.yaml defines a policy containing lint, breaking change detection, and plugin configuration that can be shared across BSR modules",
|
|
732
|
+
"fileMatch": ["buf.policy.yaml"],
|
|
733
|
+
"url": "https://www.schemastore.org/buf.policy.json"
|
|
734
|
+
},
|
|
718
735
|
{
|
|
719
736
|
"name": "buf.work.yaml",
|
|
720
737
|
"description": "buf.work.yaml is used to define a workspace, which is an advanced local development feature. Workspaces make it possible to consolidate one or more modules into a single buildable unit. They also allow users to run buf operations across multiple modules with a single execution (such as buf lint)",
|
|
@@ -950,6 +967,12 @@
|
|
|
950
967
|
"fileMatch": ["**/.fasterci/config.yaml"],
|
|
951
968
|
"url": "https://fasterci.com/config.schema.json"
|
|
952
969
|
},
|
|
970
|
+
{
|
|
971
|
+
"name": "Fence configuration",
|
|
972
|
+
"description": "Configuration file for fence, a lightweight, container-free sandbox for running commands with network and filesystem restrictions",
|
|
973
|
+
"fileMatch": ["fence.json"],
|
|
974
|
+
"url": "https://raw.githubusercontent.com/Use-Tusk/fence/refs/heads/main/docs/schema/fence.schema.json"
|
|
975
|
+
},
|
|
953
976
|
{
|
|
954
977
|
"name": "Foxx Manifest",
|
|
955
978
|
"description": "ArangoDB Foxx service manifest file",
|
|
@@ -1183,6 +1206,12 @@
|
|
|
1183
1206
|
"fileMatch": [],
|
|
1184
1207
|
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-black.json"
|
|
1185
1208
|
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "partial-fastapi.json",
|
|
1211
|
+
"description": "FastAPI web framework configuration for pyproject.toml",
|
|
1212
|
+
"fileMatch": [],
|
|
1213
|
+
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-fastapi.json"
|
|
1214
|
+
},
|
|
1186
1215
|
{
|
|
1187
1216
|
"name": "bozr.suite.json",
|
|
1188
1217
|
"description": "Bozr test suite file",
|
|
@@ -1548,12 +1577,30 @@
|
|
|
1548
1577
|
"fileMatch": ["**/.claude/keybindings.json"],
|
|
1549
1578
|
"url": "https://www.schemastore.org/claude-code-keybindings.json"
|
|
1550
1579
|
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "Claude Code Plugin Manifest",
|
|
1582
|
+
"description": "Manifest (.claude-plugin/plugin.json) for a Claude Code plugin",
|
|
1583
|
+
"fileMatch": ["**/.claude-plugin/plugin.json"],
|
|
1584
|
+
"url": "https://www.schemastore.org/claude-code-plugin-manifest.json"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"name": "Claude Code Plugin Marketplace",
|
|
1588
|
+
"description": "Marketplace manifest (.claude-plugin/marketplace.json) listing Claude Code plugins",
|
|
1589
|
+
"fileMatch": ["**/.claude-plugin/marketplace.json"],
|
|
1590
|
+
"url": "https://www.schemastore.org/claude-code-marketplace.json"
|
|
1591
|
+
},
|
|
1551
1592
|
{
|
|
1552
1593
|
"name": "Claude Code Settings",
|
|
1553
1594
|
"description": "Configuration file for Claude Code",
|
|
1554
1595
|
"fileMatch": ["**/.claude/settings.json"],
|
|
1555
1596
|
"url": "https://www.schemastore.org/claude-code-settings.json"
|
|
1556
1597
|
},
|
|
1598
|
+
{
|
|
1599
|
+
"name": "cmakefmt",
|
|
1600
|
+
"description": "Configuration file for cmakefmt, a fast native CMake formatter",
|
|
1601
|
+
"fileMatch": [".cmakefmt.yaml", ".cmakefmt.yml", ".cmakefmt.toml"],
|
|
1602
|
+
"url": "https://cmakefmt.dev/schemas/latest/schema.json"
|
|
1603
|
+
},
|
|
1557
1604
|
{
|
|
1558
1605
|
"name": "CVE Record Format",
|
|
1559
1606
|
"description": "CVE record format to describe security vulnerabilities",
|
|
@@ -2625,6 +2672,12 @@
|
|
|
2625
2672
|
"description": "Esquio configuration files",
|
|
2626
2673
|
"url": "https://www.schemastore.org/esquio.json"
|
|
2627
2674
|
},
|
|
2675
|
+
{
|
|
2676
|
+
"name": "estampo.toml",
|
|
2677
|
+
"description": "Configuration for estampo, the build system for reproducible 3D prints",
|
|
2678
|
+
"fileMatch": ["estampo.toml", "estampo.*.toml"],
|
|
2679
|
+
"url": "https://raw.githubusercontent.com/estampo/estampo/main/docs/estampo.schema.json"
|
|
2680
|
+
},
|
|
2628
2681
|
{
|
|
2629
2682
|
"name": "epr-manifest.json",
|
|
2630
2683
|
"description": "Entry Point Regulation manifest file",
|
|
@@ -2727,7 +2780,7 @@
|
|
|
2727
2780
|
{
|
|
2728
2781
|
"name": "Expo SDK",
|
|
2729
2782
|
"description": "Expo SDK app manifest",
|
|
2730
|
-
"fileMatch": [
|
|
2783
|
+
"fileMatch": [],
|
|
2731
2784
|
"url": "https://www.schemastore.org/expo-53.0.0.json",
|
|
2732
2785
|
"versions": {
|
|
2733
2786
|
"37.0.0": "https://www.schemastore.org/expo-37.0.0.json",
|
|
@@ -2748,6 +2801,12 @@
|
|
|
2748
2801
|
"fileMatch": ["eas.json"],
|
|
2749
2802
|
"url": "https://raw.githubusercontent.com/expo/eas-cli/main/packages/eas-json/schema/eas.schema.json"
|
|
2750
2803
|
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "Expoot app config",
|
|
2806
|
+
"description": "The config for creating a React Native Desktop app with best-effort Expo support, used by the expoot CLI",
|
|
2807
|
+
"fileMatch": ["expoot-app.json"],
|
|
2808
|
+
"url": "https://raw.githubusercontent.com/shirakaba/expoot/main/packages/expoot/schemas/expoot-app.schema.json"
|
|
2809
|
+
},
|
|
2751
2810
|
{
|
|
2752
2811
|
"name": "EasyVCR .NET",
|
|
2753
2812
|
"description": "EasyVCR .NET recording file",
|
|
@@ -3005,7 +3064,7 @@
|
|
|
3005
3064
|
".gitversion.yml",
|
|
3006
3065
|
".gitversion.yaml"
|
|
3007
3066
|
],
|
|
3008
|
-
"url": "https://gitversion.net/schemas/6.
|
|
3067
|
+
"url": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json",
|
|
3009
3068
|
"versions": {
|
|
3010
3069
|
"5.12": "https://gitversion.net/schemas/5.12/GitVersion.configuration.json",
|
|
3011
3070
|
"6.0": "https://gitversion.net/schemas/6.0/GitVersion.configuration.json",
|
|
@@ -3014,7 +3073,8 @@
|
|
|
3014
3073
|
"6.3": "https://gitversion.net/schemas/6.3/GitVersion.configuration.json",
|
|
3015
3074
|
"6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
|
|
3016
3075
|
"6.5": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json",
|
|
3017
|
-
"6.6": "https://gitversion.net/schemas/6.6/GitVersion.configuration.json"
|
|
3076
|
+
"6.6": "https://gitversion.net/schemas/6.6/GitVersion.configuration.json",
|
|
3077
|
+
"6.7": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json"
|
|
3018
3078
|
}
|
|
3019
3079
|
},
|
|
3020
3080
|
{
|
|
@@ -3172,8 +3232,6 @@
|
|
|
3172
3232
|
"fileMatch": [
|
|
3173
3233
|
"**/vars/*.yml",
|
|
3174
3234
|
"**/vars/*.yaml",
|
|
3175
|
-
"**/defaults/*.yml",
|
|
3176
|
-
"**/defaults/*.yaml",
|
|
3177
3235
|
"**/host_vars/*.yml",
|
|
3178
3236
|
"**/host_vars/*.yaml",
|
|
3179
3237
|
"**/group_vars/*.yml",
|
|
@@ -3935,6 +3993,12 @@
|
|
|
3935
3993
|
"fileMatch": ["keto.json", "keto.yml", "keto.yaml", "keto.toml"],
|
|
3936
3994
|
"url": "https://raw.githubusercontent.com/ory/keto/master/.schema/version.schema.json"
|
|
3937
3995
|
},
|
|
3996
|
+
{
|
|
3997
|
+
"name": "Knowledge Unit",
|
|
3998
|
+
"description": "Verified knowledge artifact produced through multi-model deliberation (IETF Internet-Draft: draft-farley-acta-knowledge-units)",
|
|
3999
|
+
"fileMatch": ["ku-*.json", "knowledge-unit.json", "**/ku/*.json"],
|
|
4000
|
+
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/knowledge-unit.json"
|
|
4001
|
+
},
|
|
3938
4002
|
{
|
|
3939
4003
|
"name": "kontinuous-values.yaml",
|
|
3940
4004
|
"description": "Kontinuous values.yaml configuration files",
|
|
@@ -4328,6 +4392,15 @@
|
|
|
4328
4392
|
"1.6": "https://www.schemastore.org/mkdocs-1.6.json"
|
|
4329
4393
|
}
|
|
4330
4394
|
},
|
|
4395
|
+
{
|
|
4396
|
+
"name": "ModuleAssembler",
|
|
4397
|
+
"description": "ModuleAssembler configuration file",
|
|
4398
|
+
"fileMatch": ["**/.moduleassembler/moduleproject.json"],
|
|
4399
|
+
"url": "https://raw.githubusercontent.com/ModuleAssembler/ModuleAssembler-Schema/refs/tags/v1.0.0/schema/moduleassembler.schema.json",
|
|
4400
|
+
"versions": {
|
|
4401
|
+
"1.0.0": "https://raw.githubusercontent.com/ModuleAssembler/ModuleAssembler-Schema/refs/tags/v1.0.0/schema/moduleassembler.schema.json"
|
|
4402
|
+
}
|
|
4403
|
+
},
|
|
4331
4404
|
{
|
|
4332
4405
|
"name": "mrdocs.yml",
|
|
4333
4406
|
"description": "MrDocs configuration file",
|
|
@@ -5021,6 +5094,12 @@
|
|
|
5021
5094
|
"fileMatch": ["packer.json"],
|
|
5022
5095
|
"url": "https://www.schemastore.org/packer.json"
|
|
5023
5096
|
},
|
|
5097
|
+
{
|
|
5098
|
+
"name": "PactSpec",
|
|
5099
|
+
"description": "AI agent capability declaration (pactspec.dev)",
|
|
5100
|
+
"fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
|
|
5101
|
+
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
|
|
5102
|
+
},
|
|
5024
5103
|
{
|
|
5025
5104
|
"name": "Paper paper-plugin.yml",
|
|
5026
5105
|
"description": "Paper Plugins YAML",
|
|
@@ -5605,6 +5684,18 @@
|
|
|
5605
5684
|
"fileMatch": ["replit.toml"],
|
|
5606
5685
|
"url": "https://www.schemastore.org/replit.json"
|
|
5607
5686
|
},
|
|
5687
|
+
{
|
|
5688
|
+
"name": "reposets Configuration",
|
|
5689
|
+
"description": "Configuration for the reposets CLI tool for syncing GitHub repository settings",
|
|
5690
|
+
"fileMatch": ["reposets.config.toml", "reposets.config.json"],
|
|
5691
|
+
"url": "https://raw.githubusercontent.com/spencerbeggs/reposets/main/package/schemas/reposets.config.schema.json"
|
|
5692
|
+
},
|
|
5693
|
+
{
|
|
5694
|
+
"name": "reposets Credentials",
|
|
5695
|
+
"description": "Authentication profiles for the reposets CLI tool",
|
|
5696
|
+
"fileMatch": ["reposets.credentials.toml", "reposets.credentials.json"],
|
|
5697
|
+
"url": "https://raw.githubusercontent.com/spencerbeggs/reposets/main/package/schemas/reposets.credentials.schema.json"
|
|
5698
|
+
},
|
|
5608
5699
|
{
|
|
5609
5700
|
"name": "*.resjson",
|
|
5610
5701
|
"description": "Windows App localization file",
|
|
@@ -5753,6 +5844,12 @@
|
|
|
5753
5844
|
"fileMatch": ["rustfmt.toml"],
|
|
5754
5845
|
"url": "https://www.schemastore.org/rustfmt.json"
|
|
5755
5846
|
},
|
|
5847
|
+
{
|
|
5848
|
+
"name": "ryl",
|
|
5849
|
+
"description": "ryl, a fast YAML linter written in Rust",
|
|
5850
|
+
"fileMatch": ["ryl.toml", ".ryl.toml"],
|
|
5851
|
+
"url": "https://www.schemastore.org/ryl.json"
|
|
5852
|
+
},
|
|
5756
5853
|
{
|
|
5757
5854
|
"name": "Rust toolchain",
|
|
5758
5855
|
"description": "A declarative managing the Rust toolchain",
|
|
@@ -5873,6 +5970,12 @@
|
|
|
5873
5970
|
"description": "Thing as defined by schema.org",
|
|
5874
5971
|
"url": "https://www.schemastore.org/schema-org-thing.json"
|
|
5875
5972
|
},
|
|
5973
|
+
{
|
|
5974
|
+
"name": "Scarb",
|
|
5975
|
+
"description": "Scarb manifest file (Scarb.toml)",
|
|
5976
|
+
"fileMatch": ["Scarb.toml"],
|
|
5977
|
+
"url": "https://www.schemastore.org/scarb.json"
|
|
5978
|
+
},
|
|
5876
5979
|
{
|
|
5877
5980
|
"name": "Scoop manifest",
|
|
5878
5981
|
"description": "Scoop bucket app manifest",
|
|
@@ -6676,7 +6779,7 @@
|
|
|
6676
6779
|
{
|
|
6677
6780
|
"name": "Ubuntu Server Autoinstall",
|
|
6678
6781
|
"description": "Settings file for Ubuntu Autoinstall",
|
|
6679
|
-
"fileMatch": ["user-data"],
|
|
6782
|
+
"fileMatch": ["user-data", "autoinstall.yaml"],
|
|
6680
6783
|
"url": "https://www.schemastore.org/ubuntu-server-autoinstall.json"
|
|
6681
6784
|
},
|
|
6682
6785
|
{
|
|
@@ -8307,10 +8410,10 @@
|
|
|
8307
8410
|
"url": "https://raw.githubusercontent.com/goblet/goblet/main/goblet.schema.json"
|
|
8308
8411
|
},
|
|
8309
8412
|
{
|
|
8310
|
-
"name": "
|
|
8311
|
-
"description": "
|
|
8413
|
+
"name": "Declarative Automation Bundles",
|
|
8414
|
+
"description": "Declarative Automation Bundles config",
|
|
8312
8415
|
"fileMatch": ["databricks.yml", "databricks.yaml"],
|
|
8313
|
-
"url": "https://www.schemastore.org/
|
|
8416
|
+
"url": "https://www.schemastore.org/declarative-automation-bundles.json"
|
|
8314
8417
|
},
|
|
8315
8418
|
{
|
|
8316
8419
|
"name": "JSON Schema Draft 4 (unofficial with '$ref' and 'format')",
|
|
@@ -9576,6 +9679,62 @@
|
|
|
9576
9679
|
"versions": {
|
|
9577
9680
|
"1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
|
|
9578
9681
|
}
|
|
9682
|
+
},
|
|
9683
|
+
{
|
|
9684
|
+
"name": "Ethereum ERC721",
|
|
9685
|
+
"description": "ERC-721 Non-Fungible Token Standard",
|
|
9686
|
+
"url": "https://www.schemastore.org/ethereum-erc721.json"
|
|
9687
|
+
},
|
|
9688
|
+
{
|
|
9689
|
+
"name": "Ethereum ERC1155",
|
|
9690
|
+
"description": "ERC-1155 Multi Token Standard",
|
|
9691
|
+
"url": "https://www.schemastore.org/ethereum-erc1155.json"
|
|
9692
|
+
},
|
|
9693
|
+
{
|
|
9694
|
+
"name": "Qwen Code Settings",
|
|
9695
|
+
"description": "Configuration file for Qwen Code",
|
|
9696
|
+
"fileMatch": ["**/.qwen/settings.json"],
|
|
9697
|
+
"url": "https://www.schemastore.org/qwen-code-settings.json"
|
|
9698
|
+
},
|
|
9699
|
+
{
|
|
9700
|
+
"name": "Raid Profile",
|
|
9701
|
+
"description": "Definition for one or more Raid Profiles",
|
|
9702
|
+
"fileMatch": ["*.raid.yaml", "*.raid.yml", "*.raid.json"],
|
|
9703
|
+
"url": "https://raw.githubusercontent.com/8bitAlex/raid/main/schemas/raid-profile.schema.json"
|
|
9704
|
+
},
|
|
9705
|
+
{
|
|
9706
|
+
"name": "Raid Repo Configuration",
|
|
9707
|
+
"description": "Definition for a single repository",
|
|
9708
|
+
"fileMatch": ["raid.yaml", "raid.yml", "raid.json"],
|
|
9709
|
+
"url": "https://raw.githubusercontent.com/8bitAlex/raid/main/schemas/raid-repo.schema.json"
|
|
9710
|
+
},
|
|
9711
|
+
{
|
|
9712
|
+
"name": "OpenDecree",
|
|
9713
|
+
"description": "OpenDecree definition file (https://opendecree.dev) — describes typed configuration fields, constraints, and metadata that the OpenDecree configuration management service serves to applications",
|
|
9714
|
+
"fileMatch": [
|
|
9715
|
+
"decree.schema.yaml",
|
|
9716
|
+
"decree.schema.yml",
|
|
9717
|
+
"*.decree.schema.yaml",
|
|
9718
|
+
"*.decree.schema.yml"
|
|
9719
|
+
],
|
|
9720
|
+
"url": "https://schemas.opendecree.dev/schema/v0.1.0/decree-schema.json",
|
|
9721
|
+
"versions": {
|
|
9722
|
+
"v0.1.0": "https://schemas.opendecree.dev/schema/v0.1.0/decree-schema.json"
|
|
9723
|
+
}
|
|
9724
|
+
},
|
|
9725
|
+
{
|
|
9726
|
+
"name": "OpenDecree Configuration",
|
|
9727
|
+
"description": "OpenDecree configuration values file (https://opendecree.dev) — concrete values for fields declared in a paired main decree yaml",
|
|
9728
|
+
"fileMatch": [
|
|
9729
|
+
"decree.config.yaml",
|
|
9730
|
+
"decree.config.yml",
|
|
9731
|
+
"*.decree.config.yaml",
|
|
9732
|
+
"*.decree.config.yml"
|
|
9733
|
+
],
|
|
9734
|
+
"url": "https://schemas.opendecree.dev/schema/v0.1.0/decree-config.json",
|
|
9735
|
+
"versions": {
|
|
9736
|
+
"v0.1.0": "https://schemas.opendecree.dev/schema/v0.1.0/decree-config.json"
|
|
9737
|
+
}
|
|
9579
9738
|
}
|
|
9580
9739
|
]
|
|
9581
9740
|
}
|
|
@@ -638,8 +638,8 @@ let CommonFrontendContribution = class CommonFrontendContribution {
|
|
|
638
638
|
execute: title => title?.owner && this.shell.toggleMaximized(title?.owner),
|
|
639
639
|
}));
|
|
640
640
|
commandRegistry.registerCommand(common_commands_1.CommonCommands.SHOW_MENU_BAR, {
|
|
641
|
-
isEnabled: () => !os_1.isOSX,
|
|
642
|
-
isVisible: () => !os_1.isOSX,
|
|
641
|
+
isEnabled: () => !this.isElectron() || !os_1.isOSX,
|
|
642
|
+
isVisible: () => !this.isElectron() || !os_1.isOSX,
|
|
643
643
|
execute: () => {
|
|
644
644
|
const menuBarVisibility = 'window.menuBarVisibility';
|
|
645
645
|
const visibility = this.preferences[menuBarVisibility];
|