Commit Graph

3690 Commits

Author SHA1 Message Date
Robo
6067bb4ebe chore: bump electron@22.3.14 (#185983)
* chore: bump electron@22.3.14

* chore: bump distro
2023-06-23 15:43:02 +02:00
Johannes
8f4b627c1f Merge branch 'main' into joh/dark-lizard 2023-06-23 12:20:27 +02:00
Alex Ross
e63de5d987 Bump distro (#185850) 2023-06-22 11:36:01 +02:00
Karthik Nadig
7a00249cb1 Merge pull request #185697 from microsoft/karthiknadigupdate-distro
Updating distro
2023-06-21 11:17:14 -07:00
Matt Bierner
4db4ae5f98 Pick up latest TS for building VS Code (#185797) 2023-06-21 20:08:26 +02:00
Connor Peet
2138622b04 build: add watch/compile tasks for CLI (#182344)
* build: add watch/compile tasks for CLI

I spent time this morning working on the 'developer experience' of the
CLI in vscode, mainly getting the CLI to cross-compile chasing our
initial idea of having it auto-build in a devcontainer.

After some effort and disabling tunnels connections (to avoid having to
pull in OpenSSL which is a huge pain to cross compile), I was able to
get it to cross-compile from Linux to Windows, using the mingw linker.
I could probably figure out how to get macOS working as well with more
effort. However, I'm not a big fan of this, effectively it's one more
'platform' of build we need to support and test.

I think a better approach is downloading the latest compiled CLI from
the update server instead, as needed. That's what this PR does. It just
places the CLI where it _would_ normally get compiled to by cargo; so
far we don't need to do anything special outside of that.
A notice is shown to users if this fallback happens.

* update from review
2023-06-20 14:34:11 -07:00
Karthik Nadig
38b400785e Updating distro to include more linter and formatter recommendation patterns
See : https://github.com/microsoft/vscode-distro/pull/724
2023-06-20 10:55:32 -07:00
Robo
4dac9b530d chore: bump electron@22.3.13 (#185687)
* chore: bump electron@22.3.13

* chore: bump distro
2023-06-20 18:55:16 +02:00
Raymond Zhao
111fb77051 Bump sqlite3 to 5.1.6-vscode (#185603) 2023-06-19 11:31:03 -07:00
Robo
4df3657b4e chore: add checksum for electron assets (#185568)
* chore: add checksum for electron assets

* chore: bump distro

* chore: add pdb checksums
2023-06-19 23:46:41 +09:00
Christof Marti
eeb87b3018 Load certificates in net.connect (#185098) 2023-06-19 14:13:15 +02:00
Robo
8fb5ea0142 feat: use custom tag instead of custom version for MS electron releases (#181309)
* feat: use custom tag instead of custom version for MS electron releases

* chore: bump @vscode/gulp-electron

* chore: move build id to .yarnrc

* chore: rename enableUNCAccessChecks => restrictUNCAccess

* chore: update electron@22.3.11

* chore: add build info to about dialog

* chore: simplify helper function

* chore: remove unused node.js checksums

* chore: bump nodejs internal version

* chore: bump distro

* fix: revert changes to sign.ts

* chore: bump distro
2023-06-17 03:03:35 +02:00
Daniel Imms
6287e1f583 Replace escape sequence logging with terminal log channel
Fixes #185349
2023-06-16 09:51:41 -07:00
Benjamin Pasero
518a183762 eng - add build version of node.js to .yarnrc (#185302)
* eng - add build version of node.js to `.yarnrc`

* 🆙 distro
2023-06-16 09:10:24 +02:00
Raymond Zhao
3170765bf7 Bump node-pty to 1.1.0-beta1 (#185273) 2023-06-15 14:02:55 -07:00
Raymond Zhao
53dddb17e0 Bump vscode/sqlite3 to 5.1.5-vscode (#185265) 2023-06-15 13:50:24 -07:00
Benjamin Pasero
e1d89c9e9d 🆙 distro (#185133) 2023-06-14 17:24:15 +02:00
Daniel Imms
b8fe761e22 Merge pull request #184942 from microsoft/tyriar/node-pty1
node-pty@1.0
2023-06-12 13:43:33 -07:00
Raymond Zhao
13e7d80fcd Bump windows-process-tree (#184759)
Fixes https://github.com/microsoft/vscode/issues/179697
2023-06-12 11:36:56 -07:00
Daniel Imms
ecb489bbb0 node-pty@1.0 2023-06-12 11:30:42 -07:00
Raymond Zhao
d81ca6dfca Bump windows-registry to 1.1.0 (#184741) 2023-06-09 13:02:58 -07:00
Daniel Imms
eab609db88 Merge pull request #184738 from microsoft/tyriar/npe_fix
Fix NPEs on buffer line and windowsPty option
2023-06-09 11:13:35 -07:00
Daniel Imms
0c781b28bc Merge pull request #184734 from microsoft/tyriar/75141
node-pty@0.11.0-beta33 and fix Windows clear issue
2023-06-09 10:03:04 -07:00
Daniel Imms
af709ea462 Fix NPEs on buffer line and windowsPty option 2023-06-09 10:02:43 -07:00
Raymond Zhao
06ae4b61c2 Bump windows-mutex to 0.4.4 (#184366)
Also adds OS-specific .moduleignore files
2023-06-09 09:40:10 -07:00
Daniel Imms
bd67e21e3a node-pty@0.11.0-beta33 and fix Windows clear issue
Fixes #75141
2023-06-09 09:00:09 -07:00
Daniel Imms
773edabc84 xterm@5.2 2023-06-08 15:05:55 -07:00
Andrea Mah
867f4ec164 bump ripgrep to 1.15.4 (#184625) 2023-06-08 20:07:23 +02:00
Daniel Imms
0073b24311 Merge pull request #184543 from microsoft/tyriar/windowsPty
Update xterm and adopt windowsPty
2023-06-08 05:07:27 -07:00
Daniel Imms
b28ef2d2e1 Update xterm and adopt windowsPty
Fixes #134448
2023-06-07 12:41:50 -07:00
Johannes
978bb08619 add extensions-ci-pr task which does a full build without mangling 2023-06-07 16:36:02 +02:00
Johannes
ac7789cbab add core-ci-pr task which does a full build without mangling 2023-06-07 15:51:48 +02:00
Matt Bierner
d1dc4d96a7 Pick up latest TS for building VS code (#184216) 2023-06-06 11:00:14 -07:00
Benjamin Pasero
fe30bbc5dd 🆙 playwright (#184228) 2023-06-05 16:36:55 +02:00
Johannes Rieken
e6936ce0ab update distro to latest (#184307) 2023-06-05 06:16:04 -07:00
Johannes
3b9160447e chore - update SWC 2023-06-05 15:11:29 +02:00
Connor Peet
baff8546bd chore: bump distro for build fix (#184197) 2023-06-02 20:32:37 +02:00
meganrogge
3fac98d030 bump version 2023-06-01 17:23:41 -05:00
Alexandru Dima
9ea4f2590f update distro (#184097) 2023-06-01 23:39:42 +02:00
meganrogge
fdf2787bf3 update for May endgame 2023-05-26 13:05:44 -05:00
Matt Bierner
0908552502 Pick up latest TS for building VS Code (#183358) 2023-05-24 23:19:24 +02:00
Kartik Raj
1753f9697f Update distro 2023-05-24 16:40:11 +00:00
Daniel Imms
7e41715e1d Merge pull request #183217 from microsoft/tyriar/xterm_230523
xterm@5.2.0-beta.49
2023-05-23 11:05:53 -07:00
Daniel Imms
81d508ef30 xterm@5.2.0-beta.49
Fixes #161316
Fixes #181242
2023-05-23 06:29:44 -07:00
Rob Lourens
12f235d890 Bump distro (#183163) 2023-05-23 00:10:01 +02:00
Robo
ced29a4346 chore: update electron@22.3.10 (#183116) 2023-05-22 16:34:36 +02:00
Connor Peet
42dc9f0c14 bump distro for build fix (#182972) 2023-05-19 17:59:05 +02:00
Connor Peet
679bb967c3 cli: add stdio control server
* signing: implement signing service on the web

* wip

* cli: implement stdio service

This is used to implement the exec server for WSL. Guarded behind a signed handshake.

* update distro

* rm debug

* address pr comments
2023-05-19 17:19:52 +02:00
Daniel Imms
2b6884799f xterm@5.2.0-beta.43
Part of #178017
2023-05-19 06:35:28 -07:00
Connor Peet
0c94abc4a5 implement sign service for web (#182815)
* signing: implement signing service on the web

* update distro
2023-05-17 16:52:56 -07:00