Commit Graph

4291 Commits

Author SHA1 Message Date
Tyler James Leonhardt 2fa5c6538e Bump distro (#204868) 2024-02-09 23:29:21 +01:00
Connor Peet 06eee91ac7 eng: update CLI and a fix for extension test coverage (#204662) 2024-02-08 00:37:58 +01:00
Alex Ross a81f19bd71 Bump distro (#204602) 2024-02-07 14:46:47 +01:00
Robo 926d4e5fd1 chore: update electron@27.3.1 (#204580)
* chore: update electron@27.3.1

* chore: bump distro
2024-02-07 12:08:06 +01:00
Matt Bierner 0f47ae7932 Pick up latest TS for building VS Code (#204527) 2024-02-06 11:39:50 -08:00
Robo cf7ddbb51d fix: use legacy server as default with additional warnings (#204377)
* ci: switch to glibc 2.17 remote server

* chore: signal user about unsupported connection

* chore: address review comments

* chore: update nodejs build

* chore: bump distro

* chore: lower the minimum requirements

* fix: glibc version check

* chore: remove explicit connection disposal
2024-02-06 11:25:58 +01:00
Daniel Imms dbdf5813d7 Update xterm.js
Fixes #204104
2024-02-02 11:15:55 -08:00
Alex Ross 8019c10a01 Bump distro (#204164) 2024-02-02 18:00:27 +01:00
Robo bf16cceb73 chore: bump windows-mutex@0.5.0 (#204150) 2024-02-02 16:52:39 +01:00
Robo 56ed836ea9 chore: bump windows-process-tree@0.6.0 (#204079) 2024-02-02 09:23:51 +01:00
Robo 9f705f9376 chore: bump spdlog@0.15.0 (#204072) 2024-02-02 08:25:12 +01:00
Robo 9794c5e919 chore: bump node-pty@1.1.0-beta6 (#204058) 2024-02-02 05:11:04 +01:00
Christof Marti db3ebe6121 Update to @vscode/proxy-agent 0.19.0 (#203847) 2024-02-01 17:01:15 +01:00
Matt Bierner adaf974eb2 Pick up latest TS for building (#203840) 2024-01-30 23:19:07 +01:00
Daniel Imms e13013289e Update xterm
Fixes #200428
2024-01-30 12:02:53 -08:00
Connor Peet 0f323440e5 eng: allow css nesting via postcss plugin (#203726)
* eng: allow css nesting via postcss plugin

CSS nesting has landed in most browsers at this point, but we don't want
to break users who are still stuck on old browser (mainly older iOS
devices.) This PR adds a postcss plugin to the build process that
de-nests nested CSS.

The plugin required a newer version of postcss as well, so I have
updated that and a couple other modules to their latest versions.

* update build's package.json versions too
2024-01-29 11:19:37 -08:00
Aiday Marlen Kyzy 661cf5147b increasing the version to 1.87 2024-01-26 03:29:04 +01:00
Alex Ross a908e9d6d5 Bump distro (#203431) 2024-01-25 11:56:50 +01:00
Robo cc6f22bf75 chore: update builds for electron@27.2.3 (#203346)
* chore: update builds for electron@27.2.3

* chore: bump distro
2024-01-24 17:49:21 +01:00
Alexandru Dima 523725a022 Run OSS Tool (#203132) 2024-01-23 13:13:55 +01:00
Robo 39fe2dab67 chore: bump electron@27.2.3 (#202771)
* chore: bump electron@27.2.3

* chore: bump distro
2024-01-22 20:25:03 +01:00
Aiday Marlen Kyzy e5e5cb8632 adding the license changes 2024-01-22 14:12:14 +01:00
João Moreno 79cb8061ed fix: use correct max-old-space-size flag syntax, increase mem limit for extensions-ci (#202862)
fixes #202720
2024-01-19 17:04:06 +01:00
Alex Ross 3541d8e3c5 Bump distro (#202531) 2024-01-15 18:28:21 +01:00
Sandeep Somavarapu 687df980c2 fix #201346 (#202520) 2024-01-15 16:54:48 +01:00
Robo fb76955440 chore: update electron@27.2.1 (#202053)
* chore: bump electron@27.2.1

* chore: enable code cache support for custom standard schemes

Refs https://github.com/electron/electron/commit/267cbc841eb97c1c768ea116352f7430968cb05d

* chore: remove --ms-enable-electron-run-as-node

Removed in favor of https://github.com/electron/electron/commit/f842ead6bc627afdf5b945305abb3e1872b558ef

* chore: update distro
2024-01-09 08:33:34 +01:00
Matt Bierner 284e949dac Pick up latest TS for building VS Code (#202047) 2024-01-09 07:48:18 +01:00
Aaron Munger 4abe42fa45 bump distro for proposed api (#201895) 2024-01-05 09:50:00 -08:00
Connor Peet 0385382382 testing: more out-of-editor refinements (#201834)
- Som more tweaks to our own runner scripts to allow asking for the
  generated coverage formats.
- Add actions alongside debug/run for executing coverage profiles
- Finish with displaying function coverage stats in Coverage view,
  allow changing its sort order.

Fixes #200529
Fixes #199380
2024-01-04 21:22:46 +01:00
Connor Peet c016ce64fb testing: misc work on test coverage (#201758)
- Allow coverage bar color thresholds to be configurable as the Java
  folks requested.
- Update some of our scripts for integration into
  the selfhost test runner.
- Initial parts of showing function coverage in the Test Coverage view.
  (Still a work in progress, more tomorrow)
2024-01-04 08:42:22 +01:00
Daniel Imms d4e9b63073 Update xterm
Fixes #199848
2023-12-20 10:09:50 -08:00
Daniel Imms 23aa0ceb42 Update xterm
Fixes #200428
2023-12-19 09:20:30 -08:00
Martin Aeschlimann 56b0088dce update vscode-test-web (#201187)
* update vscode-test-web

* add @playwright/browser-chromium

* add skipLibCheck

* add skipLibCheck

* use esnext

* cleanup
2023-12-19 16:03:03 +01:00
Daniel Imms 677f2baba3 Update xterm
Fixes #200469
2023-12-15 09:44:57 -08:00
Daniel Imms 32bf697587 Update xterm, adopt wheel event handler 2023-12-12 05:45:30 -08:00
isidor 1d10285782 Update distro version in package.json 2023-12-12 11:44:20 +01:00
Daniel Imms 11601f762a Update xterm.js
This fixes several issues thanks to xtermjs/xterm.js#4910
2023-12-08 12:26:08 -08:00
João Moreno 434d2e1644 bump @vscode/test-electron (#200361)
fixes #200348
2023-12-08 15:53:05 +01:00
Justin Chen ab0520decb Bump to version 1.86-insiders (#200284)
Update package.json
2023-12-08 01:45:50 +01:00
isidor 55add1cf65 Update distro hash in package.json 2023-12-07 15:04:52 +01:00
Robo 12fece34ed chore: update to electron 27 (#197539)
* chore: update electron@27.0.2

* chore: update debian dependencies

* chore: bump electron@27.0.4

* chore: bump electron@27.1.0

* chore: bump electron@27.1.3

* chore: bump distro
2023-12-07 10:48:24 +01:00
Logan Ramos 32f7261976 Bump distro (#200143) 2023-12-06 15:45:34 +01:00
Robo ef804e738b chore: update electron@25.9.7 (#199854)
* chore: update electron@25.9.7

* chore: bump distro
2023-12-02 08:17:36 -07:00
Ladislau Szomoru fb8a16078f Engineering - update distro (#199768) 2023-12-01 16:51:18 +01:00
Robo b4ab48bcf2 chore: update builds for electron@25.9.6 (#199727)
* chore: update builds for electron@25.9.6

* chore: bump distro
2023-12-01 07:24:42 +01:00
Tyler James Leonhardt a35c4645cb bump l10n-dev to latest (#199721)
to reflect numerous bug fixes
2023-12-01 04:49:32 +01:00
Justin Chen 13075044a0 November OSS tools update (#199259)
* november endgame oss tool update

* update distro sha

* update distro sha
2023-11-29 01:47:35 +01:00
Robo 83ba577c3f chore: bump electron@25.9.6 (#199179) 2023-11-27 17:45:25 +01:00
Ladislau Szomoru b798fd8036 Engineering - update distro (#199152) 2023-11-27 12:53:16 +01:00
Rob Lourens 8f639f598d Bump distro 2023-11-23 11:37:42 -06:00