@theia/core 1.57.1 → 1.58.1

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 (99) hide show
  1. package/README.md +7 -7
  2. package/i18n/nls.cs.json +23 -11
  3. package/i18n/nls.de.json +23 -11
  4. package/i18n/nls.es.json +23 -11
  5. package/i18n/nls.fr.json +23 -11
  6. package/i18n/nls.hu.json +23 -11
  7. package/i18n/nls.it.json +23 -11
  8. package/i18n/nls.ja.json +23 -11
  9. package/i18n/nls.json +24 -12
  10. package/i18n/nls.ko.json +23 -11
  11. package/i18n/nls.pl.json +23 -11
  12. package/i18n/nls.pt-br.json +23 -11
  13. package/i18n/nls.ru.json +23 -11
  14. package/i18n/nls.tr.json +23 -11
  15. package/i18n/nls.zh-cn.json +23 -11
  16. package/i18n/nls.zh-tw.json +23 -11
  17. package/lib/browser/catalog.json +273 -39
  18. package/lib/browser/common-frontend-contribution.d.ts +1 -1
  19. package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
  20. package/lib/browser/common-frontend-contribution.js +16 -7
  21. package/lib/browser/common-frontend-contribution.js.map +1 -1
  22. package/lib/browser/dialogs.d.ts +1 -0
  23. package/lib/browser/dialogs.d.ts.map +1 -1
  24. package/lib/browser/dialogs.js +6 -0
  25. package/lib/browser/dialogs.js.map +1 -1
  26. package/lib/browser/frontend-application-module.d.ts.map +1 -1
  27. package/lib/browser/frontend-application-module.js +1 -0
  28. package/lib/browser/frontend-application-module.js.map +1 -1
  29. package/lib/browser/json-schema-store.d.ts +12 -1
  30. package/lib/browser/json-schema-store.d.ts.map +1 -1
  31. package/lib/browser/json-schema-store.js +31 -1
  32. package/lib/browser/json-schema-store.js.map +1 -1
  33. package/lib/browser/keybinding.js +3 -3
  34. package/lib/browser/keybinding.js.map +1 -1
  35. package/lib/browser/saveable.d.ts +1 -0
  36. package/lib/browser/saveable.d.ts.map +1 -1
  37. package/lib/browser/saveable.js +3 -0
  38. package/lib/browser/saveable.js.map +1 -1
  39. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  40. package/lib/browser/secondary-window-handler.js +1 -0
  41. package/lib/browser/secondary-window-handler.js.map +1 -1
  42. package/lib/browser/shell/application-shell.d.ts +2 -1
  43. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  44. package/lib/browser/shell/application-shell.js +24 -10
  45. package/lib/browser/shell/application-shell.js.map +1 -1
  46. package/lib/browser/test/jsdom.d.ts.map +1 -1
  47. package/lib/browser/test/jsdom.js +6 -1
  48. package/lib/browser/test/jsdom.js.map +1 -1
  49. package/lib/browser/tree/tree-widget.d.ts +6 -2
  50. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  51. package/lib/browser/tree/tree-widget.js +4 -4
  52. package/lib/browser/tree/tree-widget.js.map +1 -1
  53. package/lib/browser/window/browser-window-module.d.ts.map +1 -1
  54. package/lib/browser/window/browser-window-module.js +3 -0
  55. package/lib/browser/window/browser-window-module.js.map +1 -1
  56. package/lib/browser/window/default-secondary-window-service.d.ts +5 -0
  57. package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
  58. package/lib/browser/window/default-secondary-window-service.js +6 -0
  59. package/lib/browser/window/default-secondary-window-service.js.map +1 -1
  60. package/lib/browser/window/secondary-window-service.d.ts +3 -0
  61. package/lib/browser/window/secondary-window-service.d.ts.map +1 -1
  62. package/lib/browser/window/secondary-window-service.js.map +1 -1
  63. package/lib/browser/window/window-title-service.d.ts +6 -0
  64. package/lib/browser/window/window-title-service.d.ts.map +1 -1
  65. package/lib/browser/window/window-title-service.js +12 -1
  66. package/lib/browser/window/window-title-service.js.map +1 -1
  67. package/lib/common/encoding-service.d.ts +1 -0
  68. package/lib/common/encoding-service.d.ts.map +1 -1
  69. package/lib/common/resource.d.ts +2 -0
  70. package/lib/common/resource.d.ts.map +1 -1
  71. package/lib/common/resource.js +1 -0
  72. package/lib/common/resource.js.map +1 -1
  73. package/lib/electron-browser/window/electron-window-module.d.ts.map +1 -1
  74. package/lib/electron-browser/window/electron-window-module.js +3 -0
  75. package/lib/electron-browser/window/electron-window-module.js.map +1 -1
  76. package/lib/node/messaging/test/test-web-socket-channel.d.ts.map +1 -1
  77. package/lib/node/messaging/test/test-web-socket-channel.js +7 -1
  78. package/lib/node/messaging/test/test-web-socket-channel.js.map +1 -1
  79. package/lib/node/messaging/websocket-endpoint.d.ts +1 -1
  80. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  81. package/package.json +11 -11
  82. package/src/browser/common-frontend-contribution.ts +16 -7
  83. package/src/browser/dialogs.ts +7 -0
  84. package/src/browser/frontend-application-module.ts +2 -1
  85. package/src/browser/json-schema-store.ts +35 -1
  86. package/src/browser/keybinding.ts +3 -3
  87. package/src/browser/saveable.ts +3 -0
  88. package/src/browser/secondary-window-handler.ts +1 -0
  89. package/src/browser/shell/application-shell.ts +27 -11
  90. package/src/browser/style/dockpanel.css +10 -0
  91. package/src/browser/test/jsdom.ts +6 -1
  92. package/src/browser/tree/tree-widget.tsx +10 -4
  93. package/src/browser/window/browser-window-module.ts +3 -0
  94. package/src/browser/window/default-secondary-window-service.ts +7 -1
  95. package/src/browser/window/secondary-window-service.ts +3 -0
  96. package/src/browser/window/window-title-service.ts +14 -1
  97. package/src/common/resource.ts +4 -0
  98. package/src/electron-browser/window/electron-window-module.ts +3 -0
  99. package/src/node/messaging/test/test-web-socket-channel.ts +6 -1
