Commit Graph

3961 Commits

Author SHA1 Message Date
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
Daniel Imms
2a3c5c8115
Update xterm
Fixes #170963
2024-04-12 17:00:03 -07:00
Martin Aeschlimann
eef0da0b89
update weppack so we can build the latest language client (#208908)
* update weppack so we can build the latest language client

* update webpack types

* update yarn file
2024-04-10 15:19:18 +02:00
isidorn
9f772a83fc update distro 2024-04-09 12:11:19 +02:00
Matt Bierner
d446edf5c5
Pick up latest TS for building VSCode (#209881) 2024-04-08 20:57:33 +02:00
Benjamin Pasero
794b0c2851
🆙 distro (#209856) 2024-04-08 18:03:15 +02:00
Alex Ross
927ff5bac3
Bump distro (#209636) 2024-04-05 15:55:58 +02:00
Matt Bierner
125e308ea4
Bump @typescript-eslint versions (#209516)
6.x is the latest release that supports our current node target
2024-04-04 10:36:59 -07:00
Connor Peet
7a523c238f
exthost: fix profiling not working (#209142)
* exthost: fix profiling not working

Fixes https://github.com/microsoft/vscode/issues/194678. Requires https://github.com/jrieken/v8-inspect-profiler/pull/3 to be merged and published in order to pass the 'host' down.

* bump package
2024-04-02 18:21:30 +02:00
Connor Peet
87780c04c8
eng: fix CSS tooling crashes watch task (#209278)
Get rid of the gulp-postcss plugin and just implement our own, I couldn't get it to work.

Fixes #207827
2024-04-01 20:15:25 +02:00
Matt Bierner
be1efcc505
Pick up latest TS for building VS Code (#209265) 2024-04-01 18:31:02 +02:00
Robo
8e386a6a96
chore: bump version and milestone for 1.89.0 (#208962) 2024-03-28 01:32:05 +01:00
Aaron Munger
0b448a58a7
bump distro commit (#208921) 2024-03-27 17:38:25 +01:00
Connor Peet
da9a5c450b
chore: bump distro (#208918)
For https://github.com/microsoft/vscode-distro/pull/903
2024-03-27 17:00:39 +01:00
Robo
6f287b276e
chore: bump electron@28.2.8 (#208868)
* chore: bump electron@28.2.8

* chore: bump distro
2024-03-27 08:47:13 +01:00
Robo
cf216ecd5a
chore: run oss tool for 1.88.0 (#208481)
* chore: run oss tool for 1.88.0

* chore: bump distro
2024-03-23 03:43:12 +01:00
Daniel Imms
507f0c54bf
Merge pull request #208244 from microsoft/tyriar/xterm_240320
Update xterm.js
2024-03-21 08:44:05 -07:00
Tyler James Leonhardt
a49fc50d7d
Bump distro (#208264) 2024-03-21 00:16:44 +01:00
Daniel Imms
26a111b3a2
Update xterm.js
Fixes #208102
2024-03-20 12:15:08 -07:00
Bhavya U
fb14b695a7
Fix accidently showing chat panel welcome (#208237)
* Fix accidently showing chat panel welcome

* Update distro commit ID
2024-03-20 19:52:20 +01:00
Connor Peet
2aa0f1c40b
testing: finalize test coverage (#208115)
Closes #123713
2024-03-19 19:46:17 +01:00
Matt Bierner
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
Paula
12e00eabd8
bump distro 2024-03-14 14:37:05 -07:00
Daniel Imms
b7b436a657
Support rescaling overlapping glyphs
Fixes #206342
2024-03-14 10:02:30 -07:00
Alex Ross
3acfc00951
bump distro (#207595) 2024-03-13 17:01:25 +01:00
Robo
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
Andrea Mah
ac31a0ccdd
bump distro for copilot use of aiTextSearchProvider (#207378) 2024-03-12 01:34:47 +01:00
Connor Peet
64e03c484b
bump distro (#207375) 2024-03-12 00:32:24 +01:00
Matt Bierner
e08191789b
Pick up latest TS for building VS Code (#207347) 2024-03-11 19:06:05 +01:00
Aaron Munger
57d282b909
update distro commit (#207337) 2024-03-11 16:53:22 +01:00