Commit Graph

4716 Commits

Author SHA1 Message Date
Robo
aac004a322 fix: crash when resolving modules on process exit (#279806)
* chore: update build

* chore: bump distro
2025-11-27 15:52:23 +01:00
Josh Spicer
8d6b74026f update chat sessions getting started (#279657)
* update agents/chat sessions getting started

* update distro -> 8d0f0a233a
2025-11-26 20:33:35 +00:00
Robo
c1678382f9 fix: hardware acceleration broken with versioned layout on windows (#279546)
* chore: update build

* chore: bump distro

* chore: bump distro
2025-11-26 17:10:45 +01:00
Raymond Zhao
f0ef16f15c chore: bump native modules (#279463) 2025-11-25 21:58:32 +00:00
Matt Bierner
643ae5a998 Merge pull request #279258 from mjbvz/dev/mjbvz/outside-crow
Remove build-script no new files PR check
2025-11-25 10:09:48 -08:00
Raymond Zhao
53eb5ae6b0 chore: bump several native modules (#279257)
* chore: bump several native modules

* Bump policy-watcher
2025-11-25 12:15:46 +09:00
Matt Bierner
15955a63fb Update update-build-ts-version script too 2025-11-24 18:22:24 -08:00
Matt Bierner
72eee73887 Convert npm scripts to ts
For #277526

Converting last of the main build scripts to typescript
2025-11-24 11:05:23 -08:00
dependabot[bot]
1870f2c5f3 Bump zx from 8.7.0 to 8.8.5 (#278826)
Bumps [zx](https://github.com/google/zx) from 8.7.0 to 8.8.5.
- [Release notes](https://github.com/google/zx/releases)
- [Commits](https://github.com/google/zx/compare/8.7.0...8.8.5)

---
updated-dependencies:
- dependency-name: zx
  dependency-version: 8.8.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 11:53:06 +01:00
Robo
f35b832d60 chore: bump electron@39.2.3 (#278722)
* chore: bump electron@39.2.3

* chore: bump distro
2025-11-24 06:30:18 +00:00
Matt Bierner
3db48f11ef Merge branch 'main' into dev/mjbvz/mysterious-vulture 2025-11-21 12:56:50 -08:00
Matt Bierner
a1c3bc91fd Pick up latest test-web
Supports our `.ts` build scripts
2025-11-21 11:21:58 -08:00
Matt Bierner
f0e7fe3775 Convert a few more build scripts to TypeScript
For #277526
2025-11-21 09:26:54 -08:00
Matt Bierner
2648263d3e Run our build scripts directly as typescript (#277567)
* Run our build scripts directly as typescript #277567

Follow up on #276864
For #277526

* Remove a few more ts-node references

* Fix linux and script reference

* Remove `_build-script` ref

* Fix script missing closing quote

* use type only import

* Fix export

* Make sure to run copy-policy-dto

* Make sure we run the copy-policy-dto script

* Enable `verbatimModuleSyntax`

* Pipelines fixes

* Try adding explicit ext to path

* Fix bad edit

* Revert extra `--`

---------

Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2025-11-21 14:56:00 +01:00
Alex Ross
c8547e5708 Update tree-sitter-wasm (#278399)
* Update tree-sitter-wasm

* Update test results

* Update pwsh && tests, fix prompt

Fixes #274548

---------

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2025-11-20 10:49:33 +01:00
João Moreno
232e5a985c fix build (#278523) 2025-11-20 08:18:23 +00:00
Sandeep Somavarapu
0e86ec3cb2 use the possible matching scopes for default account (#278286)
* use the possible matching scopes for default account

* update distro
2025-11-19 10:25:50 +00:00
Matt Bierner
3d1980dfa6 Revert "Pick up latest TS for building VS Code"
This reverts commit 3560855cff.

Reverting since this has resulted in false positive unreachable code reports while editing. Doesn't seem to effect tsc. Collecting logs
2025-11-18 22:03:10 -08:00
Johannes Rieken
77becee660 Use new inline chat UI all the time (#278139)
* Don't read `inlineChat.enableV2` on the client anymore

The UI is now always the new way but the extension still supports both "back ends"

re https://github.com/microsoft/vscode/issues/278054

* handle graceful files, e.g from /test, graceful

* use artifical version number to make chat happy with code-oss
2025-11-18 16:34:39 +00:00
Matt Bierner
3560855cff Pick up latest TS for building VS Code 2025-11-17 14:13:44 -08:00
Robo
7ba6cc6685 chore: update electron@39.2.0 (#277706)
* chore: update electron@39.2.0

* chore: bump distro
2025-11-17 05:42:43 +01:00
Sandeep Somavarapu
1496b77ea4 update distro (#277160)
* update distro

* update distro
2025-11-15 10:43:35 -08:00
Karthik Nadig
10fe12a4c3 Update distro version in package.json 2025-11-14 14:07:40 -08:00
Alex Ross
68f69d9cdf Bump distro (#277369) 2025-11-14 09:29:29 +00:00
Robo
f2531f1c56 chore: update to Electron 39 (#275786)
* chore: bump electron@39.0.0

* chore: update build

* chore: bump distro

* chore: update debian deps

* chore: exclude dlls from symbol scan

* chore: test with patch v8 headers

* chore: bump rpm dependencies

* chore: cleanup preinstall.js

* chore: bump electron@39.1.1

* chore: remove unsupported FontationsLinuxSystemFonts feature flag

* chore: bump electron@39.1.2

* chore: update nodejs build

* temp: update distro

* ci: fix location of preinstall invocation

* chore: bump distro
2025-11-13 08:25:14 +00:00
Matt Bierner
e1109d44ec Convert other lint build scripts to modules
For #276864
2025-11-12 15:34:55 -08:00
SteVen Batten
27a2bcb056 adopt new version of tas-client, no longer use "umd" variant (#263340)
upgrade to tas-client 0.3.1
2025-11-12 07:50:41 -08:00
Matt Bierner
b314a5e236 Try converting one of our gulpfiles to a module
Experiments with converting one of our gulpfiles to a module
2025-11-11 14:44:30 -08:00
Matt Bierner
19731121a4 Bump gpu types and skip lib check for gpu typing issue 2025-11-10 10:50:18 -08:00
Matt Bierner
3e1fcf3b2c Pick up latest ts for building vscode 2025-11-10 08:34:01 -08:00
Christof Marti
6250219c87 Version bump 2025-11-07 10:14:44 +01:00
Christof Marti
828519ca24 Rerun OSS tool 2025-11-07 09:47:59 +01:00
Sandeep Somavarapu
5f17e10071 update distro (#275845) 2025-11-06 16:19:10 +00:00
Justin Chen
0456fdff7b bump distro removing proposed api (#275516) 2025-11-05 09:41:04 +00:00
Christof Marti
4e9b8174e1 Run OSS tool 2025-11-03 19:33:06 +01:00
Christof Marti
29bced6a0d Adopt @vscode/proxy-agent 0.36.0 2025-11-03 17:05:25 +01:00
Christof Marti
470d7704a6 Support loading system certificates with Node 2025-11-02 23:19:00 +01:00
Paul
2b76aa1113 Add build folder tests to CI (#272564) 2025-10-31 09:23:04 +01:00
Megan Rogge
144fdf16ca add terminal output dropdown, reveal command on focus (#273175) 2025-10-30 16:08:43 -07:00
Kyle Cutler
64f9dbc0e9 update distro (#274125) 2025-10-30 15:08:56 +00:00
Benjamin Pasero
f8b19c09a5 🆙 playwright@1.56.1 (#273629) 2025-10-27 20:03:28 +00:00
kieferrm
d15f5022f7 update distro 2025-10-25 14:50:43 -07:00
Anthony Kim
c16ea05242 Update distro for env extension (#273148) 2025-10-24 17:46:48 +00:00
Daniel Imms
c474639d12 Update xterm
Fixes #238273
2025-10-24 05:36:27 -07:00
Daniel Imms
cc5c66b2e1 Merge pull request #272281 from microsoft/tyriar/tree_sitter_subcommand
Use tree sitter for parsing terminal auto approve sub-commands
2025-10-22 14:34:36 -07:00
Sandeep Somavarapu
e7bc191713 update distro (#272690) 2025-10-22 14:22:58 +00:00
Daniel Imms
e5f4295565 Merge remote-tracking branch 'origin/main' into tyriar/tree_sitter_subcommand 2025-10-22 05:38:33 -07:00
Rob Lourens
c3ebc79227 Bump distro (#272574) 2025-10-22 03:32:16 +00:00
Sandeep Somavarapu
6026fabe18 update distro (#272504) 2025-10-21 09:39:48 -07:00
Daniel Imms
9013d2a9ec Update tree sitter, fix createQuery api 2025-10-21 08:04:32 -07:00