@@ -219,6 +219,12 @@
219
219
  "fileMatch": ["appveyor.yml"],
220
220
  "url": "https://json.schemastore.org/appveyor.json"
221
221
  },
222
+ {
223
+ "name": "appsettings.StormPetrel.json",
224
+ "description": "Scand.StormPetrel.Generator NuGet package appsettings.StormPetrel.json file",
225
+ "fileMatch": ["appsettings.StormPetrel.json"],
226
+ "url": "https://raw.githubusercontent.com/Scandltd/storm-petrel/main/generator/assets/appsettings.StormPetrel.Schema.json"
227
+ },
222
228
  {
223
229
  "name": "architect.yml",
224
230
  "description": "Architect.io Component",
@@ -833,6 +839,12 @@
833
839
  "0.65.0": "https://json.schemastore.org/sourcehut-build-0.65.0.json"
834
840
  }
835
841
  },
842
+ {
843
+ "name": "bun.lock",
844
+ "description": "bun.lock file",
845
+ "fileMatch": ["bun.lock"],
846
+ "url": "https://json.schemastore.org/bun-lock.json"
847
+ },
836
848
  {
837
849
  "name": "bundleconfig.json",
838
850
  "description": "bundleconfig.json files",
@@ -977,7 +989,7 @@
977
989
  "name": "Chromia Model",
978
990
  "description": "Chromia Model Config File",
979
991
  "fileMatch": ["chromia.yml", "chromia.yaml"],
980
- "url": "https://gitlab.com/chromaway/core-tools/chromia-cli/-/raw/dev/chromia-build-tools/src/main/resources/chromia-model-schema.json"
992
+ "url": "https://gitlab.com/chromaway/core-tools/chromia-cli-tools/-/raw/dev/chromia-build-tools/src/main/resources/chromia-model-schema.json"
981
993
  },
982
994
  {
983
995
  "name": "cibuildwheel",
@@ -1062,6 +1074,21 @@
1062
1074
  "fileMatch": ["cycle.json", "cycle.yml", "cycle.yaml"],
1063
1075
  "url": "https://raw.githubusercontent.com/cycleplatform/api-spec/main/stackspec/stackspec.json"
1064
1076
  },
1077
+ {
1078
+ "name": "CycloneDX",
1079
+ "description": "CycloneDX Bill of Materials (BOM) file",
1080
+ "fileMatch": ["bom.json", "*.cdx.json"],
1081
+ "url": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.6.schema.json",
1082
+ "versions": {
1083
+ "1.2": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.2.schema.json",
1084
+ "1.2-strict": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.2-strict.schema.json",
1085
+ "1.3": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.3.schema.json",
1086
+ "1.3-strict": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.3-strict.schema.json",
1087
+ "1.4": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.4.schema.json",
1088
+ "1.5": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.5.schema.json",
1089
+ "1.6": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.6.schema.json"
1090
+ }
1091
+ },
1065
1092
  {
1066
1093
  "name": "DataYoga Connections",
1067
1094
  "description": "Collection of defined source and target connections used within DataYoga jobs",
@@ -1116,6 +1143,15 @@
1116
1143
  "fileMatch": ["dependency-cruiser.config.json"],
1117
1144
  "url": "https://raw.githubusercontent.com/sverweij/dependency-cruiser/main/src/schema/configuration.schema.json"
1118
1145
  },
