@gitpod/gitpod-protocol 0.1.5-update-ovsx.0 → 0.1.5-update-yarnlock.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 (455) hide show
  1. package/data/gitpod-schema.json +159 -25
  2. package/lib/accounting-protocol.d.ts +165 -0
  3. package/lib/accounting-protocol.d.ts.map +1 -0
  4. package/lib/accounting-protocol.js +120 -0
  5. package/lib/accounting-protocol.js.map +1 -0
  6. package/lib/admin-protocol.d.ts +51 -6
  7. package/lib/admin-protocol.d.ts.map +1 -1
  8. package/lib/admin-protocol.js +17 -2
  9. package/lib/admin-protocol.js.map +1 -1
  10. package/lib/analytics.d.ts +44 -0
  11. package/lib/analytics.d.ts.map +1 -0
  12. package/lib/analytics.js +10 -0
  13. package/lib/analytics.js.map +1 -0
  14. package/lib/attribution.d.ts +25 -0
  15. package/lib/attribution.d.ts.map +1 -0
  16. package/lib/attribution.js +58 -0
  17. package/lib/attribution.js.map +1 -0
  18. package/lib/auth.d.ts +25 -0
  19. package/lib/auth.d.ts.map +1 -0
  20. package/lib/auth.js +16 -0
  21. package/lib/auth.js.map +1 -0
  22. package/lib/billing-mode.d.ts +45 -0
  23. package/lib/billing-mode.d.ts.map +1 -0
  24. package/lib/billing-mode.js +44 -0
  25. package/lib/billing-mode.js.map +1 -0
  26. package/lib/blocked-repositories-protocol.d.ts +13 -0
  27. package/lib/blocked-repositories-protocol.d.ts.map +1 -0
  28. package/lib/blocked-repositories-protocol.js +8 -0
  29. package/lib/blocked-repositories-protocol.js.map +1 -0
  30. package/lib/context-url.d.ts +30 -0
  31. package/lib/context-url.d.ts.map +1 -0
  32. package/lib/context-url.js +100 -0
  33. package/lib/context-url.js.map +1 -0
  34. package/lib/context-url.spec.d.ts +12 -0
  35. package/lib/context-url.spec.d.ts.map +1 -0
  36. package/lib/context-url.spec.js +81 -0
  37. package/lib/context-url.spec.js.map +1 -0
  38. package/lib/encryption/container-module.d.ts +2 -2
  39. package/lib/encryption/container-module.d.ts.map +1 -1
  40. package/lib/encryption/container-module.js +8 -6
  41. package/lib/encryption/container-module.js.map +1 -1
  42. package/lib/encryption/encryption-engine.d.ts +2 -2
  43. package/lib/encryption/encryption-engine.d.ts.map +1 -1
  44. package/lib/encryption/encryption-engine.js +28 -28
  45. package/lib/encryption/encryption-engine.js.map +1 -1
  46. package/lib/encryption/encryption-engine.spec.d.ts +3 -3
  47. package/lib/encryption/encryption-engine.spec.d.ts.map +1 -1
  48. package/lib/encryption/encryption-engine.spec.js +32 -39
  49. package/lib/encryption/encryption-engine.spec.js.map +1 -1
  50. package/lib/encryption/encryption-service.d.ts +2 -2
  51. package/lib/encryption/encryption-service.d.ts.map +1 -1
  52. package/lib/encryption/encryption-service.js +33 -46
  53. package/lib/encryption/encryption-service.js.map +1 -1
  54. package/lib/encryption/key-provider.d.ts +3 -3
  55. package/lib/encryption/key-provider.d.ts.map +1 -1
  56. package/lib/encryption/key-provider.js +34 -40
  57. package/lib/encryption/key-provider.js.map +1 -1
  58. package/lib/env.d.ts +2 -8
  59. package/lib/env.d.ts.map +1 -1
  60. package/lib/env.js +10 -29
  61. package/lib/env.js.map +1 -1
  62. package/lib/experiments/always-default.d.ts +8 -0
  63. package/lib/experiments/always-default.d.ts.map +1 -0
  64. package/lib/experiments/always-default.js +20 -0
  65. package/lib/experiments/always-default.js.map +1 -0
  66. package/lib/experiments/configcat-server.d.ts +10 -0
  67. package/lib/experiments/configcat-server.d.ts.map +1 -0
  68. package/lib/experiments/configcat-server.js +37 -0
  69. package/lib/experiments/configcat-server.js.map +1 -0
  70. package/lib/experiments/configcat.d.ts +21 -0
  71. package/lib/experiments/configcat.d.ts.map +1 -0
  72. package/lib/experiments/configcat.js +51 -0
  73. package/lib/experiments/configcat.js.map +1 -0
  74. package/lib/experiments/types.d.ts +22 -0
  75. package/lib/experiments/types.d.ts.map +1 -0
  76. package/lib/experiments/types.js +10 -0
  77. package/lib/experiments/types.js.map +1 -0
  78. package/lib/frontend-dashboard-service.d.ts +99 -0
  79. package/lib/frontend-dashboard-service.d.ts.map +1 -0
  80. package/lib/frontend-dashboard-service.js +55 -0
  81. package/lib/frontend-dashboard-service.js.map +1 -0
  82. package/lib/gitpod-file-parser.d.ts +2 -2
  83. package/lib/gitpod-file-parser.d.ts.map +1 -1
  84. package/lib/gitpod-file-parser.js +29 -44
  85. package/lib/gitpod-file-parser.js.map +1 -1
  86. package/lib/gitpod-file-parser.spec.d.ts +2 -2
  87. package/lib/gitpod-file-parser.spec.js +147 -144
  88. package/lib/gitpod-file-parser.spec.js.map +1 -1
  89. package/lib/gitpod-service.d.ts +290 -50
  90. package/lib/gitpod-service.d.ts.map +1 -1
  91. package/lib/gitpod-service.js +288 -123
  92. package/lib/gitpod-service.js.map +1 -1
  93. package/lib/headless-workspace-log.d.ts +11 -13
  94. package/lib/headless-workspace-log.d.ts.map +1 -1
  95. package/lib/headless-workspace-log.js +8 -9
  96. package/lib/headless-workspace-log.js.map +1 -1
  97. package/lib/ide-frontend-service.d.ts +26 -0
  98. package/lib/ide-frontend-service.d.ts.map +1 -0
  99. package/lib/ide-frontend-service.js +8 -0
  100. package/lib/ide-frontend-service.js.map +1 -0
  101. package/lib/ide-protocol.d.ts +126 -0
  102. package/lib/ide-protocol.d.ts.map +1 -0
  103. package/lib/ide-protocol.js +18 -0
  104. package/lib/ide-protocol.js.map +1 -0
  105. package/lib/index.d.ts +18 -12
  106. package/lib/index.d.ts.map +1 -1
  107. package/lib/index.js +28 -13
  108. package/lib/index.js.map +1 -1
  109. package/lib/installation-admin-protocol.d.ts +30 -0
  110. package/lib/installation-admin-protocol.d.ts.map +1 -0
  111. package/lib/installation-admin-protocol.js +31 -0
  112. package/lib/installation-admin-protocol.js.map +1 -0
  113. package/lib/license-protocol.d.ts +9 -2
  114. package/lib/license-protocol.d.ts.map +1 -1
  115. package/lib/license-protocol.js +3 -2
  116. package/lib/license-protocol.js.map +1 -1
  117. package/lib/messaging/browser/connection.d.ts +6 -4
  118. package/lib/messaging/browser/connection.d.ts.map +1 -1
  119. package/lib/messaging/browser/connection.js +188 -48
  120. package/lib/messaging/browser/connection.js.map +1 -1
  121. package/lib/messaging/browser/window-connection.d.ts +9 -4
  122. package/lib/messaging/browser/window-connection.d.ts.map +1 -1
  123. package/lib/messaging/browser/window-connection.js +48 -59
  124. package/lib/messaging/browser/window-connection.js.map +1 -1
  125. package/lib/messaging/client-call-metrics.d.ts +21 -0
  126. package/lib/messaging/client-call-metrics.d.ts.map +1 -0
  127. package/lib/messaging/client-call-metrics.js +95 -0
  128. package/lib/messaging/client-call-metrics.js.map +1 -0
  129. package/lib/messaging/error.d.ts +18 -4
  130. package/lib/messaging/error.d.ts.map +1 -1
  131. package/lib/messaging/error.js +38 -7
  132. package/lib/messaging/error.js.map +1 -1
  133. package/lib/messaging/handler.d.ts +10 -0
  134. package/lib/messaging/handler.d.ts.map +1 -1
  135. package/lib/messaging/handler.js +2 -1
  136. package/lib/messaging/handler.js.map +1 -1
  137. package/lib/messaging/node/connection.d.ts +1 -17
  138. package/lib/messaging/node/connection.d.ts.map +1 -1
  139. package/lib/messaging/node/connection.js +24 -59
  140. package/lib/messaging/node/connection.js.map +1 -1
  141. package/lib/messaging/proxy-factory.d.ts +3 -1
  142. package/lib/messaging/proxy-factory.d.ts.map +1 -1
  143. package/lib/messaging/proxy-factory.js +76 -162
  144. package/lib/messaging/proxy-factory.js.map +1 -1
  145. package/lib/oss-allowlist.d.ts +14 -0
  146. package/lib/oss-allowlist.d.ts.map +1 -0
  147. package/lib/oss-allowlist.js +8 -0
  148. package/lib/oss-allowlist.js.map +1 -0
  149. package/lib/payment-protocol.d.ts +18 -0
  150. package/lib/payment-protocol.d.ts.map +1 -0
  151. package/lib/payment-protocol.js +13 -0
  152. package/lib/payment-protocol.js.map +1 -0
  153. package/lib/permission.d.ts +26 -15
  154. package/lib/permission.d.ts.map +1 -1
  155. package/lib/permission.js +50 -36
  156. package/lib/permission.js.map +1 -1
  157. package/lib/plans.d.ts +213 -0
  158. package/lib/plans.d.ts.map +1 -0
  159. package/lib/plans.js +625 -0
  160. package/lib/plans.js.map +1 -0
  161. package/lib/protocol.d.ts +338 -111
  162. package/lib/protocol.d.ts.map +1 -1
  163. package/lib/protocol.js +422 -201
  164. package/lib/protocol.js.map +1 -1
  165. package/lib/protocol.spec.d.ts +7 -0
  166. package/lib/protocol.spec.d.ts.map +1 -0
  167. package/lib/protocol.spec.js +127 -0
  168. package/lib/protocol.spec.js.map +1 -0
  169. package/lib/snapshot-url.d.ts +14 -0
  170. package/lib/snapshot-url.d.ts.map +1 -0
  171. package/lib/snapshot-url.js +26 -0
  172. package/lib/snapshot-url.js.map +1 -0
  173. package/lib/snapshot-url.spec.d.ts +7 -0
  174. package/lib/snapshot-url.spec.d.ts.map +1 -0
  175. package/lib/snapshot-url.spec.js +41 -0
  176. package/lib/snapshot-url.spec.js.map +1 -0
  177. package/lib/team-subscription-protocol.d.ts +93 -0
  178. package/lib/team-subscription-protocol.d.ts.map +1 -0
  179. package/lib/team-subscription-protocol.js +82 -0
  180. package/lib/team-subscription-protocol.js.map +1 -0
  181. package/lib/teams-projects-protocol.d.ts +136 -0
  182. package/lib/teams-projects-protocol.d.ts.map +1 -0
  183. package/lib/teams-projects-protocol.js +41 -0
  184. package/lib/teams-projects-protocol.js.map +1 -0
  185. package/lib/typings/globals.d.ts +8 -3
  186. package/lib/typings/globals.d.ts.map +1 -1
  187. package/lib/typings/globals.js +2 -2
  188. package/lib/usage.d.ts +73 -0
  189. package/lib/usage.d.ts.map +1 -0
  190. package/lib/usage.js +20 -0
  191. package/lib/usage.js.map +1 -0
  192. package/lib/util/analytics.d.ts +8 -0
  193. package/lib/util/analytics.d.ts.map +1 -0
  194. package/lib/util/analytics.js +88 -0
  195. package/lib/util/analytics.js.map +1 -0
  196. package/lib/util/async-iterator.d.ts +2 -2
  197. package/lib/util/async-iterator.d.ts.map +1 -1
  198. package/lib/util/async-iterator.js +60 -137
  199. package/lib/util/async-iterator.js.map +1 -1
  200. package/lib/util/cancelable.d.ts +2 -2
  201. package/lib/util/cancelable.js +20 -61
  202. package/lib/util/cancelable.js.map +1 -1
  203. package/lib/util/date-time.d.ts +2 -2
  204. package/lib/util/date-time.js +14 -13
  205. package/lib/util/date-time.js.map +1 -1
  206. package/lib/util/debug-app.d.ts +25 -0
  207. package/lib/util/debug-app.d.ts.map +1 -0
  208. package/lib/util/debug-app.js +100 -0
  209. package/lib/util/debug-app.js.map +1 -0
  210. package/lib/util/deep-partial.d.ts +2 -2
  211. package/lib/util/deep-partial.js +2 -2
  212. package/lib/util/deferred.d.ts +2 -2
  213. package/lib/util/deferred.js +13 -14
  214. package/lib/util/deferred.js.map +1 -1
  215. package/lib/util/disposable.d.ts +2 -2
  216. package/lib/util/disposable.d.ts.map +1 -1
  217. package/lib/util/disposable.js +28 -40
  218. package/lib/util/disposable.js.map +1 -1
  219. package/lib/util/event.d.ts +1 -1
  220. package/lib/util/event.d.ts.map +1 -1
  221. package/lib/util/event.js +64 -77
  222. package/lib/util/event.js.map +1 -1
  223. package/lib/util/garbage-collected-cache.d.ts +3 -2
  224. package/lib/util/garbage-collected-cache.d.ts.map +1 -1
  225. package/lib/util/garbage-collected-cache.js +35 -49
  226. package/lib/util/garbage-collected-cache.js.map +1 -1
  227. package/lib/util/generate-workspace-id.d.ts +9 -0
  228. package/lib/util/generate-workspace-id.d.ts.map +1 -0
  229. package/lib/util/generate-workspace-id.js +491 -0
  230. package/lib/util/generate-workspace-id.js.map +1 -0
  231. package/lib/util/generate-workspace-id.spec.d.ts +7 -0
  232. package/lib/util/generate-workspace-id.spec.d.ts.map +1 -0
  233. package/lib/util/generate-workspace-id.spec.js +98 -0
  234. package/lib/util/generate-workspace-id.spec.js.map +1 -0
  235. package/lib/util/gitpod-cookie.d.ts +20 -0
  236. package/lib/util/gitpod-cookie.d.ts.map +1 -0
  237. package/lib/util/gitpod-cookie.js +41 -0
  238. package/lib/util/gitpod-cookie.js.map +1 -0
  239. package/lib/util/gitpod-host-url.d.ts +20 -8
  240. package/lib/util/gitpod-host-url.d.ts.map +1 -1
  241. package/lib/util/gitpod-host-url.js +143 -85
  242. package/lib/util/gitpod-host-url.js.map +1 -1
  243. package/lib/util/gitpod-host-url.spec.d.ts +16 -0
  244. package/lib/util/gitpod-host-url.spec.d.ts.map +1 -0
  245. package/lib/util/gitpod-host-url.spec.js +134 -0
  246. package/lib/util/gitpod-host-url.spec.js.map +1 -0
  247. package/lib/util/grpc.d.ts +35 -0
  248. package/lib/util/grpc.d.ts.map +1 -0
  249. package/lib/util/grpc.js +90 -0
  250. package/lib/util/grpc.js.map +1 -0
  251. package/lib/util/jaeger-client-types.d.ts +68 -0
  252. package/lib/util/jaeger-client-types.d.ts.map +1 -0
  253. package/lib/util/jaeger-client-types.js +8 -0
  254. package/lib/util/jaeger-client-types.js.map +1 -0
  255. package/lib/util/logging.d.ts +58 -35
  256. package/lib/util/logging.d.ts.map +1 -1
  257. package/lib/util/logging.js +144 -129
  258. package/lib/util/logging.js.map +1 -1
  259. package/lib/util/logging.spec.d.ts +7 -0
  260. package/lib/util/logging.spec.d.ts.map +1 -0
  261. package/lib/util/logging.spec.js +52 -0
  262. package/lib/util/logging.spec.js.map +1 -0
  263. package/lib/util/make-link.d.ts +2 -2
  264. package/lib/util/make-link.js +8 -7
  265. package/lib/util/make-link.js.map +1 -1
  266. package/lib/util/nice-grpc.d.ts +9 -0
  267. package/lib/util/nice-grpc.d.ts.map +1 -0
  268. package/lib/util/nice-grpc.js +121 -0
  269. package/lib/util/nice-grpc.js.map +1 -0
  270. package/lib/util/parse-workspace-id.d.ts +15 -5
  271. package/lib/util/parse-workspace-id.d.ts.map +1 -1
  272. package/lib/util/parse-workspace-id.js +39 -9
  273. package/lib/util/parse-workspace-id.js.map +1 -1
  274. package/lib/util/parse-workspace-id.spec.d.ts +10 -2
  275. package/lib/util/parse-workspace-id.spec.d.ts.map +1 -1
  276. package/lib/util/parse-workspace-id.spec.js +130 -49
  277. package/lib/util/parse-workspace-id.spec.js.map +1 -1
  278. package/lib/util/queue.d.ts +2 -2
  279. package/lib/util/queue.js +19 -57
  280. package/lib/util/queue.js.map +1 -1
  281. package/lib/util/queue.spec.d.ts +2 -2
  282. package/lib/util/queue.spec.js +149 -288
  283. package/lib/util/queue.spec.js.map +1 -1
  284. package/lib/util/repeat.d.ts +15 -0
  285. package/lib/util/repeat.d.ts.map +1 -0
  286. package/lib/util/repeat.js +55 -0
  287. package/lib/util/repeat.js.map +1 -0
  288. package/lib/util/semaphore.d.ts +2 -2
  289. package/lib/util/semaphore.d.ts.map +1 -1
  290. package/lib/util/semaphore.js +18 -48
  291. package/lib/util/semaphore.js.map +1 -1
  292. package/lib/util/skip-if.d.ts +2 -2
  293. package/lib/util/skip-if.d.ts.map +1 -1
  294. package/lib/util/skip-if.js +9 -8
  295. package/lib/util/skip-if.js.map +1 -1
  296. package/lib/util/timeutil.d.ts +4 -2
  297. package/lib/util/timeutil.d.ts.map +1 -1
  298. package/lib/util/timeutil.js +43 -18
  299. package/lib/util/timeutil.js.map +1 -1
  300. package/lib/util/timeutil.spec.d.ts +4 -2
  301. package/lib/util/timeutil.spec.d.ts.map +1 -1
  302. package/lib/util/timeutil.spec.js +57 -25
  303. package/lib/util/timeutil.spec.js.map +1 -1
  304. package/lib/util/tracing.d.ts +55 -8
  305. package/lib/util/tracing.d.ts.map +1 -1
  306. package/lib/util/tracing.js +210 -66
  307. package/lib/util/tracing.js.map +1 -1
  308. package/lib/util/tracing.spec.d.ts +7 -0
  309. package/lib/util/tracing.spec.d.ts.map +1 -0
  310. package/lib/util/tracing.spec.js +121 -0
  311. package/lib/util/tracing.spec.js.map +1 -0
  312. package/lib/util/workspace-port-authentication.d.ts +9 -9
  313. package/lib/util/workspace-port-authentication.d.ts.map +1 -1
  314. package/lib/util/workspace-port-authentication.js +13 -14
  315. package/lib/util/workspace-port-authentication.js.map +1 -1
  316. package/lib/webhook-event.d.ts +44 -0
  317. package/lib/webhook-event.d.ts.map +1 -0
  318. package/lib/webhook-event.js +8 -0
  319. package/lib/webhook-event.js.map +1 -0
  320. package/lib/workspace-class.d.ts +14 -0
  321. package/lib/workspace-class.d.ts.map +1 -0
  322. package/lib/workspace-class.js +8 -0
  323. package/lib/workspace-class.js.map +1 -0
  324. package/lib/workspace-cluster.d.ts +80 -0
  325. package/lib/workspace-cluster.d.ts.map +1 -0
  326. package/lib/workspace-cluster.js +36 -0
  327. package/lib/workspace-cluster.js.map +1 -0
  328. package/lib/workspace-instance.d.ts +51 -8
  329. package/lib/workspace-instance.d.ts.map +1 -1
  330. package/lib/workspace-instance.js +2 -2
  331. package/lib/wsready.d.ts +8 -2
  332. package/lib/wsready.d.ts.map +1 -1
  333. package/lib/wsready.js +4 -3
  334. package/lib/wsready.js.map +1 -1
  335. package/package.json +42 -18
  336. package/pkg-yarn.lock +24 -10
  337. package/provenance-bundle.jsonl +2 -0
  338. package/src/accounting-protocol.ts +253 -0
  339. package/src/admin-protocol.ts +96 -21
  340. package/src/analytics.ts +52 -0
  341. package/src/attribution.ts +67 -0
  342. package/src/auth.ts +27 -0
  343. package/src/billing-mode.ts +84 -0
  344. package/src/blocked-repositories-protocol.ts +13 -0
  345. package/src/context-url.spec.ts +49 -0
  346. package/src/context-url.ts +107 -0
  347. package/src/encryption/container-module.ts +4 -5
  348. package/src/encryption/encryption-engine.spec.ts +11 -10
  349. package/src/encryption/encryption-engine.ts +22 -18
  350. package/src/encryption/encryption-service.ts +6 -7
  351. package/src/encryption/key-provider.ts +18 -21
  352. package/src/env.ts +3 -26
  353. package/src/experiments/always-default.ts +24 -0
  354. package/src/experiments/configcat-server.ts +42 -0
  355. package/src/experiments/configcat.ts +56 -0
  356. package/src/experiments/types.ts +34 -0
  357. package/src/frontend-dashboard-service.ts +148 -0
  358. package/src/gitpod-file-parser.spec.ts +57 -63
  359. package/src/gitpod-file-parser.ts +18 -19
  360. package/src/gitpod-service.ts +602 -99
  361. package/src/headless-workspace-log.ts +14 -16
  362. package/src/ide-frontend-service.ts +28 -0
  363. package/src/ide-protocol.ts +147 -0
  364. package/src/index.ts +18 -12
  365. package/src/installation-admin-protocol.ts +45 -0
  366. package/src/license-protocol.ts +14 -8
  367. package/src/messaging/browser/connection.ts +202 -26
  368. package/src/messaging/browser/window-connection.ts +45 -29
  369. package/src/messaging/client-call-metrics.ts +94 -0
  370. package/src/messaging/error.ts +51 -10
  371. package/src/messaging/handler.ts +13 -1
  372. package/src/messaging/node/connection.ts +23 -70
  373. package/src/messaging/proxy-factory.ts +35 -34
  374. package/src/oss-allowlist.ts +15 -0
  375. package/src/payment-protocol.ts +20 -0
  376. package/src/permission.ts +53 -40
  377. package/src/plans.ts +699 -0
  378. package/src/protocol.spec.ts +97 -0
  379. package/src/protocol.ts +790 -302
  380. package/src/snapshot-url.spec.ts +27 -0
  381. package/src/snapshot-url.ts +27 -0
  382. package/src/team-subscription-protocol.ts +153 -0
  383. package/src/teams-projects-protocol.ts +180 -0
  384. package/src/typings/globals.ts +13 -5
  385. package/src/usage.ts +85 -0
  386. package/src/util/analytics.ts +109 -0
  387. package/src/util/async-iterator.ts +6 -7
  388. package/src/util/cancelable.ts +5 -5
  389. package/src/util/date-time.ts +10 -10
  390. package/src/util/debug-app.ts +81 -0
  391. package/src/util/deep-partial.ts +2 -2
  392. package/src/util/deferred.ts +8 -8
  393. package/src/util/disposable.ts +3 -6
  394. package/src/util/event.ts +9 -11
  395. package/src/util/garbage-collected-cache.ts +18 -10
  396. package/src/util/generate-workspace-id.spec.ts +58 -0
  397. package/src/util/generate-workspace-id.ts +481 -0
  398. package/src/util/gitpod-cookie.ts +38 -0
  399. package/src/util/gitpod-host-url.spec.ts +76 -0
  400. package/src/util/gitpod-host-url.ts +119 -40
  401. package/src/util/grpc.ts +107 -0
  402. package/src/util/jaeger-client-types.ts +102 -0
  403. package/src/util/logging.spec.ts +23 -0
  404. package/src/util/logging.ts +163 -73
  405. package/src/util/make-link.ts +8 -9
  406. package/src/util/nice-grpc.ts +96 -0
  407. package/src/util/parse-workspace-id.spec.ts +62 -12
  408. package/src/util/parse-workspace-id.ts +40 -10
  409. package/src/util/queue.spec.ts +30 -28
  410. package/src/util/queue.ts +2 -2
  411. package/src/util/repeat.ts +45 -0
  412. package/src/util/semaphore.ts +8 -10
  413. package/src/util/skip-if.ts +12 -9
  414. package/src/util/timeutil.spec.ts +42 -16
  415. package/src/util/timeutil.ts +33 -17
  416. package/src/util/tracing.spec.ts +88 -0
  417. package/src/util/tracing.ts +211 -33
  418. package/src/util/workspace-port-authentication.ts +12 -15
  419. package/src/webhook-event.ts +55 -0
  420. package/src/workspace-class.ts +14 -0
  421. package/src/workspace-cluster.ts +121 -0
  422. package/src/workspace-instance.ts +120 -36
  423. package/src/wsready.ts +11 -4
  424. package/data/builtin-theia-plugins.json +0 -362
  425. package/lib/email-protocol.d.ts +0 -49
  426. package/lib/email-protocol.d.ts.map +0 -1
  427. package/lib/email-protocol.js +0 -27
  428. package/lib/email-protocol.js.map +0 -1
  429. package/lib/messaging/connection-error-handler.d.ts +0 -27
  430. package/lib/messaging/connection-error-handler.d.ts.map +0 -1
  431. package/lib/messaging/connection-error-handler.js +0 -45
  432. package/lib/messaging/connection-error-handler.js.map +0 -1
  433. package/lib/theia-plugins.d.ts +0 -11
  434. package/lib/theia-plugins.d.ts.map +0 -1
  435. package/lib/theia-plugins.js +0 -8
  436. package/lib/theia-plugins.js.map +0 -1
  437. package/lib/util/repeater.d.ts +0 -22
  438. package/lib/util/repeater.d.ts.map +0 -1
  439. package/lib/util/repeater.js +0 -117
  440. package/lib/util/repeater.js.map +0 -1
  441. package/lib/util/safe-promise.d.ts +0 -11
  442. package/lib/util/safe-promise.d.ts.map +0 -1
  443. package/lib/util/safe-promise.js +0 -33
  444. package/lib/util/safe-promise.js.map +0 -1
  445. package/lib/util/without.d.ts +0 -7
  446. package/lib/util/without.d.ts.map +0 -1
  447. package/lib/util/without.js +0 -8
  448. package/lib/util/without.js.map +0 -1
  449. package/src/email-protocol.ts +0 -67
  450. package/src/messaging/connection-error-handler.ts +0 -62
  451. package/src/theia-plugins.ts +0 -11
  452. package/src/util/jaeger-client.d.ts +0 -105
  453. package/src/util/repeater.ts +0 -49
  454. package/src/util/safe-promise.ts +0 -26
  455. package/src/util/without.ts +0 -8
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Copyright (c) 2020 TypeFox GmbH. All rights reserved.
2
+ * Copyright (c) 2020 Gitpod GmbH. All rights reserved.
3
3
  * Licensed under the GNU Affero General Public License (AGPL).
