Commit Graph

3991 Commits

Author SHA1 Message Date
Sandeep Somavarapu
9a56f75db6
update distro (#216733) 2024-06-20 19:46:23 +02:00
Robo
4b19907cc8
fix[x11]: crash in gpu process with software compositor (#216661)
* fix[x11]: crash in gpu process with software compositor

* chore: bump distro
2024-06-20 07:02:04 +02:00
Matt Bierner
1fc7961ad5
Pick up latest TS for building VS Code (#216552) 2024-06-19 00:26:38 +02:00
Benjamin Pasero
214a425a0f
Revert "🆙 @parcel/watcher@2.4.0" (#216318)
Revert "🆙 `@parcel/watcher@2.4.0` (#215964)"

This reverts commit 406d1d726f.
2024-06-18 08:43:31 +02:00
Benjamin Pasero
406d1d726f
🆙 @parcel/watcher@2.4.0 (#215964) 2024-06-17 12:25:03 -07:00
Benjamin Pasero
fd9c4c8559
🆙 distro (#215971) 2024-06-17 19:11:41 +02:00
Christof Marti
1474750c61 Update to @vscode/proxy-agent 0.20.0 2024-06-13 23:10:27 +02:00
Matt Bierner
065370a15b
Pick up latest TS for building VS Code (#215329) 2024-06-12 21:26:11 +02:00
Daniel Imms
5d34092d6d
Merge branch 'main' into tyriar/193508 2024-06-06 07:14:42 -07:00
Sandeep Somavarapu
a9a4ef8a71
update-distro (#214302) 2024-06-05 09:02:59 +02:00
Daniel Imms
30e78576e7
Support for OSC52 clipboard access
Fixes #193508
2024-06-04 11:32:59 -07:00
Benjamin Pasero
00f0f260b9
esm - remove graceful-fs (#214164)
* esm - remove `graceful-fs`

This module was used to patch `fs`, which is not supported in ESM. Besides, it makes us behave different from standard node.js that has meanwhile evolved from the time where `graceful-fs` was created.

* update comment

* update comment

* use more `fs.promises`

* 💄
2024-06-04 09:27:08 +02:00
Daniel Imms
1d415f3a90
xterm@5.6.0-beta.19
Fixes #213174
Fixes #213304
2024-06-03 14:29:55 -07:00
Matt Bierner
14addc7735
Pick up latest TS for building VS Code (#214171) 2024-06-03 21:20:52 +02:00
Daniel Imms
55a60f9ae9
Merge branch 'main' into tyriar/214142 2024-06-03 08:54:59 -07:00
Daniel Imms
1ec00252ae
xterm@5.6.0-beta.18
Fixes #214142
2024-06-03 08:53:24 -07:00
Benjamin Pasero
9b17067697
debt - 🆙 jschardet@3.1.2 (#214136) 2024-06-03 06:22:13 -07:00
Logan Ramos
98b6706768
Bump versions (#213961) 2024-05-31 02:38:37 +02:00
Bhavya U
2295f3aa19
Update distro (#213955) 2024-05-31 00:53:22 +02:00
Robo
56db61ec8a
chore: update remote node.js (#213439)
* chore: update remote node.js to v20.11.1

* chore: remove io_uring workaround

* chore: update checksums

* temp: update distro

* ci: rebuild cache

* chore: bump distro
2024-05-26 07:12:14 +02:00
Rob Lourens
a0986b0f65
Bump distro (#213340) 2024-05-23 23:49:39 +02:00
Rob Lourens
96a37971fe
Bump distro (#213268) 2024-05-23 00:39:10 +02:00
Logan Ramos
4ebc77f80a
Add VS device id (#213231) 2024-05-22 09:48:44 -07:00
Matt Bierner
6743fa305c
Pick up latest ts for building VS Code (#213170) 2024-05-21 12:33:34 -07:00
Robo
28ebd9176f
chore: bump electron@29.4.0 (#213050)
* chore: bump electron@29.4.0

* chore: remove io_uring workaround

* chore: bump distro

* chore: update dialog result for canceled save dialogs

Refs fe01ed750a

* chore: add back io_uring workaround for remote oss tests

* chore: update nodejs v20.9.0 build

* chore: add back io_uring workaround for remote tests
2024-05-20 08:31:44 -07:00
Christof Marti
d0aceadf96 Update distro hash 2024-05-15 13:28:44 +02:00
Sandeep Somavarapu
c1f1d6aba3
update distro (#212776) 2024-05-15 09:51:12 +02:00
Dirk Baeumer
24d4616d5e
Make VS Code compile on Windows with NodeJS >=20 2024-05-13 11:37:37 +02:00
Sandeep Somavarapu
54edfb7675
update distro (#212532) 2024-05-12 07:34:40 +02:00
João Moreno
26c4a07b47
update distro (#212452) 2024-05-10 19:19:13 +02:00
Robo
5216c04428
chore: update to electron 29 (#209818)
* chore: update electron@29.1.0

* chore: update typings to 20.x

* chore: bump electron@29.1.5

* ci: fix crash in compiling extensions-ci

* chore: disable .d.ts check for build/

$ ../node_modules/.bin/tsc -p tsconfig.build.json
node_modules/@types/chokidar/index.d.ts:21:14 - error TS2420: Class 'import("/Users/demohan/github/vscode/build/node_modules/@types/chokidar/index").FSWatcher' incorrectly implements interface 'import("fs").FSWatcher'.
  Type 'FSWatcher' is missing the following properties from type 'FSWatcher': ref, unref

21 export class FSWatcher extends EventEmitter implements fs.FSWatcher {
                ~~~~~~~~~

node_modules/chokidar/types/index.d.ts:8:14 - error TS2420: Class 'import("/Users/demohan/github/vscode/build/node_modules/chokidar/types/index").FSWatcher' incorrectly implements interface 'import("fs").FSWatcher'.
  Type 'FSWatcher' is missing the following properties from type 'FSWatcher': ref, unref

8 export class FSWatcher extends EventEmitter implements fs.FSWatcher {
               ~~~~~~~~~

Found 2 errors in 2 files.

Errors  Files
     1  node_modules/@types/chokidar/index.d.ts:21
     1  node_modules/chokidar/types/index.d.ts:8

Refs a0f9e09f64

* chore: update core types

* temp: fix layer validation

* chore: update nodejs checksums

* ci: use latest v20 LTS for missing node-gyp

Refs eacec5f490

* ci: define LIBCPP_HARDENING_MODE

* ci: fix crash in vscode-web-min-ci

* chore: update rpm deps-list

* chore: bump tree-sitter-typescript@0.20.5

* chore: bump electron@29.3.0

* chore: bump electron@29.3.1

* chore: update rpm deps-list for x86_64

* ci: disable io_uring UV backend on linux

* ci: disable io_uring backend for oss as well

* chore: update typings to 20.x

* ci: add TODO for io_uring workaround

* chore: bump distro

* chore: update preinstall node version checks

* chore: update @types/gulp

Refs https://github.com/microsoft/vscode/issues/212442

* ci: disable io_uring in more test suites
2024-05-11 01:20:28 +09:00
Connor Peet
5447d0db10
bug fixes and such, format 2024-05-09 11:38:45 -07:00
Johannes Rieken
1a8d6b95a0
update distro (#212254) 2024-05-08 12:14:56 +02:00
Christof Marti
e2773d08ff Update distro hash 2024-05-07 17:26:39 +02:00
Matt Bierner
3f91c9bcd7
Pick up latest TS for building VS Code (#210956)
* Pick up latest TS for building VS Code

* Update

* Update yarn lock
2024-05-06 13:59:56 -07:00
Johannes Rieken
966f94d38d
update distro (#212102) 2024-05-06 18:09:24 +02:00
Robo
1caecc9aae
chore: bump l10n-dev@0.0.35 (#211938) 2024-05-03 15:40:15 +02:00
Johannes Rieken
696df8c821
update distro (#211927)
fyi @mjbvz

fixes https://github.com/microsoft/vscode/issues/211926
2024-05-03 14:08:28 +02:00
Matt Bierner
d40b1530c7
Replace typescript-formatter (#211810)
The typescript-formatter package isn't being maintained (lots of old PRs) and has broken in the most recent version of TS

Long term we may explore switching to another formatter, but for now I've hook up the basic formatter logic for our hygiene scripts
2024-05-01 23:35:58 +02:00
Logan Ramos
45cf75ebe4
Update TAS client (#211484) 2024-04-26 22:38:14 +02:00
Daniel Imms
6cdd364d93
Remove canvas renderer
Fixes #209276
2024-04-26 05:54:23 -07:00
Logan Ramos
f6d0e7f6aa
Bump version (#211398) 2024-04-26 02:26:07 +02:00
isidorn
05c653a775 update distro pointer 2024-04-23 17:59:48 +02:00
Daniel Imms
a2c50be101
Update xterm
Fixes #210833
2024-04-22 13:41:49 -07:00
Alex Ross
ba27ce38fd
Bump distro (#210756) 2024-04-19 18:07:30 +02:00
Daniel Imms
34a283acbc
Merge pull request #210706 from microsoft/tyriar/update_cursor_still
PromptInputModel: Update model when prompt changes without cursor movement
2024-04-19 07:45:25 -07:00
Benjamin Pasero
e4af377658
🆙 distro (#210726) 2024-04-19 10:54:19 +02:00
Daniel Imms
5b0f10e26e
Update xterm to bring in onWriteParsed API 2024-04-18 16:40:16 -07:00
Sandeep Somavarapu
f921bd8d1e
log extension signature verification output on success (#210596) 2024-04-17 13:41:32 -07:00
Robo
2972d0f98c
chore: bump native-keymap@3.3.5 (#210539) 2024-04-17 11:27:48 +02:00