1146
+ {
1147
+ "name": "DeployStack Configuration",
1148
+ "description": "Configuration for DeployStack applications, supporting app customization and deployment settings",
1149
+ "fileMatch": [
1150
+ "**/.deploystack/config.yml",
1151
+ "**/.deploystack/config.yaml"
1152
+ ],
1153
+ "url": "https://cdnx.deploystack.io/schema/config.yml.json"
1154
+ },
1119
1155
  {
1120
1156
  "name": "Deta Spacefile",
1121
1157
  "description": "Configuration file for Space Apps",
@@ -1765,7 +1801,7 @@
1765
1801
  {
1766
1802
  "name": "Deployer Recipe",
1767
1803
  "description": "A Deployer yaml recipes",
1768
- "fileMatch": ["deploy.yaml", "deploy.yml"],
1804
+ "fileMatch": [],
1769
1805
  "url": "https://raw.githubusercontent.com/deployphp/deployer/master/src/schema.json"
1770
1806
  },
1771
1807
  {
@@ -1814,6 +1850,19 @@
1814
1850
  "fileMatch": ["docfx.json"],
1815
1851
  "url": "https://json.schemastore.org/docfx.json"
1816
1852
  },
1853
+ {
1854
+ "name": "Dofigen",
1855
+ "description": "Dofigen configuration file. Documentation: https://github.com/lenra-io/dofigen",
1856
+ "fileMatch": [
1857
+ "dofigen.yaml",
1858
+ "dofigen.json",
1859
+ "dofigen.yml",
1860
+ "*.dofigen.yaml",
1861
+ "*.dofigen.json",
1862
+ "*.dofigen.yml"
1863
+ ],
1864
+ "url": "https://json.schemastore.org/dofigen.json"
1865
+ },
1817
1866
  {
1818
1867
  "name": "Dolittle Artifacts",
1819
1868
  "description": "A Dolittle bounded context's artifacts",
@@ -2010,15 +2059,6 @@
2010
2059
  "fileMatch": ["epr-manifest.json"],
2011
2060
  "url": "https://json.schemastore.org/epr-manifest.json"
2012
2061
  },
2013
- {
2014
- "name": "Error pages",
2015
- "description": "Error-Pages configuration file",
2016
- "fileMatch": ["error-pages*.yml", "error-pages*.yaml"],
2017
- "url": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json",
2018
- "versions": {
2019
- "1.0": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json"
2020
- }
2021
- },
2022
2062
  {
2023
2063
  "name": "electron-builder configuration file",
2024
2064
  "description": "electron-build configuration file",
@@ -2176,6 +2216,12 @@
2176
2216
  ],
2177
2217
  "url": "https://gitlab.cern.ch/steam/fiqus/-/raw/master/docs/schema.json"
2178
2218
  },
2219
+ {
2220
+ "name": "FlexGet Config",
2221
+ "description": "FlexGet config file",
2222
+ "fileMatch": ["**/.flexget/config.yml", "**/flexget/config.yml"],
2223
+ "url": "https://github.com/Flexget/Flexget/releases/latest/download/flexget-config.schema.json"
2224
+ },
2179
2225
  {
2180
2226
  "name": "first-timers-bot",
2181
2227
  "description": "A bot that helps onboarding new open-source contributors",
@@ -2240,6 +2286,21 @@
2240
2286
  "1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
2241
2287
  }
2242
2288
  },
2289
+ {
2290
+ "name": "KSail",
2291
+ "description": "Configuration for KSail",
2292
+ "fileMatch": [
2293
+ "ksail-cluster.yaml",
2294
+ "ksail-cluster.yml",
2295
+ "ksail-config.yaml",
2296
+ "ksail-config.yml",
2297
+ "ksail.yaml",
2298
+ "ksail.yml",
2299
+ "*.ksail.yaml",
2300
+ "*.ksail.yml"
2301
+ ],
2302
+ "url": "https://github.com/devantler/ksail/blob/main/schemas/ksail-cluster-schema.json"
2303
+ },
2243
2304
  {
2244
2305
  "name": "function.json",
2245
2306
  "description": "Azure Functions function.json files",
@@ -2352,20 +2413,12 @@
2352
2413
  "description": "YAML GitHub Funding",
2353
2414
  "fileMatch": [
2354
2415
  "**/.github/FUNDING.yml",
2416
+ "**/.github/FUNDING.yaml",
2355
2417
  "**/.github/funding.yml",
2356
2418
  "**/.github/funding.yaml"
2357
2419
  ],
2358
2420
  "url": "https://json.schemastore.org/github-funding.json"
2359
2421
  },
2360
- {
2361
- "name": "GitHub Issue Template forms",
2362
- "description": "YAML GitHub issue forms",
2363
- "fileMatch": [
2364
- "**/.github/ISSUE_TEMPLATE/**.yml",
2365
- "**/.github/ISSUE_TEMPLATE/**.yaml"
2366
- ],
2367
- "url": "https://json.schemastore.org/github-issue-forms.json"
2368
- },
2369
2422
  {
2370
2423
  "name": "GitHub Issue Template configuration",
2371
2424
  "description": "YAML configuring GitHub Issue Templates",
@@ -2375,6 +2428,15 @@
2375
2428
  ],
