@theia/core 1.71.0-next.8 → 1.72.0-next.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.
Files changed (257) hide show
  1. package/README.md +19 -19
  2. package/i18n/nls.cs.json +97 -51
  3. package/i18n/nls.de.json +97 -51
  4. package/i18n/nls.es.json +97 -51
  5. package/i18n/nls.fr.json +97 -51
  6. package/i18n/nls.hu.json +97 -51
  7. package/i18n/nls.it.json +97 -51
  8. package/i18n/nls.ja.json +97 -51
  9. package/i18n/nls.json +101 -55
  10. package/i18n/nls.ko.json +97 -51
  11. package/i18n/nls.pl.json +97 -51
  12. package/i18n/nls.pt-br.json +97 -51
  13. package/i18n/nls.ru.json +97 -51
  14. package/i18n/nls.tr.json +97 -51
  15. package/i18n/nls.zh-cn.json +97 -51
  16. package/i18n/nls.zh-tw.json +97 -51
  17. package/lib/browser/catalog.json +196 -11
  18. package/lib/browser/common-frontend-contribution.js +2 -2
  19. package/lib/browser/common-frontend-contribution.js.map +1 -1
  20. package/lib/browser/components/card.d.ts.map +1 -1
  21. package/lib/browser/components/card.js +11 -3
  22. package/lib/browser/components/card.js.map +1 -1
  23. package/lib/browser/connection-status-service.js +1 -1
  24. package/lib/browser/connection-status-service.js.map +1 -1
  25. package/lib/browser/frontend-application-contribution.d.ts +2 -2
  26. package/lib/browser/frontend-application-contribution.d.ts.map +1 -1
  27. package/lib/browser/frontend-application.d.ts +2 -0
  28. package/lib/browser/frontend-application.d.ts.map +1 -1
  29. package/lib/browser/frontend-application.js +15 -6
  30. package/lib/browser/frontend-application.js.map +1 -1
  31. package/lib/browser/keyboard/index.d.ts +1 -0
  32. package/lib/browser/keyboard/index.d.ts.map +1 -1
  33. package/lib/browser/keyboard/index.js +1 -0
  34. package/lib/browser/keyboard/index.js.map +1 -1
  35. package/lib/browser/keyboard/keyboard-utils.d.ts +17 -0
  36. package/lib/browser/keyboard/keyboard-utils.d.ts.map +1 -0
  37. package/lib/browser/keyboard/keyboard-utils.js +40 -0
  38. package/lib/browser/keyboard/keyboard-utils.js.map +1 -0
  39. package/lib/browser/menu/browser-menu-plugin.d.ts.map +1 -1
  40. package/lib/browser/menu/browser-menu-plugin.js +8 -1
  41. package/lib/browser/menu/browser-menu-plugin.js.map +1 -1
  42. package/lib/browser/messaging/connection-source.d.ts +2 -1
  43. package/lib/browser/messaging/connection-source.d.ts.map +1 -1
  44. package/lib/browser/messaging/connection-source.js.map +1 -1
  45. package/lib/browser/messaging/messaging-frontend-module.d.ts.map +1 -1
  46. package/lib/browser/messaging/messaging-frontend-module.js +3 -0
  47. package/lib/browser/messaging/messaging-frontend-module.js.map +1 -1
  48. package/lib/browser/messaging/service-connection-provider.d.ts +2 -2
  49. package/lib/browser/messaging/service-connection-provider.d.ts.map +1 -1
  50. package/lib/browser/messaging/service-connection-provider.js +2 -2
  51. package/lib/browser/messaging/service-connection-provider.js.map +1 -1
  52. package/lib/browser/messaging/ws-connection-provider.d.ts +1 -1
  53. package/lib/browser/messaging/ws-connection-provider.d.ts.map +1 -1
  54. package/lib/browser/messaging/ws-connection-provider.js +3 -3
  55. package/lib/browser/messaging/ws-connection-provider.js.map +1 -1
  56. package/lib/browser/messaging/ws-connection-source.d.ts +4 -2
  57. package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
  58. package/lib/browser/messaging/ws-connection-source.js +15 -10
  59. package/lib/browser/messaging/ws-connection-source.js.map +1 -1
  60. package/lib/browser/performance/frontend-stopwatch.js +1 -1
  61. package/lib/browser/performance/frontend-stopwatch.js.map +1 -1
  62. package/lib/browser/preload/i18n-preload-contribution.d.ts +1 -1
  63. package/lib/browser/preload/i18n-preload-contribution.d.ts.map +1 -1
  64. package/lib/browser/preload/i18n-preload-contribution.js +2 -2
  65. package/lib/browser/preload/i18n-preload-contribution.js.map +1 -1
  66. package/lib/browser/preload/os-preload-contribution.d.ts +1 -1
  67. package/lib/browser/preload/os-preload-contribution.d.ts.map +1 -1
  68. package/lib/browser/preload/os-preload-contribution.js +6 -6
  69. package/lib/browser/preload/os-preload-contribution.js.map +1 -1
  70. package/lib/browser/saveable-service.d.ts +9 -2
  71. package/lib/browser/saveable-service.d.ts.map +1 -1
  72. package/lib/browser/saveable-service.js +34 -25
  73. package/lib/browser/saveable-service.js.map +1 -1
  74. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts +1 -0
  75. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts.map +1 -1
  76. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +10 -1
  77. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -1
  78. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts +2 -0
  79. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts.map +1 -1
  80. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js +11 -2
  81. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js.map +1 -1
  82. package/lib/browser/window/browser-window-module.d.ts.map +1 -1
  83. package/lib/browser/window/browser-window-module.js +2 -0
  84. package/lib/browser/window/browser-window-module.js.map +1 -1
  85. package/lib/browser/window/default-secondary-window-service.d.ts +2 -0
  86. package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
  87. package/lib/browser/window/default-secondary-window-service.js +7 -0
  88. package/lib/browser/window/default-secondary-window-service.js.map +1 -1
  89. package/lib/browser/window/window-focus-service.d.ts +71 -0
  90. package/lib/browser/window/window-focus-service.d.ts.map +1 -0
  91. package/lib/browser/window/window-focus-service.js +173 -0
  92. package/lib/browser/window/window-focus-service.js.map +1 -0
  93. package/lib/common/event.d.ts +16 -0
  94. package/lib/common/event.d.ts.map +1 -1
  95. package/lib/common/event.js +20 -2
  96. package/lib/common/event.js.map +1 -1
  97. package/lib/common/event.spec.js +63 -0
  98. package/lib/common/event.spec.js.map +1 -1
  99. package/lib/common/glob.d.ts +2 -0
  100. package/lib/common/glob.d.ts.map +1 -1
  101. package/lib/common/glob.js +8 -7
  102. package/lib/common/glob.js.map +1 -1
  103. package/lib/common/message-rpc/channel.d.ts +1 -1
  104. package/lib/common/message-rpc/channel.d.ts.map +1 -1
  105. package/lib/common/message-rpc/channel.js +20 -12
  106. package/lib/common/message-rpc/channel.js.map +1 -1
  107. package/lib/common/message-rpc/channel.spec.d.ts.map +1 -1
  108. package/lib/common/message-rpc/channel.spec.js +94 -0
  109. package/lib/common/message-rpc/channel.spec.js.map +1 -1
  110. package/lib/common/message-rpc/rpc-protocol.d.ts.map +1 -1
  111. package/lib/common/message-rpc/rpc-protocol.js +13 -3
  112. package/lib/common/message-rpc/rpc-protocol.js.map +1 -1
  113. package/lib/common/message-rpc/uint8-array-message-buffer.d.ts.map +1 -1
  114. package/lib/common/message-rpc/uint8-array-message-buffer.js +1 -1
  115. package/lib/common/message-rpc/uint8-array-message-buffer.js.map +1 -1
  116. package/lib/common/messaging/index.d.ts +1 -0
  117. package/lib/common/messaging/index.d.ts.map +1 -1
  118. package/lib/common/messaging/index.js +1 -0
  119. package/lib/common/messaging/index.js.map +1 -1
  120. package/lib/common/messaging/socket-write-buffer.d.ts +4 -3
  121. package/lib/common/messaging/socket-write-buffer.d.ts.map +1 -1
  122. package/lib/common/messaging/socket-write-buffer.js +14 -4
  123. package/lib/common/messaging/socket-write-buffer.js.map +1 -1
  124. package/lib/common/performance/index.d.ts +1 -0
  125. package/lib/common/performance/index.d.ts.map +1 -1
  126. package/lib/common/performance/index.js +1 -0
  127. package/lib/common/performance/index.js.map +1 -1
  128. package/lib/common/performance/simple-stopwatch.d.ts +18 -0
  129. package/lib/common/performance/simple-stopwatch.d.ts.map +1 -0
  130. package/lib/common/performance/simple-stopwatch.js +80 -0
  131. package/lib/common/performance/simple-stopwatch.js.map +1 -0
  132. package/lib/common/performance/stopwatch.d.ts +41 -0
  133. package/lib/common/performance/stopwatch.d.ts.map +1 -1
  134. package/lib/common/performance/stopwatch.js +89 -3
  135. package/lib/common/performance/stopwatch.js.map +1 -1
  136. package/lib/common/performance/stopwatch.spec.d.ts +2 -0
  137. package/lib/common/performance/stopwatch.spec.d.ts.map +1 -0
  138. package/lib/common/performance/stopwatch.spec.js +256 -0
  139. package/lib/common/performance/stopwatch.spec.js.map +1 -0
  140. package/lib/common/preferences/index.d.ts +1 -0
  141. package/lib/common/preferences/index.d.ts.map +1 -1
  142. package/lib/common/preferences/index.js +1 -0
  143. package/lib/common/preferences/index.js.map +1 -1
  144. package/lib/common/preferences/preference-utils.d.ts +6 -0
  145. package/lib/common/preferences/preference-utils.d.ts.map +1 -0
  146. package/lib/common/preferences/preference-utils.js +29 -0
  147. package/lib/common/preferences/preference-utils.js.map +1 -0
  148. package/lib/common/resource.d.ts +2 -0
  149. package/lib/common/resource.d.ts.map +1 -1
  150. package/lib/common/resource.js +7 -3
  151. package/lib/common/resource.js.map +1 -1
  152. package/lib/electron-browser/menu/electron-main-menu-factory.d.ts.map +1 -1
  153. package/lib/electron-browser/menu/electron-main-menu-factory.js +5 -1
  154. package/lib/electron-browser/menu/electron-main-menu-factory.js.map +1 -1
  155. package/lib/electron-browser/messaging/electron-messaging-frontend-module.d.ts.map +1 -1
  156. package/lib/electron-browser/messaging/electron-messaging-frontend-module.js +3 -0
  157. package/lib/electron-browser/messaging/electron-messaging-frontend-module.js.map +1 -1
  158. package/lib/electron-browser/window/electron-window-module.d.ts.map +1 -1
  159. package/lib/electron-browser/window/electron-window-module.js +2 -0
  160. package/lib/electron-browser/window/electron-window-module.js.map +1 -1
  161. package/lib/electron-main/electron-api-main.d.ts.map +1 -1
  162. package/lib/electron-main/electron-api-main.js +4 -2
  163. package/lib/electron-main/electron-api-main.js.map +1 -1
  164. package/lib/electron-main/electron-main-application-module.d.ts.map +1 -1
  165. package/lib/electron-main/electron-main-application-module.js +3 -0
  166. package/lib/electron-main/electron-main-application-module.js.map +1 -1
  167. package/lib/electron-main/electron-main-application.d.ts +2 -0
  168. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  169. package/lib/electron-main/electron-main-application.js +14 -5
  170. package/lib/electron-main/electron-main-application.js.map +1 -1
  171. package/lib/electron-main/theia-electron-window.d.ts.map +1 -1
  172. package/lib/electron-main/theia-electron-window.js +3 -0
  173. package/lib/electron-main/theia-electron-window.js.map +1 -1
  174. package/lib/node/backend-application.d.ts +2 -0
  175. package/lib/node/backend-application.d.ts.map +1 -1
  176. package/lib/node/backend-application.js +17 -5
  177. package/lib/node/backend-application.js.map +1 -1
  178. package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
  179. package/lib/node/messaging/default-messaging-service.js +1 -0
  180. package/lib/node/messaging/default-messaging-service.js.map +1 -1
  181. package/lib/node/messaging/index.d.ts +1 -0
  182. package/lib/node/messaging/index.d.ts.map +1 -1
  183. package/lib/node/messaging/index.js +1 -0
  184. package/lib/node/messaging/index.js.map +1 -1
  185. package/lib/node/messaging/messaging-backend-module.d.ts.map +1 -1
  186. package/lib/node/messaging/messaging-backend-module.js +4 -0
  187. package/lib/node/messaging/messaging-backend-module.js.map +1 -1
  188. package/lib/node/messaging/test/default-messaging-service.spec.d.ts +2 -0
  189. package/lib/node/messaging/test/default-messaging-service.spec.d.ts.map +1 -0
  190. package/lib/node/messaging/test/default-messaging-service.spec.js +81 -0
  191. package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -0
  192. package/lib/node/messaging/websocket-frontend-connection-service.d.ts +9 -5
  193. package/lib/node/messaging/websocket-frontend-connection-service.d.ts.map +1 -1
  194. package/lib/node/messaging/websocket-frontend-connection-service.js +21 -5
  195. package/lib/node/messaging/websocket-frontend-connection-service.js.map +1 -1
  196. package/lib/node/performance/node-stopwatch.js +1 -1
  197. package/lib/node/performance/node-stopwatch.js.map +1 -1
  198. package/lib/node/process-utils.d.ts.map +1 -1
  199. package/lib/node/process-utils.js +9 -1
  200. package/lib/node/process-utils.js.map +1 -1
  201. package/package.json +34 -34
  202. package/src/browser/common-frontend-contribution.ts +2 -2
  203. package/src/browser/components/card.tsx +13 -2
  204. package/src/browser/connection-status-service.ts +1 -1
  205. package/src/browser/frontend-application-contribution.ts +2 -2
  206. package/src/browser/frontend-application.ts +26 -17
  207. package/src/browser/keyboard/index.ts +1 -0
  208. package/src/browser/keyboard/keyboard-utils.ts +37 -0
  209. package/src/browser/menu/browser-menu-plugin.ts +8 -1
  210. package/src/browser/messaging/connection-source.ts +2 -1
  211. package/src/browser/messaging/messaging-frontend-module.ts +3 -0
  212. package/src/browser/messaging/service-connection-provider.ts +2 -2
  213. package/src/browser/messaging/ws-connection-provider.ts +1 -1
  214. package/src/browser/messaging/ws-connection-source.ts +7 -4
  215. package/src/browser/performance/frontend-stopwatch.ts +1 -1
  216. package/src/browser/preload/i18n-preload-contribution.ts +1 -1
  217. package/src/browser/preload/os-preload-contribution.ts +1 -1
  218. package/src/browser/saveable-service.ts +34 -27
  219. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.tsx +14 -1
  220. package/src/browser/shell/tab-bar-toolbar/tab-toolbar-item.tsx +13 -2
  221. package/src/browser/style/card.css +4 -2
  222. package/src/browser/style/hover-service.css +7 -0
  223. package/src/browser/window/browser-window-module.ts +2 -0
  224. package/src/browser/window/default-secondary-window-service.ts +6 -0
  225. package/src/browser/window/window-focus-service.ts +187 -0
  226. package/src/common/event.spec.ts +80 -0
  227. package/src/common/event.ts +31 -2
  228. package/src/common/glob.ts +2 -2
  229. package/src/common/i18n/nls.metadata.json +4254 -1058
  230. package/src/common/message-rpc/channel.spec.ts +116 -0
  231. package/src/common/message-rpc/channel.ts +15 -11
  232. package/src/common/message-rpc/rpc-protocol.ts +12 -3
  233. package/src/common/message-rpc/uint8-array-message-buffer.ts +1 -1
  234. package/src/common/messaging/index.ts +1 -0
  235. package/src/common/messaging/socket-write-buffer.ts +10 -4
  236. package/src/common/performance/index.ts +1 -0
  237. package/src/common/performance/simple-stopwatch.ts +91 -0
  238. package/src/common/performance/stopwatch.spec.ts +321 -0
  239. package/src/common/performance/stopwatch.ts +103 -2
  240. package/src/common/preferences/index.ts +1 -0
  241. package/src/common/preferences/preference-utils.ts +28 -0
  242. package/src/common/resource.ts +8 -2
  243. package/src/electron-browser/menu/electron-main-menu-factory.ts +5 -1
  244. package/src/electron-browser/messaging/electron-messaging-frontend-module.ts +3 -0
  245. package/src/electron-browser/window/electron-window-module.ts +2 -0
  246. package/src/electron-main/electron-api-main.ts +4 -2
  247. package/src/electron-main/electron-main-application-module.ts +3 -0
  248. package/src/electron-main/electron-main-application.ts +21 -5
  249. package/src/electron-main/theia-electron-window.ts +3 -0
  250. package/src/node/backend-application.ts +27 -10
  251. package/src/node/messaging/default-messaging-service.ts +1 -0
  252. package/src/node/messaging/index.ts +1 -0
  253. package/src/node/messaging/messaging-backend-module.ts +5 -1
  254. package/src/node/messaging/test/default-messaging-service.spec.ts +85 -0
  255. package/src/node/messaging/websocket-frontend-connection-service.ts +20 -7
  256. package/src/node/performance/node-stopwatch.ts +1 -1
  257. package/src/node/process-utils.ts +9 -1
