Daniel Imms
a03c495175
Update xterm.js
...
Fixes #251800
2025-06-18 07:22:05 -07:00
Robo
0f5ce4a087
chore: reland windows 2022 agent for product builds ( #251560 )
...
* chore: bump gulp-electron@1.37 .0
* chore: update package-lock.json
* Reland "Fix extraction of tab title name" (#251379 )"
This reverts commit 5d1bd8f13d .
Reason for revert:
Icon issue was side affect of the windows agent change that affected
the rcedit binary which has now been addressed.
* chore: bump gulp-electron@1.37 .1
2025-06-18 12:00:44 +02:00
Matt Bierner
177012fe3c
Merge branch 'main' into dev/mjbvz/chat-katex
2025-06-13 14:47:18 -07:00
Matt Bierner
8d5236e73b
Pick up latest TS for building VS code
2025-06-13 14:46:41 -07:00
Raymond Zhao
8def6db21b
chore: bump vscode/ripgrep ( #251213 )
...
* chore: bump vscode/ripgrep
* Update error message
2025-06-11 20:12:10 +02:00
Benjamin Pasero
1a41ff6c36
🆙 open@^10.1.2 ( #250980 )
2025-06-08 22:50:40 -07:00
Daniel Imms
fe00a26ec8
xterm@5.6.0-beta.110
...
Fixes #190629
2025-06-06 08:18:34 -07:00
Benjamin Pasero
f69a03948e
debt - some assorted changes ( #250807 )
...
* debt - some assorted fixes
* fix ci
* remove duplicate dependency
2025-06-06 01:32:05 -07:00
Josh Spicer
998fb69268
hello 1.102.0 ( #250791 )
2025-06-05 17:28:18 -07:00
Robo
a089903a31
chore: bump electron@35.5.1 ( #250608 )
...
* chore: bump electron@35.5.1
* chore: update build
* chore: update distro
2025-06-05 08:37:19 -07:00
Robo
d8b39a5699
chore: update @vscode/spdlog@0.15.2 ( #250749 )
2025-06-05 17:07:14 +02:00
Robo
8bfbbbd857
chore: bump electron@35.5.0 ( #250374 )
...
* chore: bump electron@35.5.0
* chore: adpot system-context-menu for linux
* chore: add network inspection support
* chore: bump distro
2025-06-03 08:20:38 +02:00
Benjamin Pasero
2e6ae92120
🆙 CSS build tools ( #249855 )
...
Our previous version had trouble minifying properties and animations.
2025-05-27 10:45:10 +02:00
Matt Bierner
aebed42690
Enable basic math rendering in chat requests and responses
2025-05-22 18:01:28 -07:00
Matt Bierner
b0bb771f7d
Pickup latest TS for building VSCode
2025-05-22 12:52:11 -07:00
Robo
d07e961e03
chore: bump electron@35.4.0 ( #249241 )
...
* chore: bump electron@35.4.0
* chore: update node.js build
* chore: bump distro
2025-05-19 22:36:31 -07:00
dependabot[bot]
84fd8889e8
Bump undici from 7.2.3 to 7.9.0 ( #249029 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.2.3 to 7.9.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.2.3...v7.9.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.9.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 08:54:57 -07:00
Daniel Imms
6b8426d125
@xterm/xterm@5.6.0-beta.107
...
Fixes #204663
Fixes #248442
2025-05-14 06:05:39 -07:00
Robo
12326f9906
chore: update to Electron 35 ( #245423 )
...
* chore: bump electron@35.0.1
* chore: update types/node@22.x
* chore: update web types for node v22.x
* chore: bump electron@35.1.2
* chore: update node.js build
* chore: update app.dock usage
Refs 71f3ff6bf2
* chore: bump electron@35.1.4
* chore: bump electron@35.1.5
* ci: bump sysroot to glibc 2.28 and gcc 10.5.0
* ci: enable timeout for smoketests
* chore: bump min glibcxx to 3.4.26 for server
* Revert "ci: enable timeout for smoketests"
This reverts commit afb637e85d .
* chore: update debian dependencies
* fix: workaround npm.ps1 argument parsing with powershell
* chore: update rpm dependencies
* test: partially revert changes from 242535
* test: remove redudant keybinding dispatch for selectTab
* test: fix test failure from running configured tasks
* test: focus settings editor for preferences.test.ts
* node - adopt compile cache (#246835 )
* node - adopt compile cache
* adopt for utility process
* tweaks
* log state of compilation cache
* Revert "log state of compilation cache"
This reverts commit f3840387a583013834762e2c44f6e8424929297f.
* Revert "node - adopt compile cache (#246835 )"
This reverts commit 673a00cab66c9bac87f3cd27b80efa41c80150f1.
* chore: update builds
* chore: bump electron@35.2.0
* chore: bump electron@35.2.1
* chore: bump electron@35.2.2
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2025-05-09 19:03:36 +09:00
Benjamin Pasero
0bf5acc0c7
🆙 @playwright/test ( #248111 )
2025-05-05 13:10:14 +00:00
Ladislau Szomoru
e9daa2e0f3
Engineering - bump version ( #247998 )
2025-05-02 09:45:40 +02:00
Daniel Imms
59662ed045
Update xterm, retain content on erase in display 2 ( #247064 )
...
* xterm@5.6.0-beta.101
Fixes #241401
Part of #75141
* Enable scrollOnEraseInDisplay
This causes erase in display to always push content above the viewport
instead of just erasing it all together. Most terminals act like this.
Fixes #75141
2025-04-21 14:17:53 -04:00
Robo
0ce5246ecb
chore: bump electron@34.5.1 ( #246817 )
...
* chore: bump electron@34.5.1
* chore: update node.js build
* chore: update distro
2025-04-17 16:28:08 +02:00
Matt Bierner
e91a85b456
Build using latest TS version
2025-04-16 09:45:08 -07:00
Connor Peet
c5759394bf
mcp: support streamable HTTP ( #246557 )
...
This PR adds support for 'streamable HTTP' MCP servers. This is
backwards-compatible with existing SSE servers. We'll first try to
initialize the server in streamable HTTP mode, and then fall back to
legacy SSE if that fails.
This PR also adds our own small SSE parser, `eventsource` was too high
level to do what we need to do.
Refs https://github.com/microsoft/vscode/issues/244751
2025-04-14 23:40:28 +00:00
Ladislau Szomoru
c586d5cdee
Engineering - bump deemon ( #246536 )
2025-04-14 13:25:03 -07:00
dependabot[bot]
c0f4c62f46
Bump koa from 2.15.4 to 2.16.1 ( #246107 )
...
Bumps [koa](https://github.com/koajs/koa ) from 2.15.4 to 2.16.1.
- [Release notes](https://github.com/koajs/koa/releases )
- [Changelog](https://github.com/koajs/koa/blob/master/History.md )
- [Commits](https://github.com/koajs/koa/compare/2.15.4...v2.16.1 )
---
updated-dependencies:
- dependency-name: koa
dependency-version: 2.16.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-14 10:42:41 +02:00
Ladislau Szomoru
1799c2beaa
Engineering - refactor codesign scripts ( #246459 )
...
* Engineering - consolidate codesign scripts
* Try using a script task
* Switch back to old syntax
* Bump deemon
2025-04-14 09:13:45 +02:00
Ladislau Szomoru
f5bce71ace
Engineering - bump deemon ( #246339 )
2025-04-11 21:05:40 +02:00
Ladislau Szomoru
494379bf91
Engineering - bump deemon ( #246285 )
2025-04-11 07:40:20 +02:00
Ladislau Szomoru
56ebf61f97
Engineering - bump deemon ( #246056 )
2025-04-09 07:47:28 +02:00
Robo
599b974cb5
chore: bump policy-watcher@1.3.2 ( #245973 )
2025-04-08 17:11:22 +02:00
Ladislau Szomoru
36ea9e0726
Engineering - bump deemon ( #245634 )
...
* Engineering - bump deemon
* Bump deemon again
2025-04-04 14:29:51 +00:00
Robo
4b1d47cda4
chore: bump electron@34.4.1 ( #245430 )
...
* chore: bump electron@34.4.1
* chore: bump distro
2025-04-03 12:33:51 +02:00
Robo
d1d0260ab8
chore: bump electron@34.4.0 ( #245227 )
...
* chore: bump electron@34.4.0
* temp: update distro
* chore: bump distro
2025-04-01 15:09:24 +02:00
Matt Bierner
b922a896be
Merge pull request #245170 from mjbvz/vitreous-tuna
...
Run `npm audit fix`
2025-03-31 13:23:45 -07:00
Matt Bierner
83585ca3c1
Run npm audit fix
2025-03-31 13:05:00 -07:00
Josh Spicer
81d9beacdf
bump policy-watcher to 1.3.1 ( #245160 )
...
bump policy-watcher to 1.3.1 (fix https://github.com/microsoft/vscode/issues/244997 )
2025-03-31 20:44:14 +02:00
dependabot[bot]
d95753f2fd
Bump tar-fs ( #245015 )
...
Bumps and [tar-fs](https://github.com/mafintosh/tar-fs ). These dependencies needed to be updated together.
Updates `tar-fs` from 2.1.1 to 3.0.8
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v3.0.8 )
Updates `tar-fs` from 3.0.6 to 3.0.8
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v3.0.8 )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-type: indirect
- dependency-name: tar-fs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 11:23:53 +02:00
Matt Bierner
526705b491
Merge pull request #244485 from mjbvz/tasty-lion
...
Pick up latest TS for building VSCode
2025-03-28 11:24:19 -07:00
Aaron Munger
f8c9deb202
version 1.100 ( #244938 )
...
Co-authored-by: amunger <>
2025-03-28 00:32:01 +01:00
Matt Bierner
8225b496b1
Updating @types/node
...
Needs some minor code changes too to support the new typings
2025-03-24 13:02:28 -07:00
Daniel Imms
35867c7e27
node-pty@1.1.0-beta33
...
Fixes #243584
2025-03-24 12:59:23 -07:00
Matt Bierner
0dcae01c07
Pick up latest TS for building VSCode
2025-03-24 10:44:45 -07:00
Robo
d37530e045
Revert "chore: bump electron@34.3.3 ( #244147 )" ( #244235 )
...
This reverts commit e46bc38ea2 .
2025-03-21 13:16:01 +01:00
Robo
e46bc38ea2
chore: bump electron@34.3.3 ( #244147 )
...
* chore: bump electron@34.3.3
* chore: bump distro
* chore: bump distro
2025-03-21 09:43:13 +01:00
Alex Ross
7249efcfae
Add tree-sitter for css ( #244112 )
...
* Add tree-sitter for css
* Hard code root scopes
* Add some temp logging for test
* Exclude css from module ignore
* Remove log lines
2025-03-20 13:45:47 +01:00
Christof Marti
90dde06fb6
Revert "Add tree-sitter for css ( #243988 )"
...
This reverts commit c14e7b4b9b .
2025-03-20 08:32:03 +01:00
Alex Ross
c14e7b4b9b
Add tree-sitter for css ( #243988 )
...
* Add tree-sitter for css
* Hard code root scopes
2025-03-19 09:55:14 -07:00
Raymond Zhao
a0425e3665
chore: bump node-pty to 1.1.0-beta32 ( #243785 )
2025-03-17 19:39:49 +01:00