2376
2429
  "url": "https://json.schemastore.org/github-issue-config.json"
2377
2430
  },
2431
+ {
2432
+ "name": "GitHub Issue Template forms",
2433
+ "description": "YAML GitHub issue forms",
2434
+ "fileMatch": [
2435
+ "**/.github/ISSUE_TEMPLATE/**.yml",
2436
+ "**/.github/ISSUE_TEMPLATE/**.yaml"
2437
+ ],
2438
+ "url": "https://json.schemastore.org/github-issue-forms.json"
2439
+ },
2378
2440
  {
2379
2441
  "name": "GitHub Workflow",
2380
2442
  "description": "YAML GitHub Workflow",
@@ -2849,6 +2911,12 @@
2849
2911
  "fileMatch": ["jx-requirements.yml"],
2850
2912
  "url": "https://jenkins-x.io/schemas/jx-requirements.json"
2851
2913
  },
2914
+ {
2915
+ "name": "Jest",
2916
+ "description": "A JavaScript Testing Framework",
2917
+ "fileMatch": ["jest.config.json"],
2918
+ "url": "https://json.schemastore.org/jest.json"
2919
+ },
2852
2920
  {
2853
2921
  "name": "JDownloader2 crawler single-rules",
2854
2922
  "description": "A validating a single jdownloader2 rule",
@@ -2888,8 +2956,9 @@
2888
2956
  "name": "JReleaser",
2889
2957
  "description": "JReleaser config file",
2890
2958
  "fileMatch": ["jreleaser.yml", "jreleaser.json"],
2891
- "url": "https://json.schemastore.org/jreleaser-1.15.0.json",
2959
+ "url": "https://json.schemastore.org/jreleaser-1.16.0.json",
2892
2960
  "versions": {
2961
+ "1.16.0": "https://json.schemastore.org/jreleaser-1.16.0.json",
2893
2962
  "1.15.0": "https://json.schemastore.org/jreleaser-1.15.0.json",
2894
2963
  "1.14.0": "https://json.schemastore.org/jreleaser-1.14.0.json",
2895
2964
  "1.13.1": "https://json.schemastore.org/jreleaser-1.13.1.json",
@@ -3056,6 +3125,18 @@
3056
3125
  "0.19.0": "https://json.schemastore.org/kestra-0.19.0.json"
3057
3126
  }
3058
3127
  },
3128
+ {
3129
+ "name": "Kometa config file",
3130
+ "description": "Kometa (formerly Plex Meta Manager or PMM) configuration file for stable versions",
3131
+ "fileMatch": [],
3132
+ "url": "https://raw.githubusercontent.com/kometa-team/kometa/master/json-schema/config-schema.json"
3133
+ },
3134
+ {
3135
+ "name": "Kometa (nightly) config file",
3136
+ "description": "Kometa (formerly Plex Meta Manager or PMM) configuration file for nightly versions",
3137
+ "fileMatch": [],
3138
+ "url": "https://raw.githubusercontent.com/kometa-team/kometa/nightly/json-schema/config-schema.json"
3139
+ },
3059
3140
  {
3060
3141
  "name": "KrakenD",
3061
3142
  "description": "KrakenD API Gateway configuration file",
@@ -3138,7 +3219,7 @@
3138
3219
  "fileMatch": [
3139
3220
  "{.lefthook,lefthook,lefthook-local,.lefthook-local}.{yml,yaml,toml,json}"
3140
3221
  ],
3141
- "url": "https://json.schemastore.org/lefthook.json"
3222
+ "url": "https://raw.githubusercontent.com/evilmartians/lefthook/master/schema.json"
3142
3223
  },
3143
3224
  {
3144
3225
  "name": "lego.json",
@@ -3284,6 +3365,12 @@
3284
3365
  "fileMatch": ["**/modules/*/metadata.json"],
3285
3366
  "url": "https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main/metadata.schema.json"
3286
3367
  },
3368
+ {
3369
+ "name": "Metatype Configuration",
3370
+ "description": "Metatype configuration file",
3371
+ "fileMatch": ["metatype.yml", "metatype.yaml"],
3372
+ "url": "https://raw.githubusercontent.com/metatypedev/metatype/main/tools/schema/metatype.json"
3373
+ },
3287
3374
  {
3288
3375
  "name": "MetricsHub Configuration",
3289
3376
  "description": "MetricsHub configuration file",
@@ -3438,6 +3525,12 @@
3438
3525
  "1.6": "https://json.schemastore.org/mkdocs-1.6.json"
3439
3526
  }
3440
3527
  },
3528
+ {
3529
+ "name": "mrdocs.yml",
3530
+ "description": "MrDocs configuration file",
3531
+ "fileMatch": ["mrdocs.yml"],
3532
+ "url": "https://raw.githubusercontent.com/cppalliance/mrdocs/refs/heads/master/docs/mrdocs.schema.json"
3533
+ },
3441
3534
  {
3442
3535
  "name": "MLOS Configs",
3443
3536
  "description": "Config files for the mlos_bench utility in MLOS",
@@ -4219,6 +4312,12 @@
4219
4312
  "description": ".NET Core project configuration file",
4220
4313
  "url": "https://json.schemastore.org/project-1.0.0-rc2.json"
4221
4314
  },
