@theia/core 1.71.0-next.6 → 1.71.0-next.72
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 +13 -13
- package/i18n/nls.cs.json +4 -4
- package/i18n/nls.de.json +4 -4
- package/i18n/nls.es.json +4 -4
- package/i18n/nls.fr.json +4 -4
- package/i18n/nls.hu.json +4 -4
- package/i18n/nls.it.json +4 -4
- package/i18n/nls.ja.json +4 -4
- package/i18n/nls.ko.json +4 -4
- package/i18n/nls.pl.json +4 -4
- package/i18n/nls.pt-br.json +4 -4
- package/i18n/nls.ru.json +4 -4
- package/i18n/nls.tr.json +4 -4
- package/i18n/nls.zh-cn.json +4 -4
- package/i18n/nls.zh-tw.json +4 -4
- package/lib/browser/catalog.json +179 -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/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/ws-connection-source.d.ts +2 -1
- package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
- package/lib/browser/messaging/ws-connection-source.js +5 -2
- 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/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 +32 -32
- 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/messaging-frontend-module.ts +3 -0
- package/src/browser/messaging/ws-connection-source.ts +3 -2
- package/src/browser/performance/frontend-stopwatch.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",
|
|
@@ -533,6 +544,16 @@
|
|
|
533
544
|
"fileMatch": ["*.appConfig.featureFlags.json"],
|
|
534
545
|
"url": "https://www.schemastore.org/aws-cdk-appconfig-featureflags-1.0.0.json"
|
|
535
546
|
},
|
|
547
|
+
{
|
|
548
|
+
"name": "azure.yaml",
|
|
549
|
+
"description": "Azure Developer CLI (azd) configuration file",
|
|
550
|
+
"fileMatch": ["azure.yaml", "azure.yml"],
|
|
551
|
+
"url": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json",
|
|
552
|
+
"versions": {
|
|
553
|
+
"alpha": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json",
|
|
554
|
+
"1.0": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
536
557
|
{
|
|
537
558
|
"name": "Azure Container App template for defining an immutable revision",
|
|
538
559
|
"description": "Azure Container App template for defining an immutable revision",
|
|
@@ -705,6 +726,12 @@
|
|
|
705
726
|
"fileMatch": ["buf.plugin.yaml"],
|
|
706
727
|
"url": "https://www.schemastore.org/buf.plugin.json"
|
|
707
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
|
+
},
|
|
708
735
|
{
|
|
709
736
|
"name": "buf.work.yaml",
|
|
710
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)",
|
|
@@ -940,6 +967,12 @@
|
|
|
940
967
|
"fileMatch": ["**/.fasterci/config.yaml"],
|
|
941
968
|
"url": "https://fasterci.com/config.schema.json"
|
|
942
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
|
+
},
|
|
943
976
|
{
|
|
944
977
|
"name": "Foxx Manifest",
|
|
945
978
|
"description": "ArangoDB Foxx service manifest file",
|
|
@@ -1173,6 +1206,12 @@
|
|
|
1173
1206
|
"fileMatch": [],
|
|
1174
1207
|
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-black.json"
|
|
1175
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
|
+
},
|
|
1176
1215
|
{
|
|
1177
1216
|
"name": "bozr.suite.json",
|
|
1178
1217
|
"description": "Bozr test suite file",
|
|
@@ -1538,12 +1577,30 @@
|
|
|
1538
1577
|
"fileMatch": ["**/.claude/keybindings.json"],
|
|
1539
1578
|
"url": "https://www.schemastore.org/claude-code-keybindings.json"
|
|
1540
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
|
+
},
|
|
1541
1592
|
{
|
|
1542
1593
|
"name": "Claude Code Settings",
|
|
1543
1594
|
"description": "Configuration file for Claude Code",
|
|
1544
1595
|
"fileMatch": ["**/.claude/settings.json"],
|
|
1545
1596
|
"url": "https://www.schemastore.org/claude-code-settings.json"
|
|
1546
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
|
+
},
|
|
1547
1604
|
{
|
|
1548
1605
|
"name": "CVE Record Format",
|
|
1549
1606
|
"description": "CVE record format to describe security vulnerabilities",
|
|
@@ -2615,6 +2672,12 @@
|
|
|
2615
2672
|
"description": "Esquio configuration files",
|
|
2616
2673
|
"url": "https://www.schemastore.org/esquio.json"
|
|
2617
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
|
+
},
|
|
2618
2681
|
{
|
|
2619
2682
|
"name": "epr-manifest.json",
|
|
2620
2683
|
"description": "Entry Point Regulation manifest file",
|
|
@@ -2717,7 +2780,7 @@
|
|
|
2717
2780
|
{
|
|
2718
2781
|
"name": "Expo SDK",
|
|
2719
2782
|
"description": "Expo SDK app manifest",
|
|
2720
|
-
"fileMatch": [
|
|
2783
|
+
"fileMatch": [],
|
|
2721
2784
|
"url": "https://www.schemastore.org/expo-53.0.0.json",
|
|
2722
2785
|
"versions": {
|
|
2723
2786
|
"37.0.0": "https://www.schemastore.org/expo-37.0.0.json",
|
|
@@ -2738,6 +2801,12 @@
|
|
|
2738
2801
|
"fileMatch": ["eas.json"],
|
|
2739
2802
|
"url": "https://raw.githubusercontent.com/expo/eas-cli/main/packages/eas-json/schema/eas.schema.json"
|
|
2740
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
|
+
},
|
|
2741
2810
|
{
|
|
2742
2811
|
"name": "EasyVCR .NET",
|
|
2743
2812
|
"description": "EasyVCR .NET recording file",
|
|
@@ -2995,7 +3064,7 @@
|
|
|
2995
3064
|
".gitversion.yml",
|
|
2996
3065
|
".gitversion.yaml"
|
|
2997
3066
|
],
|
|
2998
|
-
"url": "https://gitversion.net/schemas/6.
|
|
3067
|
+
"url": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json",
|
|
2999
3068
|
"versions": {
|
|
3000
3069
|
"5.12": "https://gitversion.net/schemas/5.12/GitVersion.configuration.json",
|
|
3001
3070
|
"6.0": "https://gitversion.net/schemas/6.0/GitVersion.configuration.json",
|
|
@@ -3004,7 +3073,8 @@
|
|
|
3004
3073
|
"6.3": "https://gitversion.net/schemas/6.3/GitVersion.configuration.json",
|
|
3005
3074
|
"6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
|
|
3006
3075
|
"6.5": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json",
|
|
3007
|
-
"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"
|
|
3008
3078
|
}
|
|
3009
3079
|
},
|
|
3010
3080
|
{
|
|
@@ -3162,8 +3232,6 @@
|
|
|
3162
3232
|
"fileMatch": [
|
|
3163
3233
|
"**/vars/*.yml",
|
|
3164
3234
|
"**/vars/*.yaml",
|
|
3165
|
-
"**/defaults/*.yml",
|
|
3166
|
-
"**/defaults/*.yaml",
|
|
3167
3235
|
"**/host_vars/*.yml",
|
|
3168
3236
|
"**/host_vars/*.yaml",
|
|
3169
3237
|
"**/group_vars/*.yml",
|
|
@@ -3925,6 +3993,12 @@
|
|
|
3925
3993
|
"fileMatch": ["keto.json", "keto.yml", "keto.yaml", "keto.toml"],
|
|
3926
3994
|
"url": "https://raw.githubusercontent.com/ory/keto/master/.schema/version.schema.json"
|
|
3927
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
|
+
},
|
|
3928
4002
|
{
|
|
3929
4003
|
"name": "kontinuous-values.yaml",
|
|
3930
4004
|
"description": "Kontinuous values.yaml configuration files",
|
|
@@ -4318,6 +4392,15 @@
|
|
|
4318
4392
|
"1.6": "https://www.schemastore.org/mkdocs-1.6.json"
|
|
4319
4393
|
}
|
|
4320
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
|
+
},
|
|
4321
4404
|
{
|
|
4322
4405
|
"name": "mrdocs.yml",
|
|
4323
4406
|
"description": "MrDocs configuration file",
|
|
@@ -5011,6 +5094,12 @@
|
|
|
5011
5094
|
"fileMatch": ["packer.json"],
|
|
5012
5095
|
"url": "https://www.schemastore.org/packer.json"
|
|
5013
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
|
+
},
|
|
5014
5103
|
{
|
|
5015
5104
|
"name": "Paper paper-plugin.yml",
|
|
5016
5105
|
"description": "Paper Plugins YAML",
|
|
@@ -5595,6 +5684,18 @@
|
|
|
5595
5684
|
"fileMatch": ["replit.toml"],
|
|
5596
5685
|
"url": "https://www.schemastore.org/replit.json"
|
|
5597
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
|
+
},
|
|
5598
5699
|
{
|
|
5599
5700
|
"name": "*.resjson",
|
|
5600
5701
|
"description": "Windows App localization file",
|
|
@@ -5743,6 +5844,12 @@
|
|
|
5743
5844
|
"fileMatch": ["rustfmt.toml"],
|
|
5744
5845
|
"url": "https://www.schemastore.org/rustfmt.json"
|
|
5745
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
|
+
},
|
|
5746
5853
|
{
|
|
5747
5854
|
"name": "Rust toolchain",
|
|
5748
5855
|
"description": "A declarative managing the Rust toolchain",
|
|
@@ -5863,6 +5970,12 @@
|
|
|
5863
5970
|
"description": "Thing as defined by schema.org",
|
|
5864
5971
|
"url": "https://www.schemastore.org/schema-org-thing.json"
|
|
5865
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
|
+
},
|
|
5866
5979
|
{
|
|
5867
5980
|
"name": "Scoop manifest",
|
|
5868
5981
|
"description": "Scoop bucket app manifest",
|
|
@@ -6666,7 +6779,7 @@
|
|
|
6666
6779
|
{
|
|
6667
6780
|
"name": "Ubuntu Server Autoinstall",
|
|
6668
6781
|
"description": "Settings file for Ubuntu Autoinstall",
|
|
6669
|
-
"fileMatch": ["user-data"],
|
|
6782
|
+
"fileMatch": ["user-data", "autoinstall.yaml"],
|
|
6670
6783
|
"url": "https://www.schemastore.org/ubuntu-server-autoinstall.json"
|
|
6671
6784
|
},
|
|
6672
6785
|
{
|
|
@@ -8297,10 +8410,10 @@
|
|
|
8297
8410
|
"url": "https://raw.githubusercontent.com/goblet/goblet/main/goblet.schema.json"
|
|
8298
8411
|
},
|
|
8299
8412
|
{
|
|
8300
|
-
"name": "
|
|
8301
|
-
"description": "
|
|
8413
|
+
"name": "Declarative Automation Bundles",
|
|
8414
|
+
"description": "Declarative Automation Bundles config",
|
|
8302
8415
|
"fileMatch": ["databricks.yml", "databricks.yaml"],
|
|
8303
|
-
"url": "https://www.schemastore.org/
|
|
8416
|
+
"url": "https://www.schemastore.org/declarative-automation-bundles.json"
|
|
8304
8417
|
},
|
|
8305
8418
|
{
|
|
8306
8419
|
"name": "JSON Schema Draft 4 (unofficial with '$ref' and 'format')",
|
|
@@ -9566,6 +9679,62 @@
|
|
|
9566
9679
|
"versions": {
|
|
9567
9680
|
"1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
|
|
9568
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
|
+
}
|
|
9569
9738
|
}
|
|
9570
9739
|
]
|
|
9571
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];
|