Commit Graph

3698 Commits

Author SHA1 Message Date
Tyler James Leonhardt
89229f752f bump distro (#186950) 2023-07-04 00:42:03 +02:00
Benjamin Pasero
329cfd3999 🆙 graceful-fs@4.2.11 (#186713)
* 🆙 `graceful-fs@4.2.11`

* also update remote
2023-06-30 13:32:34 +02:00
Benjamin Pasero
804b56bbc6 Please update native-is-elevated package (fix #186606) (#186715)
native-Please update native-is-elevated package (fix #186606)
2023-06-30 12:38:31 +02:00
Alex Ross
032b14c3ff bump version (#186703) 2023-06-30 10:31:46 +02:00
Andrea Mah
45b31e9a87 ripgrep 1.15.4->1.15.5 (#186243) 2023-06-27 10:05:52 +09:00
meganrogge
1612a1f1b8 update distro for June endgame 2023-06-26 13:20:28 -07:00
Robo
9cdd289db0 chore: update node checksums (#186181)
* chore: update node checksums

* chore: bump distro
2023-06-26 18:20:59 +02:00
Johannes Rieken
06197f020d joh/tsec update (#185987)
* chore - update tsec

* update tsec, tweak exemptions 🤔
2023-06-23 16:49:27 +02:00
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