4315
+ {
4316
+ "name": "project.owasp.yaml",
4317
+ "description": "OWASP project",
4318
+ "fileMatch": ["project.owasp.yaml"],
4319
+ "url": "https://raw.githubusercontent.com/OWASP/Nest/main/schema/project.json"
4320
+ },
4222
4321
  {
4223
4322
  "name": "prometheus.json",
4224
4323
  "description": "Prometheus configuration file",
@@ -4284,6 +4383,21 @@
4284
4383
  "fileMatch": ["pyrseas-0.8.json"],
4285
4384
  "url": "https://json.schemastore.org/pyrseas-0.8.json"
4286
4385
  },
4386
+ {
4387
+ "name": "RadioHound",
4388
+ "description": "RadioHound data format for spectrum monitoring",
4389
+ "fileMatch": ["*.rh.json"],
4390
+ "url": "https://json.schemastore.org/radiohound-v0.json",
4391
+ "versions": {
4392
+ "v0": "https://json.schemastore.org/radiohound-v0.json"
4393
+ }
4394
+ },
4395
+ {
4396
+ "name": "PyGTA Config",
4397
+ "description": "Configuration file used by pyglotaran and pyglotaran-extras",
4398
+ "fileMatch": ["pygta_config.yaml", "pygta_config.yml"],
4399
+ "url": "https://pyglotaran-extras.readthedocs.io/en/latest/_static/pygta_config.schema.json"
4400
+ },
4287
4401
  {
4288
4402
  "name": "Rancher Fleet",
4289
4403
  "description": "Rancher Fleet fleet.yaml configuration file",
@@ -4499,6 +4613,12 @@
4499
4613
  ],
4500
4614
  "url": "https://raw.githubusercontent.com/sinaatalay/rendercv/main/schema.json"
4501
4615
  },
4616
+ {
4617
+ "name": "renv.lock",
4618
+ "description": "Lockfile for recording R project dependencies with renv package",
4619
+ "fileMatch": ["renv.lock"],
4620
+ "url": "https://raw.githubusercontent.com/rstudio/renv/refs/heads/main/inst/schema/draft-07.renv.lock.schema.json"
4621
+ },
4502
4622
  {
4503
4623
  "name": "RoadRunner",
4504
4624
  "description": "Spiral Roadrunner config file",
@@ -4870,6 +4990,12 @@
4870
4990
  "fileMatch": ["**/.speakeasy/workflow.yaml"],
4871
4991
  "url": "https://raw.githubusercontent.com/speakeasy-api/sdk-gen-config/main/schemas/workflow.schema.json"
4872
4992
  },
4993
+ {
4994
+ "name": "Speakeasy Generation Config File",
4995
+ "description": "Speakeasy generation configuration file. Read more at https://www.speakeasy.com/docs/speakeasy-reference/generation/gen-yaml",
4996
+ "fileMatch": ["**/.speakeasy/gen.yaml"],
4997
+ "url": "https://raw.githubusercontent.com/speakeasy-api/sdk-gen-config/main/schemas/gen.config.schema.json"
4998
+ },
4873
4999
  {
4874
5000
  "name": "SpecIF",
4875
5001
  "description": "The Specification Integration Facility (SpecIF) integrates partial system models from different methods and tools in a semantic net. Documentation: https://specif.de and https://github.com/GfSE",
@@ -4990,6 +5116,16 @@
4990
5116
  "fileMatch": ["swagger.json"],
4991
5117
  "url": "https://json.schemastore.org/swagger-2.0.json"
4992
5118
  },
5119
+ {
5120
+ "name": "Synadia Connect Component",
5121
+ "description": "Synadia Connect component definition",
5122
+ "fileMatch": [
5123
+ "**/.connect/scanners/*.yml",
5124
+ "**/.connect/sources/*.yml",
5125
+ "**/.connect/sinks/*.yml"
5126
+ ],
5127
+ "url": "https://raw.githubusercontent.com/synadia-io/connect/main/schemas/component.json"
5128
+ },
4993
5129
  {
4994
5130
  "name": "task.json",
4995
5131
  "description": "VSCode Task file",
@@ -5105,6 +5241,16 @@
5105
5241
  "description": "Traefik v2 Dynamic Configuration File Provider",
5106
5242
  "url": "https://json.schemastore.org/traefik-v2-file-provider.json"
5107
5243
  },