4
- * See License-AGPL.txt in the project root for license information.
4
+ * See License.AGPL.txt in the project root for license information.
5
5
  */
6
6
 
7
7
  import { NamedWorkspaceFeatureFlag } from "./protocol";
@@ -23,16 +23,22 @@ export interface WorkspaceInstance {
23
23
  // The time an instance has switched phase to 'Running'
24
24
  startedTime?: string;
25
25
 
26
+ // The time an instance has switched phase to 'Stopping' */
27
+ stoppingTime?: string;
28
+
26
29
  // The time an instance has switched phase to 'Stopped' */
27
30
  stoppedTime?: string;
28
31
 
29
32
  // ideUrl is the URL at which the workspace is available on the internet
33
+ // Note: this is nitially empty, filled during starting process!
30
34
  ideUrl: string;
31
35
 
32
36
  // region is the name of the workspace cluster this instance runs in
37
+ // Note: this is nitially empty, filled during starting process!
33
38
  region: string;
34
39
 
35
40
  // workspaceImage is the name of the Docker image this instance runs
41
+ // Note: this is nitially empty, filled during starting process!
36
42
  workspaceImage: string;
37
43
 
38
44
  // status is the latest status of the instance that we're aware of
@@ -43,12 +49,34 @@ export interface WorkspaceInstance {
43
49
  // values here.
44
50
  configuration?: WorkspaceInstanceConfiguration;
45
51
 
46
- // instance is hard-deleted on the database and about to be collected by db-sync
52
+ // instance is hard-deleted on the database and about to be collected by periodic deleter
47
53
  readonly deleted?: boolean;
54
+
55
+ /**
56
+ * Contains information about the image build, if there was any
57
+ */
58
+ imageBuildInfo?: ImageBuildInfo;
59
+
60
+ /**
61
+ * workspace class, also known as workspace size, determines the type of
62
+ * resources that are provided to the workspace.
63
+ */
64
+ workspaceClass?: string;
65
+
66
+ /**
67
+ * Identifies the team or user to which this instance's runtime should be attributed to
68
+ * (e.g. for usage analytics or billing purposes).
69
+ */
70
+ usageAttributionId?: string;
48
71
  }
49
72
 
50
73
  // WorkspaceInstanceStatus describes the current state of a workspace instance
51
74
  export interface WorkspaceInstanceStatus {
75
+ // version is the current version of the workspace instance status
76
+ // Note: consider this value opague. The only guarantee given is that it imposes
77
+ // a partial order on status updates, i.e. a.version > b.version -> a newer than b.
78
+ version?: number;
79
+
52
80
  // phase describes a high-level state of the workspace instance
53
81
  phase: WorkspaceInstancePhase;
54
82
 
@@ -70,6 +98,12 @@ export interface WorkspaceInstanceStatus {
70
98
  // nodeName is the name of the node the instance was scheduled onto
71
99
  nodeName?: string;
72
100
 
101
+ // podName is the name of the pod of this instance
102
+ podName?: string;
103
+
104
+ // nodeIp is the IP of the node the workspace is running on
105
+ nodeIp?: string;
106
+
73
107
  // ownerToken is the token one needs to access the workspace. Its presence is checked by ws-proxy.
74
108
  ownerToken?: string;
75
109
  }
@@ -77,53 +111,55 @@ export interface WorkspaceInstanceStatus {
77
111
  // WorkspaceInstancePhase describes a high-level state of a workspace instance
78
112
  export type WorkspaceInstancePhase =
79
113
  // unknown indicates an issue within the system in that it cannot determine the actual phase of
80
- // a workspace. This phase is usually accompanied by an error.
81
- "unknown" |
114
+ // a workspace. This phase is usually accompanied by an error.
115
+ | "unknown"
82
116
 
83
117
  // Preparing means that we haven't actually started the workspace instance just yet, but rather
84
- // are still preparing for launch. This means we're building the Docker image for the workspace.
85
- "preparing" |
118
+ // are still preparing for launch.
119
+ | "preparing"
120
+
121
+ // Building means that we are building the Docker image for the workspace. A workspace will enter this phase only
122
+ // if an image build is required for that workspace.
123
+ | "building"
86
124
 
87
125
  // Pending means the workspace does not yet consume resources in the cluster, but rather is looking for
88
- // some space within the cluster. If for example the cluster needs to scale up to accomodate the
89
- // workspace, the workspace will be in Pending state until that happened.
90
- "pending" |
126
+ // some space within the cluster. If for example the cluster needs to scale up to accomodate the
127
+ // workspace, the workspace will be in Pending state until that happened.
128
+ | "pending"
91
129
 
92
130
  // Creating means the workspace is currently being created. Thati includes downloading the images required
93
- // to run the workspace over the network. The time spent in this phase varies widely and depends on the current
94
- // network speed, image size and cache states.
95
- "creating" |
131
+ // to run the workspace over the network. The time spent in this phase varies widely and depends on the current
132
+ // network speed, image size and cache states.
133
+ | "creating"
96
134
 
97
135
  // Initializing is the phase in which the workspace is executing the appropriate workspace initializer (e.g. Git
98
- // clone or backup download). After this phase one can expect the workspace to either be Running or Failed.
99
- "initializing" |
136
+ // clone or backup download). After this phase one can expect the workspace to either be Running or Failed.
137
+ | "initializing"
100
138
 
101
139
  // Running means the workspace is able to actively perform work, either by serving a user through Theia,
102
- // or as a headless workspace.
103
- "running" |
140
+ // or as a headless workspace.
141
+ | "running"
104
142
 
105
143
  // Interrupted is an exceptional state where the container should be running but is temporarily unavailable.
106
144
  // When in this state, we expect it to become running or stopping anytime soon.
107
- "interrupted" |
145
+ | "interrupted"
108
146
 
109
147
  // Stopping means that the workspace is currently shutting down. It could go to stopped every moment.
110
- "stopping" |
148
+ | "stopping"
111
149
 
112
150
  // Stopped means the workspace ended regularly because it was shut down.
113
- "stopped";
151
+ | "stopped";
114
152
 
115
153
  export interface WorkspaceInstanceConditions {
116
154
  // Failed contains the reason the workspace failed to operate. If this field is empty, the workspace has not failed.
117
- failed?: string
155
+ // failed contains technical details for the failure of the workspace.
156
+ failed?: string;
118
157
 
119
158
  // timeout contains the reason the workspace has timed out. If this field is empty, the workspace has not timed out.
120
- timeout?: string
159
+ timeout?: string;
121
160
 
122
161
  // PullingImages marks if the workspace is currently pulling its images. This condition can only be set during PhaseCreating
123
- pullingImages?: boolean
124
-
125
- // ServiceExists denotes if the workspace theia-/ports- services exist. This condition will be true if either of the two services exist.
126
- serviceExists?: boolean
162
+ pullingImages?: boolean;
127
163
 
128
164
  // deployed marks that a workspace instance was sent/deployed at a workspace manager
129
165
  deployed?: boolean;
@@ -133,22 +169,28 @@ export interface WorkspaceInstanceConditions {
133
169
 
134
170
  // ISO8601 timestamp when the first user activity was registered in the frontend. Only set if the workspace is running.
135
171
  firstUserActivity?: string;
172
+
173
+ // headlessTaskFailed indicates that a headless workspace task failed
174
+ // headlessTaskFailed is only set if:
175
+ // * this workspace is headless
176
+ // * the task being run returned a non 0 exit status code
177
+ headlessTaskFailed?: string;
178
+
179
+ // stopped_by_request is true if the workspace was stopped using a StopWorkspace call
180
+ stoppedByRequest?: boolean;
136
181
  }
137
182
 
138
183
  // AdmissionLevel describes who can access a workspace instance and its ports.
139
- export type AdmissionLevel = 'owner_only' | 'everyone';
184
+ export type AdmissionLevel = "owner_only" | "everyone";
140
185
 
141
186
  // PortVisibility describes how a port can be accessed
142
- export type PortVisibility = 'public' | 'private';
187
+ export type PortVisibility = "public" | "private";
143
188
 
144
189
  // WorkspaceInstancePort describes a port exposed on a workspace instance
145
190
  export interface WorkspaceInstancePort {
146
191
  // The outward-facing port number
147
192
  port: number;
148
193
 
149
- // An optional inward-facing port number. If not present we'll use port.
150
- targetPort?: number;
151
-
152
194
  // The visiblity of this port. Optional for backwards compatibility.
153
195
  visibility?: PortVisibility;
154
196
 
@@ -168,26 +210,68 @@ export interface WorkspaceInstanceRepoStatus {
168
210
  uncommitedFiles?: string[];
169
211
 
170
212
  // the total number of uncommited files
171
- totalUncommitedFiles?: number
213
+ totalUncommitedFiles?: number;
172
214
 
173
215
  // untrackedFiles is the list of untracked files in the workspace, possibly truncated
174
216
  untrackedFiles?: string[];
175
217
 
176
218
  // the total number of untracked files
177
- totalUntrackedFiles?: number
219
+ totalUntrackedFiles?: number;
178
220
 
179
221
  // unpushedCommits is the list of unpushed changes in the workspace, possibly truncated
180
222
  unpushedCommits?: string[];
181
223
 
182
224
  // the total number of unpushed changes
183
- totalUnpushedCommits?: number
225
+ totalUnpushedCommits?: number;
226
+ }
227
+
228
+ // ConfigurationIdeConfig ide config of WorkspaceInstanceConfiguration
229
+ export interface ConfigurationIdeConfig {
230
+ useLatest?: boolean;
231
+ desktopIdeAlias?: string;
184
232
  }
185
233
 
186
234
  // WorkspaceInstanceConfiguration contains all per-instance configuration
187
235
  export interface WorkspaceInstanceConfiguration {
188
236
  // theiaVersion is the version of Theia this workspace instance uses
189
- theiaVersion: string;
237
+ // @deprected: replaced with the ideImage field
238
+ theiaVersion?: string;
190
239
 
191
240
  // feature flags are the lowercase feature-flag names as passed to ws-manager
192
241
  featureFlags?: NamedWorkspaceFeatureFlag[];
193
- }
242
+
243
+ // ideImage is the ref of the IDE image this instance uses.
244
+ ideImage: string;
245
+
246
+ // ideImageLayers are images needed for the ide to run,
247
+ // including ide-desktop, desktop-plugin and so on
248
+ ideImageLayers?: string[];
249
+
250
+ // desktopIdeImage is the ref of the desktop IDE image this instance uses.
251
+ // @deprected: replaced with the ideImageLayers field
252
+ desktopIdeImage?: string;
253
+
254
+ // desktopIdePluginImage is the ref of the desktop IDE plugin image this instance uses.
255
+ // @deprected: replaced with the desktopIdePluginImage field
256
+ desktopIdePluginImage?: string;
257
+
258
+ // supervisorImage is the ref of the supervisor image this instance uses.
259
+ supervisorImage?: string;
260
+
261
+ ideConfig?: ConfigurationIdeConfig;
262
+ }
263
+
264
+ /**
265
+ * Holds information about the image build (if there was one) for this WorkspaceInstance
266
+ */
267
+ export interface ImageBuildInfo {
268
+ log?: ImageBuildLogInfo;
269
+ }
270
+
271
+ /**
272
+ * Holds information about how to access logs for this an image build
273
+ */
274
+ export interface ImageBuildLogInfo {
275
+ url: string;
276
+ headers: { [key: string]: string };
277
+ }
package/src/wsready.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /**
2
- * Copyright (c) 2020 TypeFox GmbH. All rights reserved.
2
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
3
3
  * Licensed under the GNU Affero General Public License (AGPL).
4
- * See License-AGPL.txt in the project root for license information.
4
+ * See License.AGPL.txt in the project root for license information.
5
5
  */
6
6
 
7
- // generated using github.com/32leaves/bel on 2020-06-11 14:47:30.351829728 +0000 UTC m=+0.002956090
7
+ // generated using github.com/32leaves/bel on 2023-02-14 09:41:16.808994006 +0000 UTC m=+0.008933200
8
8
  // DO NOT MODIFY
9
9
 
10
10
  export enum WorkspaceInitSource {
@@ -13,5 +13,12 @@ export enum WorkspaceInitSource {
13
13
  WorkspaceInitFromOther = "from-other",
14
14
  }
15
15
  export interface WorkspaceReadyMessage {
16
- source: WorkspaceInitSource
16
+ source: WorkspaceInitSource;
17
+ metrics: InitializerMetric[];
18
+ }
19
+
20
+ export interface InitializerMetric {
21
+ type: string;
22
+ duration: number;
23
+ size: number;
17
24
  }
@@ -1,362 +0,0 @@
1
- [
2
- {
3
- "loc": "vscode.bat-1.44.2.vsix",
4
- "name": "vscode.bat@1.44.2",
5
- "url": "https://open-vsx.org/api/vscode/bat/1.44.2/file/vscode.bat-1.44.2.vsix"
6
- },
7
- {
8
- "loc": "vscode.clojure-1.44.2.vsix",
9
- "name": "vscode.clojure@1.44.2",
10
- "url": "https://open-vsx.org/api/vscode/clojure/1.44.2/file/vscode.clojure-1.44.2.vsix"
11
- },
12
- {
13
- "loc": "vscode.coffeescript-1.44.2.vsix",
14
- "name": "vscode.coffeescript@1.44.2",
15
- "url": "https://open-vsx.org/api/vscode/coffeescript/1.44.2/file/vscode.coffeescript-1.44.2.vsix"
16
- },
17
- {
18
- "loc": "vscode.cpp-1.44.2.vsix",
19
- "name": "vscode.cpp@1.44.2",
20
- "url": "https://open-vsx.org/api/vscode/cpp/1.44.2/file/vscode.cpp-1.44.2.vsix"
21
- },
22
- {
23
- "loc": "vscode.csharp-1.44.2.vsix",
24
- "name": "vscode.csharp@1.44.2",
25
- "url": "https://open-vsx.org/api/vscode/csharp/1.44.2/file/vscode.csharp-1.44.2.vsix"
26
- },
27
- {
28
- "loc": "llvm-vs-code-extensions.vscode-clangd-0.1.5.vsix",
29
- "name": "llvm-vs-code-extensions.vscode-clangd@0.1.5",
30
- "url": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.5/file/llvm-vs-code-extensions.vscode-clangd-0.1.5.vsix"
31
- },
32
- {
33
- "loc": "vscode.css-1.44.2.vsix",
34
- "name": "vscode.css@1.44.2",
35
- "url": "https://open-vsx.org/api/vscode/css/1.44.2/file/vscode.css-1.44.2.vsix"
36
- },
37
- {
38
- "loc": "vscode.debug-auto-launch-1.44.2.vsix",
39
- "name": "vscode.debug-auto-launch@1.44.2",
40
- "url": "https://open-vsx.org/api/vscode/debug-auto-launch/1.44.2/file/vscode.debug-auto-launch-1.44.2.vsix"
41
- },
42
- {
43
- "loc": "vscode.emmet-1.44.2.vsix",
44
- "name": "vscode.emmet@1.44.2",
45
- "url": "https://open-vsx.org/api/vscode/emmet/1.44.2/file/vscode.emmet-1.44.2.vsix"
46
- },
47
- {
48
- "loc": "vscode.fsharp-1.44.2.vsix",
49
- "name": "vscode.fsharp@1.44.2",
50
- "url": "https://open-vsx.org/api/vscode/fsharp/1.44.2/file/vscode.fsharp-1.44.2.vsix"
51
- },
52
- {
53
- "loc": "vscode.go-1.44.2.vsix",
54
- "name": "vscode.go@1.44.2",
55
- "url": "https://open-vsx.org/api/vscode/go/1.44.2/file/vscode.go-1.44.2.vsix"
56
- },
57
- {
58
- "loc": "vscode.groovy-1.44.2.vsix",
59
- "name": "vscode.groovy@1.44.2",
60
- "url": "https://open-vsx.org/api/vscode/groovy/1.44.2/file/vscode.groovy-1.44.2.vsix"
61
- },
62
- {
63
- "loc": "vscode.handlebars-1.44.2.vsix",
64
- "name": "vscode.handlebars@1.44.2",
65
- "url": "https://open-vsx.org/api/vscode/handlebars/1.44.2/file/vscode.handlebars-1.44.2.vsix"
66
- },
67
- {
68
- "loc": "vscode.hlsl-1.44.2.vsix",
69
- "name": "vscode.hlsl@1.44.2",
70
- "url": "https://open-vsx.org/api/vscode/hlsl/1.44.2/file/vscode.hlsl-1.44.2.vsix"
71
- },
72
- {
73
- "loc": "vscode.html-1.44.2.vsix",
74
- "name": "vscode.html@1.44.2",
75
- "url": "https://open-vsx.org/api/vscode/html/1.44.2/file/vscode.html-1.44.2.vsix"
76
- },
77
- {
78
- "loc": "vscode.ini-1.44.2.vsix",
79
- "name": "vscode.ini@1.44.2",
80
- "url": "https://open-vsx.org/api/vscode/ini/1.44.2/file/vscode.ini-1.44.2.vsix"
81
- },
82
- {
83
- "loc": "vscode.java-1.48.0.vsix",
84
- "name": "vscode.java@1.48.0",
85
- "url": "https://open-vsx.org/api/vscode/java/1.48.0/file/vscode.java-1.48.0.vsix"
86
- },
87
- {
88
- "loc": "vscode.javascript-1.44.2.vsix",
89
- "name": "vscode.javascript@1.44.2",
90
- "url": "https://open-vsx.org/api/vscode/javascript/1.44.2/file/vscode.javascript-1.44.2.vsix"
91
- },
92
- {
93
- "loc": "vscode.json-1.44.2.vsix",
94
- "name": "vscode.json@1.44.2",
95
- "url": "https://open-vsx.org/api/vscode/json/1.44.2/file/vscode.json-1.44.2.vsix"
96
- },
97
- {
98
- "loc": "vscode.json-language-features-1.46.1.vsix",
99
- "name": "vscode.json-language-features@1.46.1",
100
- "url": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix"
101
- },
102
- {
103
- "loc": "vscode.less-1.44.2.vsix",
104
- "name": "vscode.less@1.44.2",
105
- "url": "https://open-vsx.org/api/vscode/less/1.44.2/file/vscode.less-1.44.2.vsix"
106
- },
107
- {
108
- "loc": "vscode.log-1.44.2.vsix",
109
- "name": "vscode.log@1.44.2",
110
- "url": "https://open-vsx.org/api/vscode/log/1.44.2/file/vscode.log-1.44.2.vsix"
111
- },
112
- {
113
- "loc": "vscode.lua-1.44.2.vsix",
114
- "name": "vscode.lua@1.44.2",
115
- "url": "https://open-vsx.org/api/vscode/lua/1.44.2/file/vscode.lua-1.44.2.vsix"
116
- },
117
- {
118
- "loc": "vscode.make-1.44.2.vsix",
119
- "name": "vscode.make@1.44.2",
120
- "url": "https://open-vsx.org/api/vscode/make/1.44.2/file/vscode.make-1.44.2.vsix"
121
- },
122
- {
123
- "loc": "vscode.markdown-1.44.2.vsix",
124
- "name": "vscode.markdown@1.44.2",
125
- "url": "https://open-vsx.org/api/vscode/markdown/1.44.2/file/vscode.markdown-1.44.2.vsix"
126
- },
127
- {
128
- "loc": "vscode.npm-1.39.1.vsix",
129
- "name": "vscode.npm@1.39.1",
130
- "url": "https://open-vsx.org/api/vscode/npm/1.39.1/file/vscode.npm-1.39.1.vsix"
131
- },
132
- {
133
- "loc": "vscode.objective-c-1.44.2.vsix",
134
- "name": "vscode.objective-c@1.44.2",
135
- "url": "https://open-vsx.org/api/vscode/objective-c/1.44.2/file/vscode.objective-c-1.44.2.vsix"
136
- },
137
- {
138
- "loc": "vscode.perl-1.44.2.vsix",
139
- "name": "vscode.perl@1.44.2",
140
- "url": "https://open-vsx.org/api/vscode/perl/1.44.2/file/vscode.perl-1.44.2.vsix"
141
- },
142
- {
143
- "loc": "vscode.php-1.44.2.vsix",
144
- "name": "vscode.php@1.44.2",
145
- "url": "https://open-vsx.org/api/vscode/php/1.44.2/file/vscode.php-1.44.2.vsix"
146
- },
147
- {
148
- "loc": "vscode.powershell-1.44.2.vsix",
149
- "name": "vscode.powershell@1.44.2",
150
- "url": "https://open-vsx.org/api/vscode/powershell/1.44.2/file/vscode.powershell-1.44.2.vsix"
151
- },
152
- {
153
- "loc": "vscode.pug-1.44.2.vsix",
154
- "name": "vscode.pug@1.44.2",
155
- "url": "https://open-vsx.org/api/vscode/pug/1.44.2/file/vscode.pug-1.44.2.vsix"
156
- },
157
- {
158
- "loc": "vscode.python-1.47.3.vsix",
159
- "name": "vscode.python@1.47.3",
160
- "url": "https://open-vsx.org/api/vscode/python/1.47.3/file/vscode.python-1.47.3.vsix"
161
- },
162
- {
163
- "loc": "vscode.r-1.44.2.vsix",
164
- "name": "vscode.r@1.44.2",
165
- "url": "https://open-vsx.org/api/vscode/r/1.44.2/file/vscode.r-1.44.2.vsix"
166
- },
167
- {
168
- "loc": "vscode.razor-1.44.2.vsix",
169
- "name": "vscode.razor@1.44.2",
170
- "url": "https://open-vsx.org/api/vscode/razor/1.44.2/file/vscode.razor-1.44.2.vsix"
171
- },
172
- {
173
- "loc": "vscode.ruby-1.44.2.vsix",
174
- "name": "vscode.ruby@1.44.2",
175
- "url": "https://open-vsx.org/api/vscode/ruby/1.44.2/file/vscode.ruby-1.44.2.vsix"
176
- },
177
- {
178
- "loc": "vscode.rust-1.44.2.vsix",
179
- "name": "vscode.rust@1.44.2",
180
- "url": "https://open-vsx.org/api/vscode/rust/1.44.2/file/vscode.rust-1.44.2.vsix"
181
- },
182
- {
183
- "loc": "vscode.scss-1.44.2.vsix",
184
- "name": "vscode.scss@1.44.2",
185
- "url": "https://open-vsx.org/api/vscode/scss/1.44.2/file/vscode.scss-1.44.2.vsix"
186
- },
187
- {
188
- "loc": "vscode.shaderlab-1.44.2.vsix",
189
- "name": "vscode.shaderlab@1.44.2",
190
- "url": "https://open-vsx.org/api/vscode/shaderlab/1.44.2/file/vscode.shaderlab-1.44.2.vsix"
191
- },
192
- {
193
- "loc": "vscode.shellscript-1.44.2.vsix",
194
- "name": "vscode.shellscript@1.44.2",
195
- "url": "https://open-vsx.org/api/vscode/shellscript/1.44.2/file/vscode.shellscript-1.44.2.vsix"
196
- },
197
- {
198
- "loc": "vscode.sql-1.44.2.vsix",
199
- "name": "vscode.sql@1.44.2",
200
- "url": "https://open-vsx.org/api/vscode/sql/1.44.2/file/vscode.sql-1.44.2.vsix"
201
- },
202
- {
203
- "loc": "vscode.swift-1.44.2.vsix",
204
- "name": "vscode.swift@1.44.2",
205
- "url": "https://open-vsx.org/api/vscode/swift/1.44.2/file/vscode.swift-1.44.2.vsix"
206
- },
207
- {
208
- "loc": "vscode.typescript-1.44.2.vsix",
209
- "name": "vscode.typescript@1.44.2",
210
- "url": "https://open-vsx.org/api/vscode/typescript/1.44.2/file/vscode.typescript-1.44.2.vsix"
211
- },
212
- {
213
- "loc": "vscode.typescript-language-features-1.44.2.vsix",
214
- "name": "vscode.typescript-language-features@1.44.2",
215
- "url": "https://open-vsx.org/api/vscode/typescript-language-features/1.44.2/file/vscode.typescript-language-features-1.44.2.vsix"
216
- },
217
- {
218
- "loc": "vscode.vb-1.44.2.vsix",
219
- "name": "vscode.vb@1.44.2",
220
- "url": "https://open-vsx.org/api/vscode/vb/1.44.2/file/vscode.vb-1.44.2.vsix"
221
- },
222
- {
223
- "loc": "vscode.xml-1.44.2.vsix",
224
- "name": "vscode.xml@1.44.2",
225
- "url": "https://open-vsx.org/api/vscode/xml/1.44.2/file/vscode.xml-1.44.2.vsix"
226
- },
227
- {
228
- "loc": "vscode.yaml-1.44.2.vsix",
229
- "name": "vscode.yaml@1.44.2",
230
- "url": "https://open-vsx.org/api/vscode/yaml/1.44.2/file/vscode.yaml-1.44.2.vsix"
231
- },
232
- {
233
- "loc": "redhat.java-0.65.0.vsix",
234
- "name": "redhat.java@0.65.0",
235
- "url": "https://open-vsx.org/api/redhat/java/0.65.0/file/redhat.java-0.65.0.vsix"
236
- },
237
- {
238
- "loc": "vscjava.vscode-java-debug-0.27.1.vsix",
239
- "name": "vscjava.vscode-java-debug@0.27.1",
240
- "url": "https://open-vsx.org/api/vscjava/vscode-java-debug/0.27.1/file/vscjava.vscode-java-debug-0.27.1.vsix"
241
- },
242
- {
243
- "loc": "vscjava.vscode-java-dependency-0.9.0.vsix",
244
- "name": "vscjava.vscode-java-dependency@0.9.0",
245
- "url": "https://open-vsx.org/api/vscjava/vscode-java-dependency/0.9.0/file/vscjava.vscode-java-dependency-0.9.0.vsix"
246
- },
247
- {
248
- "loc": "ms-vscode.node-debug-1.38.4.vsix",
249
- "name": "ms-vscode.node-debug@1.38.4",
250
- "url": "https://open-vsx.org/api/ms-vscode/node-debug/1.38.4/file/ms-vscode.node-debug-1.38.4.vsix"
251
- },
252
- {
253
- "loc": "ms-vscode.node-debug2-1.33.0.vsix",
254
- "name": "ms-vscode.node-debug2@1.33.0",
255
- "url": "https://open-vsx.org/api/ms-vscode/node-debug2/1.33.0/file/ms-vscode.node-debug2-1.33.0.vsix"
256
- },
257
- {
258
- "loc": "ms-python.python-2020.7.96456.vsix",
259
- "name": "ms-python.python@2020.7.96456",
260
- "url": "https://open-vsx.org/api/ms-python/python/2020.7.96456/file/ms-python.python-2020.7.96456.vsix"
261
- },
262
- {
263
- "loc": "ms-vscode.Go-0.14.3.vsix",
264
- "name": "ms-vscode.Go@0.14.3",
265
- "url": "https://open-vsx.org/api/ms-vscode/Go/0.14.3/file/ms-vscode.Go-0.14.3.vsix"
266
- },
267
- {
268
- "loc": "redhat.vscode-xml-0.11.0.vsix",
269
- "name": "redhat.vscode-xml@0.11.0",
270
- "url": "https://open-vsx.org/api/redhat/vscode-xml/0.11.0/file/redhat.vscode-xml-0.11.0.vsix"
271
- },
272
- {
273
- "loc": "redhat.vscode-yaml-0.8.0.vsix",
274
- "name": "redhat.vscode-yaml@0.8.0",
275
- "url": "https://open-vsx.org/api/redhat/vscode-yaml/0.8.0/file/redhat.vscode-yaml-0.8.0.vsix"
276
- },
277
- {
278
- "loc": "bmewburn.vscode-intelephense-client-1.4.0.vsix",
279
- "name": "bmewburn.vscode-intelephense-client@1.4.0",
280
- "url": "https://open-vsx.org/api/bmewburn/vscode-intelephense-client/1.4.0/file/bmewburn.vscode-intelephense-client-1.4.0.vsix"
281
- },
282
- {
283
- "loc": "felixfbecker.php-debug-1.13.0.vsix",
284
- "name": "felixfbecker.php-debug@1.13.0",
285
- "url": "https://open-vsx.org/api/felixfbecker/php-debug/1.13.0/file/felixfbecker.php-debug-1.13.0.vsix"
286
- },
287
- {
288
- "loc": "rust-lang.rust-0.7.8.vsix",
289
- "name": "rust-lang.rust@0.7.8",
290
- "url": "https://open-vsx.org/api/rust-lang/rust/0.7.8/file/rust-lang.rust-0.7.8.vsix"
291
- },
292
- {
293
- "loc": "vscode.theme-abyss-1.44.2.vsix",
294
- "name": "vscode.theme-abyss@1.44.2",
295
- "url": "https://open-vsx.org/api/vscode/theme-abyss/1.44.2/file/vscode.theme-abyss-1.44.2.vsix"
296
- },
297
- {
298
- "loc": "vscode.theme-kimbie-dark-1.44.2.vsix",
299
- "name": "vscode.theme-kimbie-dark@1.44.2",
300
- "url": "https://open-vsx.org/api/vscode/theme-kimbie-dark/1.44.2/file/vscode.theme-kimbie-dark-1.44.2.vsix"
301
- },
302
- {
303
- "loc": "vscode.theme-monokai-1.44.2.vsix",
304
- "name": "vscode.theme-monokai@1.44.2",
305
- "url": "https://open-vsx.org/api/vscode/theme-monokai/1.44.2/file/vscode.theme-monokai-1.44.2.vsix"
306
- },
307
- {
308
- "loc": "vscode.theme-monokai-dimmed-1.44.2.vsix",
309
- "name": "vscode.theme-monokai-dimmed@1.44.2",
310
- "url": "https://open-vsx.org/api/vscode/theme-monokai-dimmed/1.44.2/file/vscode.theme-monokai-dimmed-1.44.2.vsix"
311
- },
312
- {
313
- "loc": "vscode.theme-quietlight-1.44.2.vsix",
314
- "name": "vscode.theme-quietlight@1.44.2",
315
- "url": "https://open-vsx.org/api/vscode/theme-quietlight/1.44.2/file/vscode.theme-quietlight-1.44.2.vsix"
316
- },
317
- {
318
- "loc": "vscode.theme-red-1.44.2.vsix",
319
- "name": "vscode.theme-red@1.44.2",
320
- "url": "https://open-vsx.org/api/vscode/theme-red/1.44.2/file/vscode.theme-red-1.44.2.vsix"
321
- },
322
- {
323
- "loc": "vscode.theme-solarized-dark-1.44.2.vsix",
324
- "name": "vscode.theme-solarized-dark@1.44.2",
325
- "url": "https://open-vsx.org/api/vscode/theme-solarized-dark/1.44.2/file/vscode.theme-solarized-dark-1.44.2.vsix"
326
- },
327
- {
328
- "loc": "vscode.theme-solarized-light-1.44.2.vsix",
329
- "name": "vscode.theme-solarized-light@1.44.2",
330
- "url": "https://open-vsx.org/api/vscode/theme-solarized-light/1.44.2/file/vscode.theme-solarized-light-1.44.2.vsix"
331
- },
332
- {
333
- "loc": "vscode.theme-tomorrow-night-blue-1.44.2.vsix",
334
- "name": "vscode.theme-tomorrow-night-blue@1.44.2",
335
- "url": "https://open-vsx.org/api/vscode/theme-tomorrow-night-blue/1.44.2/file/vscode.theme-tomorrow-night-blue-1.44.2.vsix"
336
- },
337
- {
338
- "loc": "vscode.vscode-theme-seti-1.44.2.vsix",
339
- "name": "vscode.vscode-theme-seti@1.44.2",
340
- "url": "https://open-vsx.org/api/vscode/vscode-theme-seti/1.44.2/file/vscode.vscode-theme-seti-1.44.2.vsix"
341
- },
342
- {
343
- "loc": "vscode.merge-conflict-1.44.2.vsix",
344
- "name": "vscode.merge-conflict@1.44.2",
345
- "url": "https://open-vsx.org/api/vscode/merge-conflict/1.44.2/file/vscode.merge-conflict-1.44.2.vsix"
346
- },
347
- {
348
- "loc": "references-view-0.0.47.vsix",
349
- "name": "ms-vscode.references-view@0.0.47",
350
- "url": "https://open-vsx.org/api/ms-vscode/references-view/0.0.47/file/ms-vscode.references-view-0.0.47.vsix"
351
- },
352
- {
353
- "loc": "EditorConfig.EditorConfig-0.15.1.vsix",
354
- "name": "EditorConfig.EditorConfig@0.15.1",
355
- "url": "https://open-vsx.org/api/EditorConfig/EditorConfig/0.15.1/file/EditorConfig.EditorConfig-0.15.1.vsix"
356
- },
357
- {
358
- "loc": "vscode.docker-1.47.3.vsix",
359
- "name": "vscode.docker@1.47.3",
360
- "url": "https://open-vsx.org/api/vscode/docker/1.47.3/file/vscode.docker-1.47.3.vsix"
361
- }
362
- ]