@@ -1,7 +1,18 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/schema-catalog.json",
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",
@@ -691,6 +702,19 @@
691
702
  "0.9": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.9/bottom.json"
692
703
  }
693
704
  },
705
+ {
706
+ "name": "Bpod Finite-State Machine",
707
+ "description": "Definition of a Bpod Finite-State Machine",
708
+ "fileMatch": [
709
+ "*.bpod-fsm.json",
710
+ "*.bpod-fsm.yaml",
711
+ "*.bpod-fsm.yml",
712
+ "bpod-fsm.json",
713
+ "bpod-fsm.yaml",
714
+ "bpod-fsm.yml"
715
+ ],
716
+ "url": "https://raw.githubusercontent.com/int-brain-lab/bpod-core/main/.schema/statemachine.json"
717
+ },
694
718
  {
695
719
  "name": "buf.yaml",
696
720
  "description": "buf.yaml is used to define a module. It's the primary configuration file, and is responsible for the module's name, dependencies, and lint and breaking configuration",
@@ -715,6 +739,12 @@
715
739
  "fileMatch": ["buf.plugin.yaml"],
716
740
  "url": "https://www.schemastore.org/buf.plugin.json"
717
741
  },
742
+ {
743
+ "name": "buf.policy.yaml",
744
+ "description": "buf.policy.yaml defines a policy containing lint, breaking change detection, and plugin configuration that can be shared across BSR modules",
745
+ "fileMatch": ["buf.policy.yaml"],
746
+ "url": "https://www.schemastore.org/buf.policy.json"
747
+ },
718
748
  {
719
749
  "name": "buf.work.yaml",
720
750
  "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 +980,12 @@
950
980
  "fileMatch": ["**/.fasterci/config.yaml"],
951
981
  "url": "https://fasterci.com/config.schema.json"
952
982
  },