5244
+ {
5245
+ "name": "Traefik v3",
5246
+ "description": "Traefik v3 YAML configuration file",
5247
+ "url": "https://json.schemastore.org/traefik-v3.json"
5248
+ },
5249
+ {
5250
+ "name": "Traefik v3 File Provider",
5251
+ "description": "Traefik v3 Dynamic Configuration File Provider",
5252
+ "url": "https://json.schemastore.org/traefik-v3-file-provider.json"
5253
+ },
5108
5254
  {
5109
5255
  "name": "transcend.yml",
5110
5256
  "description": "Define personal data in code using Transcend",
@@ -5309,7 +5455,7 @@
5309
5455
  "name": "Vela Pipeline Configuration",
5310
5456
  "description": "Vela Pipeline Configuration File",
5311
5457
  "fileMatch": [".vela.yml", ".vela.yaml"],
5312
- "url": "https://github.com/go-vela/types/releases/latest/download/schema.json"
5458
+ "url": "https://github.com/go-vela/server/releases/latest/download/schema.json"
5313
5459
  },
5314
5460
  {
5315
5461
  "name": "venvironment.yaml",
@@ -5960,7 +6106,7 @@
5960
6106
  "name": "swcrc",
5961
6107
  "description": "swc configuration files",
5962
6108
  "fileMatch": [".swcrc"],
5963
- "url": "https://json.schemastore.org/swcrc.json"
6109
+ "url": "https://swc.rs/schema.json"
5964
6110
  },
5965
6111
  {
5966
6112
  "name": "OpenWeather Road Risk API",
@@ -6247,13 +6393,13 @@
6247
6393
  "name": "Shopware CLI Extension Store Configuration",
6248
6394
  "description": "Shopware CLI Extension Store Configuration",
6249
6395
  "fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
6250
- "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/extension/shopware-extension-schema.json"
6396
+ "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/extension/shopware-extension-schema.json"
6251
6397
  },
6252
6398
  {
6253
6399
  "name": "Shopware CLI Project Store Configuration",
6254
6400
  "description": "Shopware CLI Project Store Configuration",
6255
6401
  "fileMatch": [".shopware-project.yml", ".shopware-project.yaml"],
6256
- "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/shop/shopware-project-schema.json"
6402
+ "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shop/shopware-project-schema.json"
6257
6403
  },
6258
6404
  {
6259
6405
  "name": "Qodana",
@@ -6482,7 +6628,7 @@
6482
6628
  "url": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json"
6483
6629
  },
6484
6630
  {
6485
- "name": "KoDE/CI build.yaml",
6631
+ "name": "KODE/CI build.yaml",
6486
6632
  "description": "yaml kode/ci build",
6487
6633
  "fileMatch": ["**/.kode/*.yaml"],
6488
6634
  "url": "https://json.schemastore.org/kode-ci-build-1.0.0.json"
@@ -6870,10 +7016,10 @@
6870
7016
  "url": "https://json.schemastore.org/glazewm.json"
6871
7017
  },
6872
7018
  {
6873
- "name": "CGS Custom Card Game (CardGameDef.json)",
6874
- "description": "Card Game Simulator (CGS) custom card game specification",
6875
- "fileMatch": ["CardGameDef.json"],
6876
- "url": "https://www.cardgamesimulator.com/schema/CardGameDef.json"
7019
+ "name": "CGS Card Game Specification (cgs.json)",
7020
+ "description": "Card Game Simulator (CGS) Card Game Specification",
7021
+ "fileMatch": ["cgs.json"],
7022
+ "url": "https://www.cardgamesimulator.com/schema/cgs.json"
6877
7023
  },
6878
7024
  {
6879
7025
  "name": "Custom Machinery Machine",
@@ -6945,12 +7091,6 @@
6945
7091
  "fileMatch": ["*.ksy"],
6946
7092
  "url": "https://raw.githubusercontent.com/kaitai-io/ksy_schema/master/ksy_schema.json"
6947
7093
  },
6948
- {
6949
- "name": "JSON-WF",
6950
- "description": "A blogroll interchange format",
6951
- "fileMatch": [],
6952
- "url": "https://www.json-wf.org.uk/json-wf-schema-1.0.json"
6953
- },
6954
7094
  {
6955
7095
  "name": "Cloud Foundry Application Manifest",
6956
7096
  "description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
@@ -7234,6 +7374,19 @@
7234
7374
  "fileMatch": ["*.bitmovin.json", "*.bitmovin.yml", "*.bitmovin.yaml"],
7235
7375
  "url": "https://raw.githubusercontent.com/bitmovin/bitmovin-api-sdk-examples/main/bitmovin-encoding-template.json"
7236
7376
  },
