Commit Graph

3903 Commits

Author SHA1 Message Date
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
Andrea Mah
567021733a bump ripgrep + telemetry extractor (#198880) 2023-11-22 19:54:55 +01:00
paulacamargo25
3cd70e25a9 Merge pull request #198723 from microsoft/update-distro
Update distro SHA
2023-11-21 12:33:16 -05:00
Christof Marti
bb995b5511 Avoid excessive trace logging (#197549) 2023-11-21 15:21:28 +01:00
paulacamargo25
2da47045dc update distro SHA 2023-11-20 18:02:07 -08:00
Benjamin Pasero
047cf79f5d debt - prefer lazy imports (#198668) 2023-11-20 12:16:11 +01:00
Martin Aeschlimann
7b9833be69 Removes ms-vscode-remote.remote-wsl-recommender (#198502)
bump distro
2023-11-17 11:01:46 +01:00
Matt Bierner
dd9e1d579c Pick up latest TS for building VS Code (#198477) 2023-11-17 08:10:28 +01:00
Connor Peet
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
Ladislau Szomoru
6e1f0594ee Engineering - update distro (#198253) 2023-11-14 22:45:33 +01:00
Christof Marti
67aa71296f Avoid excessive trace logging (microsoft/vscode#197549) 2023-11-14 14:12:44 +01:00
Christof Marti
f9cadb5e57 Update distro hash 2023-11-14 12:50:24 +01:00
Robo
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
isidor
fad419ed7f Update distro version in package.json 2023-11-10 15:36:28 +01:00
Daniel Imms
98c9171f88 Update xterm, adopt new SerializeAddon range API
Fixes #197737
2023-11-09 10:45:57 -08:00
isidor
1657244d8b Update distro version in package.json 2023-11-09 18:26:24 +01:00
Kartik Raj
93e3eb35b5 Revert to latest merge commit 2023-11-09 01:55:23 +00:00
Rob Lourens
7cf8a165f6 Merge branch 'main' into kartik/tiny-kiwi 2023-11-08 19:32:09 -06:00
Kartik Raj
2012c468e8 Do not point to a merge commit 2023-11-08 19:40:15 +00:00
Kartik Raj
f002bf243d Update distro 2023-11-08 19:12:21 +00:00
Daniel Imms
75924b36d9 @xterm/xterm@5.4.0-beta.13 (49eab6b)
Fixes #197385
Fixes #197730
2023-11-08 06:01:48 -08:00
Benjamin Pasero
6e1425c35a 🆙 distro (#197305) 2023-11-03 17:12:04 +11:00
Connor Peet
b431ca92db tunnels: fixes to allow msa auth (#197259) 2023-11-02 19:49:04 +01:00
Daniel Imms
cdfecb4474 Update xterm
Fixes #197254
2023-11-02 11:08:27 -07:00
Daniel Imms
3a351bdc29 Move to xterm scoped image addon 2023-11-01 14:47:59 -07:00
Daniel Imms
9d1bc6ae59 Move to scoped xterm.js packages
xterm-addon-image is excluded currently as there are some publishing
issues.

See xtermjs/xterm.js#4859
2023-11-01 12:15:41 -07:00
Daniel Imms
0a06579a7f Update xterm.js
Fixes #151181
2023-10-31 07:39:09 -07:00
Matt Bierner
b93c7bcfa6 Pick up latest TS for building VS Code (#197005) 2023-10-30 10:19:33 -07:00
Ulugbek Abdullaev
6cfa090053 Bump version to 1.85 (#196813) 2023-10-27 12:31:47 +02:00
Bhavya U
df99ffae53 Update distro (#196778)
Bump distro
2023-10-27 03:27:33 +02:00
Daniel Imms
e44dc17a56 Update distro 2023-10-26 11:54:21 -07:00
Bhavya U
fbf2eb9583 Bump distro (#196519) 2023-10-25 03:29:51 +02:00
Ulugbek Abdullaev
2346f95977 release 1.84.0 update 3rd party notices 2023-10-24 01:36:58 +02:00
Sandeep Somavarapu
7b69e4aaa6 fix #194981 (#196322) 2023-10-23 15:37:17 -07:00
Ladislau Szomoru
e1d9c44890 Bump distro (#196271) 2023-10-23 15:34:11 +02:00
João Moreno
2c973350c5 chore: bump electron@25.9.2 (#196249)
* chore: bump electron@25.9.2

* chore: bump distro

* install setuptools

https://github.com/nodejs/node-gyp/issues/2915
2023-10-23 14:43:33 +02:00
Daniel Imms
d18bce4980 Merge pull request #195825 from microsoft/tyriar/float_5
Make xterm.js multi-window aware
2023-10-18 00:06:45 -07:00
Benjamin Pasero
58bdf2c7c4 🆙 distro (#195858) 2023-10-17 21:51:06 -07:00