983
+ {
984
+ "name": "Fence configuration",
985
+ "description": "Configuration file for fence, a lightweight, container-free sandbox for running commands with network and filesystem restrictions",
986
+ "fileMatch": ["fence.json"],
987
+ "url": "https://raw.githubusercontent.com/Use-Tusk/fence/refs/heads/main/docs/schema/fence.schema.json"
988
+ },
953
989
  {
954
990
  "name": "Foxx Manifest",
955
991
  "description": "ArangoDB Foxx service manifest file",
@@ -1183,6 +1219,12 @@
1183
1219
  "fileMatch": [],
1184
1220
  "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-black.json"
1185
1221
  },
1222
+ {
1223
+ "name": "partial-fastapi.json",
1224
+ "description": "FastAPI web framework configuration for pyproject.toml",
1225
+ "fileMatch": [],
1226
+ "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-fastapi.json"
1227
+ },
1186
1228
  {
1187
1229
  "name": "bozr.suite.json",
1188
1230
  "description": "Bozr test suite file",
@@ -1548,12 +1590,30 @@
1548
1590
  "fileMatch": ["**/.claude/keybindings.json"],
1549
1591
  "url": "https://www.schemastore.org/claude-code-keybindings.json"
1550
1592
  },
1593
+ {
1594
+ "name": "Claude Code Plugin Manifest",
1595
+ "description": "Manifest (.claude-plugin/plugin.json) for a Claude Code plugin",
1596
+ "fileMatch": ["**/.claude-plugin/plugin.json"],
1597
+ "url": "https://www.schemastore.org/claude-code-plugin-manifest.json"
1598
+ },
1599
+ {
1600
+ "name": "Claude Code Plugin Marketplace",
1601
+ "description": "Marketplace manifest (.claude-plugin/marketplace.json) listing Claude Code plugins",
1602
+ "fileMatch": ["**/.claude-plugin/marketplace.json"],
1603
+ "url": "https://www.schemastore.org/claude-code-marketplace.json"
1604
+ },
1551
1605
  {
1552
1606
  "name": "Claude Code Settings",
1553
1607
  "description": "Configuration file for Claude Code",
1554
1608
  "fileMatch": ["**/.claude/settings.json"],
1555
1609
  "url": "https://www.schemastore.org/claude-code-settings.json"
1556
1610
  },