7377
+ {
7378
+ "name": "dtool dataset metadata",
7379
+ "description": "Metadata attached to a dtool dataset",
7380
+ "fileMatch": [
7381
+ "dtool-dataset.yml",
7382
+ "dtool-dataset.yaml",
7383
+ "dtool-dataset.json"
7384
+ ],
7385
+ "url": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json",
7386
+ "versions": {
7387
+ "v1.0": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json"
7388
+ }
7389
+ },
7237
7390
  {
7238
7391
  "name": "pnpm Workspace (pnpm-workspace.yaml)",
7239
7392
  "description": "Workspace file for pnpm",
@@ -7243,14 +7396,95 @@
7243
7396
  {
7244
7397
  "name": "Chamaleon template",
7245
7398
  "description": "Chamaleon template",
7246
- "fileMatch": ["**/environments/cha-template.json"],
7399
+ "fileMatch": ["template.chamaleon.json"],
7247
7400
  "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/template-schema.json"
7248
7401
  },
7249
7402
  {
7250
7403
  "name": "Chamaleon environment",
7251
7404
  "description": "Chamaleon environment",
7252
- "fileMatch": ["**/environments/*-cha.json"],
7405
+ "fileMatch": ["*.environment.chamaleon.json"],
7253
7406
  "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/environment-schema.json"
7407
+ },
7408
+ {
7409
+ "name": "Chamaleon properties",
7410
+ "description": "Chamaleon properties",
7411
+ "fileMatch": ["properties.chamaleon.json"],
7412
+ "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/properties-schema.json"
7413
+ },
7414
+ {
7415
+ "name": "ctfd-setup configuration file",
7416
+ "description": "CTFer.io ctfd-setup utility configuration file",
7417
+ "fileMatch": [".ctfd.yaml"],
7418
+ "url": "https://json.schemastore.org/ctfd.json"
7419
+ },
7420
+ {
7421
+ "name": "AMX Muse Program Descriptor",
7422
+ "description": "A MUSE program descriptor file",
7423
+ "fileMatch": [],
7424
+ "url": "https://json.schemastore.org/amx-muse.json"
7425
+ },
7426
+ {
7427
+ "name": "DonateCaseBetterCasino menu",
7428
+ "description": "Configuration file for dcbc addon menus",
7429
+ "fileMatch": ["*dcbc.yml", "*dcbc.yaml"],
7430
+ "url": "https://raw.githubusercontent.com/Jodexx/DCBetterCasinoMenuSchema/refs/heads/main/schema.json"
7431
+ },
7432
+ {
7433
+ "name": "gematik health care patient list",
7434
+ "description": "A list of health care patients in german telemedicine",
7435
+ "fileMatch": [
7436
+ "**/testdata/patient/patients.yml",
7437
+ "**/testdata/patient/patients.yaml"
7438
+ ],
7439
+ "url": "https://json.schemastore.org/gematik-test-patients.json"
7440
+ },
7441
+ {
7442
+ "name": "gematik health care provider list",
7443
+ "description": "A list of health care providers in german telemedicine",
7444
+ "fileMatch": ["**/testdata/hcp/hcp.yml", "**/testdata/hcp/hcp.yaml"],
7445
+ "url": "https://json.schemastore.org/gematik-test-hcps.json"
7446
+ },
7447
+ {
7448
+ "name": "gematik health care provider institution list",
7449
+ "description": "A list of health care provider institutions in german telemedicine",
7450
+ "fileMatch": [
7451
+ "**/testdata/institution/hcpi.yml",
7452
+ "**/testdata/institution/hcpi.yaml"
7453
+ ],
7454
+ "url": "https://json.schemastore.org/gematik-test-hcpis.json"
7455
+ },
7456
+ {
7457
+ "name": "gematik health care insurance list",
7458
+ "description": "A list of health care insurances in german telemedicine",
7459
+ "fileMatch": [
7460
+ "**/testdata/insurance/insurance.yml",
7461
+ "**/testdata/insurance/insurance.yaml"
7462
+ ],
7463
+ "url": "https://json.schemastore.org/gematik-test-hcpis.json"
7464
+ },
7465
+ {
7466
+ "name": "gematik tiger test environment configuration",
7467
+ "description": "A configuration file for the test environment of the gematik Tiger test platform",
7468
+ "fileMatch": ["**/tiger.yml", "**/tiger.yaml"],
7469
+ "url": "https://json.schemastore.org/gematik-tiger.json"
7470
+ },
7471
+ {
7472
+ "name": "Tugboat QA config.yml",
7473
+ "description": "Configuration file for Tugboat QA",
7474
+ "fileMatch": ["**/.tugboat/config.yml"],
7475
+ "url": "https://raw.githubusercontent.com/TugboatQA/docs/refs/heads/main/static/config-schema.json"
7476
+ },
7477
+ {
7478
+ "name": "C4InterFlow",
7479
+ "description": "C4InterFlow Architecture as Code file",
7480
+ "fileMatch": ["**/*.c4interflow.yaml", "**/*.c4interflow.json"],
7481
+ "url": "https://raw.githubusercontent.com/SlavaVedernikov/C4InterFlow/refs/heads/master/C4InterFlow/schema.json"
7482
+ },
7483
+ {
7484
+ "name": "Wake",
7485
+ "description": "Wake - development, testing, and static analysis framework for Solidity",
7486
+ "fileMatch": ["**/*wake.toml", "**/*.wake.toml"],
7487
+ "url": "https://raw.githubusercontent.com/Ackee-Blockchain/wake/refs/heads/main/docs/wake-schema.json"
7254
7488
  }
7255
7489
  ]
