Commit Graph
1593 Commits
Author SHA1 Message Date
Matt BiernerandGitHub 18d118aaf5 Pick up latest TS for building VS Code (#208041) 2024-03-18 22:12:00 +01:00
Daniel Imms 16b2e2d68e Update xterm.js
Fixes a glyph scaling issue among other minor things
2024-03-18 10:30:57 -07:00
Daniel Imms b7b436a657 Support rescaling overlapping glyphs
Fixes #206342
2024-03-14 10:02:30 -07:00
RoboandGitHub 6c1e897687 chore: update electron@28.2.6 (#207388)
* chore: update electron@28.2.6

* chore: update distro
2024-03-12 08:42:05 +01:00
Matt BiernerandGitHub e08191789b Pick up latest TS for building VS Code (#207347) 2024-03-11 19:06:05 +01:00
RoboandGitHub c37ca48a96 chore: update node-pty@1.1.0-beta11 (#207153) 2024-03-08 13:48:21 +01:00
Matt BiernerandGitHub 6403b4367b Pick up latest TS for building VS Code (#207096) 2024-03-07 12:59:59 -08:00
RoboandGitHub 069f4d91f3 chore: bump electron@28.2.5 (#206822)
* chore: bump electron@28.2.5

* chore: bump distro
2024-03-04 19:56:04 +01:00
Daniel Imms ad1373ca5a Update xterm 2024-03-04 06:26:29 -08:00
Daniel Imms f348847d77 Update xterm
Fixes #204690
2024-02-29 08:46:51 -08:00
Sandeep SomavarapuandGitHub e25f421789 fix #82524 (#206415) 2024-02-28 10:44:26 +01:00
Matt BiernerandGitHub 920a3a701e Pick up latest TS for building VS Code (#206264) 2024-02-26 19:56:20 +01:00
RoboandGitHub 974c6b3fb9 chore: update to electron 28 (#203956)
* chore: update electron@28.1.4

* ci: use latest Node.js v18 release

18.18.2 has npm version that has removed the node-gyp script
which will cause native modules fail to build that rely on
something like `install: node-gyp rebuild`

Refs https://github.com/npm/cli/commit/c93edb55f52532e666a9ba2719bee0da725fe6f0

* chore: update rpm dependencies

* chore: bump electron@28.2.1

* chore: bump nodejs@18.18.2

* chore: bump electron@28.2.2

* chore: bump distro
2024-02-26 12:11:47 +01:00
Raymond ZhaoandGitHub 7a40a10b24 chore: bump proxy-agent and ip (#205903) 2024-02-21 11:21:39 -08:00
RoboandGitHub 983a3bc0ae chore: bump electron@27.3.2 (#204960)
* chore: bump electron@27.3.2

* chore: bump distro
2024-02-12 06:42:48 +01:00
Connor PeetandGitHub 06eee91ac7 eng: update CLI and a fix for extension test coverage (#204662) 2024-02-08 00:37:58 +01:00
RoboandGitHub 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 BiernerandGitHub 0f47ae7932 Pick up latest TS for building VS Code (#204527) 2024-02-06 11:39:50 -08:00
Daniel Imms dbdf5813d7 Update xterm.js
Fixes #204104
2024-02-02 11:15:55 -08:00
RoboandGitHub bf16cceb73 chore: bump windows-mutex@0.5.0 (#204150) 2024-02-02 16:52:39 +01:00
RoboandGitHub 56ed836ea9 chore: bump windows-process-tree@0.6.0 (#204079) 2024-02-02 09:23:51 +01:00
RoboandGitHub 9f705f9376 chore: bump spdlog@0.15.0 (#204072) 2024-02-02 08:25:12 +01:00
RoboandGitHub 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 BiernerandGitHub 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 PeetandGitHub 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
RoboandGitHub 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
Sandeep SomavarapuandGitHub 687df980c2 fix #201346 (#202520) 2024-01-15 16:54:48 +01:00
RoboandGitHub 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 BiernerandGitHub 284e949dac Pick up latest TS for building VS Code (#202047) 2024-01-09 07:48:18 +01:00
Connor PeetandGitHub 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 AeschlimannandGitHub 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
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 MorenoandGitHub 434d2e1644 bump @vscode/test-electron (#200361)
fixes #200348
2023-12-08 15:53:05 +01:00
RoboandGitHub 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
RoboandGitHub 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
Tyler James LeonhardtandGitHub a35c4645cb bump l10n-dev to latest (#199721)
to reflect numerous bug fixes
2023-12-01 04:49:32 +01:00
RoboandGitHub 83ba577c3f chore: bump electron@25.9.6 (#199179) 2023-11-27 17:45:25 +01:00
Andrea MahandGitHub 567021733a bump ripgrep + telemetry extractor (#198880) 2023-11-22 19:54:55 +01:00
Christof Marti bb995b5511 Avoid excessive trace logging (#197549) 2023-11-21 15:21:28 +01:00
Matt BiernerandGitHub dd9e1d579c Pick up latest TS for building VS Code (#198477) 2023-11-17 08:10:28 +01:00
Connor PeetandGitHub a0b548807a eng: add assertHeap method for memory assertions (#198334)
This adds an `assertHeap` function that can be used in tests. It
takes a heap snapshot, and asserts the state of classes in memory. This
works in Node and the Electron sandbox, but is a no-op in the browser.
Snapshots are process asynchronously and will report failures at the end
of the suite.

This method should be used sparingly (e.g. once at the end of a suite to
ensure nothing leaked before), as gathering a heap snapshot is fairly
slow, at least until V8 11.5.130 (https://v8.dev/blog/speeding-up-v8-heap-snapshots).

When used, the function will ensure the test has a minimum timeout
duration of 20s to avoid immediate failures.

It takes options containing a mapping of class names, and assertion functions
to run on the number of retained instances of that class. For example:

```ts
assertSnapshot({
	classes: {
		ShouldNeverLeak: count => assert.strictEqual(count, 0),
		SomeSingleton: count => assert(count <= 1),
	}
});
```

Closes https://github.com/microsoft/vscode/issues/191920
2023-11-15 10:41:22 -08:00
Christof Marti 67aa71296f Avoid excessive trace logging (microsoft/vscode#197549) 2023-11-14 14:12:44 +01:00
RoboandGitHub e49ea372a1 chore: update electron@25.9.4 (#198142)
* chore: update electron@25.9.4

* chore: bump distro
2023-11-13 20:44:42 +01:00
Christof Marti 9c2b9327e5 Load local certificates (microsoft/vscode-remote-release#9176) 2023-11-13 17:09:47 +01:00