1611
+ {
1612
+ "name": "cmakefmt",
1613
+ "description": "Configuration file for cmakefmt, a fast native CMake formatter",
1614
+ "fileMatch": [".cmakefmt.yaml", ".cmakefmt.yml", ".cmakefmt.toml"],
1615
+ "url": "https://cmakefmt.dev/schemas/latest/schema.json"
1616
+ },
1557
1617
  {
1558
1618
  "name": "CVE Record Format",
1559
1619
  "description": "CVE record format to describe security vulnerabilities",
@@ -2625,6 +2685,12 @@
2625
2685
  "description": "Esquio configuration files",
2626
2686
  "url": "https://www.schemastore.org/esquio.json"
2627
2687
  },
2688
+ {
2689
+ "name": "estampo.toml",
2690
+ "description": "Configuration for estampo, the build system for reproducible 3D prints",
2691
+ "fileMatch": ["estampo.toml", "estampo.*.toml"],
2692
+ "url": "https://raw.githubusercontent.com/estampo/estampo/main/docs/estampo.schema.json"
2693
+ },
2628
2694
  {
2629
2695
  "name": "epr-manifest.json",
2630
2696
  "description": "Entry Point Regulation manifest file",
@@ -2727,7 +2793,7 @@
2727
2793
  {
2728
2794
  "name": "Expo SDK",
2729
2795
  "description": "Expo SDK app manifest",
2730
- "fileMatch": ["app.json"],
2796
+ "fileMatch": [],
2731
2797
  "url": "https://www.schemastore.org/expo-53.0.0.json",
2732
2798
  "versions": {
2733
2799
  "37.0.0": "https://www.schemastore.org/expo-37.0.0.json",
@@ -2748,6 +2814,12 @@
2748
2814
  "fileMatch": ["eas.json"],
2749
2815
  "url": "https://raw.githubusercontent.com/expo/eas-cli/main/packages/eas-json/schema/eas.schema.json"
2750
2816
  },
2817
+ {
2818
+ "name": "Expoot app config",
2819
+ "description": "The config for creating a React Native Desktop app with best-effort Expo support, used by the expoot CLI",
2820
+ "fileMatch": ["expoot-app.json"],
2821
+ "url": "https://raw.githubusercontent.com/shirakaba/expoot/main/packages/expoot/schemas/expoot-app.schema.json"
2822
+ },
2751
2823
  {
2752
2824
  "name": "EasyVCR .NET",
2753
2825
  "description": "EasyVCR .NET recording file",
@@ -3005,7 +3077,7 @@
3005
3077
  ".gitversion.yml",
3006
3078
  ".gitversion.yaml"
3007
3079
  ],
3008
- "url": "https://gitversion.net/schemas/6.6/GitVersion.configuration.json",
3080
+ "url": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json",
3009
3081
  "versions": {
3010
3082
  "5.12": "https://gitversion.net/schemas/5.12/GitVersion.configuration.json",
3011
3083
  "6.0": "https://gitversion.net/schemas/6.0/GitVersion.configuration.json",
@@ -3014,7 +3086,8 @@
3014
3086
  "6.3": "https://gitversion.net/schemas/6.3/GitVersion.configuration.json",
3015
3087
  "6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
3016
3088
  "6.5": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json",
3017
- "6.6": "https://gitversion.net/schemas/6.6/GitVersion.configuration.json"
3089
+ "6.6": "https://gitversion.net/schemas/6.6/GitVersion.configuration.json",
3090
+ "6.7": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json"
3018
3091
  }
3019
3092
  },
3020
3093
  {
@@ -3172,8 +3245,6 @@
3172
3245
  "fileMatch": [
3173
3246
  "**/vars/*.yml",
3174
3247
  "**/vars/*.yaml",
3175
- "**/defaults/*.yml",
3176
- "**/defaults/*.yaml",
3177
3248
  "**/host_vars/*.yml",
3178
3249
  "**/host_vars/*.yaml",
3179
3250
  "**/group_vars/*.yml",
@@ -3704,8 +3775,9 @@
3704
3775
  "name": "JReleaser",
3705
3776
  "description": "JReleaser config file",
3706
3777
  "fileMatch": ["jreleaser.yml", "jreleaser.json"],
3707
- "url": "https://www.schemastore.org/jreleaser-1.23.0.json",
3778
+ "url": "https://www.schemastore.org/jreleaser-1.24.0.json",
3708
3779
  "versions": {
3780
+ "1.24.0": "https://www.schemastore.org/jreleaser-1.24.0.json",
3709
3781
  "1.23.0": "https://www.schemastore.org/jreleaser-1.23.0.json",
3710
3782
  "1.22.0": "https://www.schemastore.org/jreleaser-1.22.0.json",
3711
3783
  "1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
@@ -3935,6 +4007,12 @@
3935
4007
  "fileMatch": ["keto.json", "keto.yml", "keto.yaml", "keto.toml"],
3936
4008
  "url": "https://raw.githubusercontent.com/ory/keto/master/.schema/version.schema.json"
3937
4009
  },
4010
+ {
4011
+ "name": "Knowledge Unit",
4012
+ "description": "Verified knowledge artifact produced through multi-model deliberation (IETF Internet-Draft: draft-farley-acta-knowledge-units)",
4013
+ "fileMatch": ["ku-*.json", "knowledge-unit.json", "**/ku/*.json"],
4014
+ "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/knowledge-unit.json"
4015
+ },
3938
4016
  {
3939
4017
  "name": "kontinuous-values.yaml",
3940
4018
  "description": "Kontinuous values.yaml configuration files",
@@ -4328,6 +4406,15 @@
4328
4406
  "1.6": "https://www.schemastore.org/mkdocs-1.6.json"
4329
4407
  }
4330
4408
  },
4409
+ {
4410
+ "name": "ModuleAssembler",
4411
+ "description": "ModuleAssembler configuration file",
4412
+ "fileMatch": ["**/.moduleassembler/moduleproject.json"],
4413
+ "url": "https://raw.githubusercontent.com/ModuleAssembler/ModuleAssembler-Schema/refs/tags/v1.0.0/schema/moduleassembler.schema.json",
4414
+ "versions": {
4415
+ "1.0.0": "https://raw.githubusercontent.com/ModuleAssembler/ModuleAssembler-Schema/refs/tags/v1.0.0/schema/moduleassembler.schema.json"
4416
+ }
4417
+ },
4331
4418
  {
4332
4419
  "name": "mrdocs.yml",
4333
4420
  "description": "MrDocs configuration file",
@@ -5021,6 +5108,12 @@
5021
5108
  "fileMatch": ["packer.json"],
5022
5109
  "url": "https://www.schemastore.org/packer.json"
5023
5110
  },
5111
+ {
5112
+ "name": "PactSpec",
5113
+ "description": "AI agent capability declaration (pactspec.dev)",
5114
+ "fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
5115
+ "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
5116
+ },
5024
5117
  {
5025
5118
  "name": "Paper paper-plugin.yml",
5026
5119
  "description": "Paper Plugins YAML",
@@ -5605,6 +5698,18 @@
5605
5698
  "fileMatch": ["replit.toml"],
5606
5699
  "url": "https://www.schemastore.org/replit.json"
5607
5700
  },
5701
+ {
5702
+ "name": "reposets Configuration",
5703
+ "description": "Configuration for the reposets CLI tool for syncing GitHub repository settings",
5704
+ "fileMatch": ["reposets.config.toml", "reposets.config.json"],
5705
+ "url": "https://raw.githubusercontent.com/spencerbeggs/reposets/main/package/schemas/reposets.config.schema.json"
5706
+ },
5707
+ {
5708
+ "name": "reposets Credentials",
5709
+ "description": "Authentication profiles for the reposets CLI tool",
5710
+ "fileMatch": ["reposets.credentials.toml", "reposets.credentials.json"],
5711
+ "url": "https://raw.githubusercontent.com/spencerbeggs/reposets/main/package/schemas/reposets.credentials.schema.json"
5712
+ },
5608
5713
  {
5609
5714
  "name": "*.resjson",
5610
5715
  "description": "Windows App localization file",
@@ -5753,6 +5858,12 @@
5753
5858
  "fileMatch": ["rustfmt.toml"],
5754
5859
  "url": "https://www.schemastore.org/rustfmt.json"
5755
5860
  },
5861
+ {
5862
+ "name": "ryl",
5863
+ "description": "ryl, a fast YAML linter written in Rust",
5864
+ "fileMatch": ["ryl.toml", ".ryl.toml"],
5865
+ "url": "https://www.schemastore.org/ryl.json"
5866
+ },
5756
5867
  {
5757
5868
  "name": "Rust toolchain",
5758
5869
  "description": "A declarative managing the Rust toolchain",
@@ -5873,6 +5984,12 @@
5873
5984
  "description": "Thing as defined by schema.org",
5874
5985
  "url": "https://www.schemastore.org/schema-org-thing.json"
5875
5986
  },
5987
+ {
5988
+ "name": "Scarb",
5989
+ "description": "Scarb manifest file (Scarb.toml)",
5990
+ "fileMatch": ["Scarb.toml"],
5991
+ "url": "https://www.schemastore.org/scarb.json"
5992
+ },
5876
5993
  {
5877
5994
  "name": "Scoop manifest",
5878
5995
  "description": "Scoop bucket app manifest",
@@ -6676,7 +6793,7 @@
6676
6793
  {
6677
6794
  "name": "Ubuntu Server Autoinstall",
6678
6795
  "description": "Settings file for Ubuntu Autoinstall",
6679
- "fileMatch": ["user-data"],
6796
+ "fileMatch": ["user-data", "autoinstall.yaml"],
6680
6797
  "url": "https://www.schemastore.org/ubuntu-server-autoinstall.json"
6681
6798
  },
6682
6799
  {
@@ -7369,6 +7486,18 @@
7369
7486
  "fileMatch": ["*.tokenlist.json"],
7370
7487
  "url": "https://uniswap.org/tokenlist.schema.json"
7371
7488
  },
7489
+ {
7490
+ "name": "yamlfmt",
7491
+ "description": "Configuration file for yamlfmt",
7492
+ "fileMatch": [
7493
+ ".yamlfmt",
7494
+ "yamlfmt.yml",
7495
+ "yamlfmt.yaml",
7496
+ ".yamlfmt.yaml",
7497
+ ".yamlfmt.yml"
7498
+ ],
7499
+ "url": "https://www.schemastore.org/yamlfmt.json"
7500
+ },
7372
7501
  {
7373
7502
  "name": "yamllint",
7374
7503
  "description": "yamllint uses a set of rules to check source files for problems",
@@ -8307,10 +8436,10 @@
8307
8436
  "url": "https://raw.githubusercontent.com/goblet/goblet/main/goblet.schema.json"
8308
8437
  },
8309
8438
  {
8310
- "name": "Databricks Asset Bundles",
8311
- "description": "Databricks Asset Bundles config",
8439
+ "name": "Declarative Automation Bundles",
8440
+ "description": "Declarative Automation Bundles config",
8312
8441
  "fileMatch": ["databricks.yml", "databricks.yaml"],
8313
- "url": "https://www.schemastore.org/databricks-asset-bundles.json"
8442
+ "url": "https://www.schemastore.org/declarative-automation-bundles.json"
8314
8443
  },
8315
8444
  {
8316
8445
  "name": "JSON Schema Draft 4 (unofficial with '$ref' and 'format')",
@@ -9576,6 +9705,62 @@
9576
9705
  "versions": {
9577
9706
  "1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
9578
9707
  }
9708
+ },
9709
+ {
9710
+ "name": "Ethereum ERC721",
9711
+ "description": "ERC-721 Non-Fungible Token Standard",
9712
+ "url": "https://www.schemastore.org/ethereum-erc721.json"
9713
+ },
9714
+ {
9715
+ "name": "Ethereum ERC1155",
9716
+ "description": "ERC-1155 Multi Token Standard",
9717
+ "url": "https://www.schemastore.org/ethereum-erc1155.json"
9718
+ },
9719
+ {
9720
+ "name": "Qwen Code Settings",
9721
+ "description": "Configuration file for Qwen Code",
9722
+ "fileMatch": ["**/.qwen/settings.json"],
9723
+ "url": "https://www.schemastore.org/qwen-code-settings.json"
9724
+ },
9725
+ {
9726
+ "name": "Raid Profile",
9727
+ "description": "Definition for one or more Raid Profiles",
9728
+ "fileMatch": ["*.raid.yaml", "*.raid.yml", "*.raid.json"],
9729
+ "url": "https://raw.githubusercontent.com/8bitAlex/raid/main/schemas/raid-profile.schema.json"
9730
+ },
9731
+ {
9732
+ "name": "Raid Repo Configuration",
9733
+ "description": "Definition for a single repository",
9734
+ "fileMatch": ["raid.yaml", "raid.yml", "raid.json"],
9735
+ "url": "https://raw.githubusercontent.com/8bitAlex/raid/main/schemas/raid-repo.schema.json"
9736
+ },
9737
+ {
9738
+ "name": "OpenDecree",
9739
+ "description": "OpenDecree definition file (https://opendecree.dev) — describes typed configuration fields, constraints, and metadata that the OpenDecree configuration management service serves to applications",
9740
+ "fileMatch": [
9741
+ "decree.schema.yaml",
9742
+ "decree.schema.yml",
9743
+ "*.decree.schema.yaml",
9744
+ "*.decree.schema.yml"
9745
+ ],
9746
+ "url": "https://schemas.opendecree.dev/schema/v0.1.0/decree-schema.json",
9747
+ "versions": {
9748
+ "v0.1.0": "https://schemas.opendecree.dev/schema/v0.1.0/decree-schema.json"
9749
+ }
9750
+ },
9751
+ {
9752
+ "name": "OpenDecree Configuration",
9753
+ "description": "OpenDecree configuration values file (https://opendecree.dev) — concrete values for fields declared in a paired main decree yaml",
9754
+ "fileMatch": [
9755
+ "decree.config.yaml",
9756
+ "decree.config.yml",
9757
+ "*.decree.config.yaml",
9758
+ "*.decree.config.yml"
9759
+ ],
9760
+ "url": "https://schemas.opendecree.dev/schema/v0.1.0/decree-config.json",
9761
+ "versions": {
9762
+ "v0.1.0": "https://schemas.opendecree.dev/schema/v0.1.0/decree-config.json"
9763
+ }
9579
9764
  }
9580
9765
  ]
9581
9766
  }
@@ -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];