7256
7490
  }
@@ -114,7 +114,7 @@ export declare namespace CommonCommands {
114
114
  */
115
115
  const NEW_FILE: Command;
116
116
  const NEW_UNTITLED_TEXT_FILE: Command;
117
- const NEW_UNTITLED_FILE: Command;
117
+ const PICK_NEW_FILE: Command;
118
118
  const SAVE: Command;
119
119
  const SAVE_AS: Command;
120
120
  const SAVE_WITHOUT_FORMATTING: Command;
@@ -1 +1 @@
1
- {"version":3,"file":"common-frontend-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/common-frontend-contribution.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"common-frontend-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/common-frontend-contribution.ts"],"names":[],"mappings":"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"}
@@ -64,6 +64,7 @@ const user_working_directory_provider_1 = require("./user-working-directory-prov
64
64
  const common_1 = require("../common");
65
65
  const language_quick_pick_service_1 = require("./i18n/language-quick-pick-service");
66
66
  const undo_redo_handler_1 = require("./undo-redo-handler");
67
+ const promise_util_1 = require("../common/promise-util");
67
68
  var CommonMenus;
68
69
  (function (CommonMenus) {
69
70
  CommonMenus.FILE = [...menu_1.MAIN_MENU_BAR, '1_file'];
@@ -273,13 +274,16 @@ var CommonCommands;
273
274
  id: 'workbench.action.files.newFile',
274
275
  category: CommonCommands.FILE_CATEGORY
275
276
  });
277
+ // This command immediately opens a new untitled text file
278
+ // Some VS Code extensions use this command to create new files
276
279
  CommonCommands.NEW_UNTITLED_TEXT_FILE = command_1.Command.toDefaultLocalizedCommand({
277
- id: 'workbench.action.files.newUntitledTextFile',
280
+ id: 'workbench.action.files.newUntitledFile',
278
281
  category: CommonCommands.FILE_CATEGORY,
279
282
  label: 'New Untitled Text File'
280
283
  });
281
- CommonCommands.NEW_UNTITLED_FILE = command_1.Command.toDefaultLocalizedCommand({
282
- id: 'workbench.action.files.newUntitledFile',
284
+ // This command opens a quick pick to select a file type to create
285
+ CommonCommands.PICK_NEW_FILE = command_1.Command.toDefaultLocalizedCommand({
286
+ id: 'workbench.action.files.pickNewFile',
283
287
  category: CommonCommands.CREATE_CATEGORY,
284
288
  label: 'New File...'
285
289
  });
@@ -648,7 +652,7 @@ let CommonFrontendContribution = class CommonFrontendContribution {
648
652
  order: 'a'
649
653
  });
650
654
  registry.registerMenuAction(CommonMenus.FILE_NEW_TEXT, {
651
- commandId: CommonCommands.NEW_UNTITLED_FILE.id,
655
+ commandId: CommonCommands.PICK_NEW_FILE.id,
652
656
  label: nls_1.nls.localizeByDefault('New File...'),
653
657
  order: 'a1'
654
658
  });
@@ -923,10 +927,15 @@ let CommonFrontendContribution = class CommonFrontendContribution {
923
927
  execute: async () => {
924
928
  const untitledUri = this.untitledResourceResolver.createUntitledURI('', await this.workingDirProvider.getUserWorkingDir());
925
929
  this.untitledResourceResolver.resolve(untitledUri);
926
- return (0, opener_service_1.open)(this.openerService, untitledUri);
930
+ const editor = await (0, opener_service_1.open)(this.openerService, untitledUri);
931
+ // Wait for all of the listeners of the `onDidOpen` event to be notified
932
+ await (0, promise_util_1.timeout)(50);
933
+ // Afterwards, we can return from the command with the newly created editor
934
+ // If we don't wait, we return from the command before the plugin API has been notified of the new editor
935
+ return editor;
927
936
  }
928
937
  });
929
- commandRegistry.registerCommand(CommonCommands.NEW_UNTITLED_FILE, {
938
+ commandRegistry.registerCommand(CommonCommands.PICK_NEW_FILE, {
930
939
  execute: async () => this.showNewFilePicker()
931
940
  });
932
941
  for (const [index, ordinal] of this.getOrdinalNumbers().entries()) {
@@ -1060,7 +1069,7 @@ let CommonFrontendContribution = class CommonFrontendContribution {
1060
1069
  command: CommonCommands.NEW_UNTITLED_TEXT_FILE.id,
1061
1070
  keybinding: this.isElectron() ? 'ctrlcmd+n' : 'alt+n',
1062
1071
  }, {
1063
- command: CommonCommands.NEW_UNTITLED_FILE.id,
1072
+ command: CommonCommands.PICK_NEW_FILE.id,
1064
1073
  keybinding: 'ctrlcmd+alt+n'
1065
1074
  });
1066
1075
  for (const [index, ordinal] of this.getOrdinalNumbers().entries()) {