Raymond Zhao
8c0e4ff82c
chore: bump diff ( #290039 )
2026-01-23 15:27:14 -08:00
Raymond Zhao
564100cbce
chore: bump parcel/watcher ( #289984 )
2026-01-23 12:52:42 -08:00
dependabot[bot]
076a151b6a
build(deps): bump lodash-es from 4.17.22 to 4.17.23 ( #289522 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.22 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/commits/4.17.23 )
---
updated-dependencies:
- dependency-name: lodash-es
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-23 10:00:37 -08:00
Aiday Marlen Kyzy
d3cca074a0
upgrading the vscode-textmate package ( #289876 )
2026-01-23 11:42:12 +00:00
Robo
0ced11929b
feat: add dmg for macOS ( #289179 )
...
* feat: add dmg for macOS arm64
* chore: create dmg for all archs
* chore: move zx dependency to build
* fix: invalid condition in universal build
* chore: update background
* fix: publishing universal dmg
2026-01-22 18:21:39 -08:00
Raymond Zhao
e0c97ec0c5
chore: bump spdlog and node-pty ( #289748 )
2026-01-22 14:49:29 -08:00
Alex Ross
de6f371a92
Revert codicon change ( #289683 )
...
Revert "Copy codicons file as part of the build (#289411 )"
This reverts commit 08d958aa2b .
2026-01-22 17:08:50 +00:00
dependabot[bot]
66c4801a8c
build(deps-dev): bump lodash from 4.17.21 to 4.17.23 ( #289515 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 16:08:41 +01:00
Alex Ross
08d958aa2b
Copy codicons file as part of the build ( #289411 )
...
* Copy codicons file as part of the build
Part of #283823
* Merge branch 'main' into alexr00/inadequate-skink
* Remove unneeded changes
* Add readme
* Merge branch 'main' into alexr00/inadequate-skink
* Error handling for copy
* Do copy for editor
* Merge branch 'main' into alexr00/inadequate-skink
* Bump codicon version
2026-01-22 15:57:44 +01:00
Christof Marti
f7730c409e
Update @vscode/proxy-agent to 0.37.0
2026-01-22 14:41:26 +01:00
Raymond Zhao
6f6a479500
chore: bump tar ( #289513 )
2026-01-21 23:30:18 +00:00
Raymond Zhao
ec4208a29f
chore: bump windows-ca-certs ( #289468 )
2026-01-21 14:55:57 -08:00
Raymond Zhao
21e0fe5855
chore: bump vscode/sqlite3 ( #289483 )
2026-01-21 14:55:31 -08:00
Raymond Zhao
3e7b2cb5e6
chore: bump native-is-elevated ( #287912 )
2026-01-21 12:47:31 -08:00
Raymond Zhao
50d4586538
chore: bump windows-foreground-love ( #289461 )
2026-01-21 19:48:01 +00:00
dependabot[bot]
129e6b0bf6
Bump tar from 7.5.2 to 7.5.4 ( #289280 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.2 to 7.5.4.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.2...v7.5.4 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.4
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-21 10:40:32 -08:00
Anthony Kim
acb22942b0
Remove winpty support ( #289025 )
...
* Bump node-pty to 1.2.0-beta.7
* Deprecate TerminalSettingId.WindowsEnableConpty setting
* Remove windowsEnableConpty instead of deprecating
* Remove WINPTY from ps.ts
* Remove winpty from appropriate comments
* Remove winpty from IProcessReadyWindowsPty
* Remove from classifier.json. TODO on resize for node-pty
* Try adding option to test
* Add reference to issue
2026-01-21 08:32:11 -08:00
dileepyavan
8c0fe5e8b3
Enabling sandboxing for terminal commands execution through copilot chat. ( #280236 )
...
* Enable sandboxing for terminal commands
* removing unused types
* code review comments update
* refactored the code and added utility for sandboxing
* refactored the code and added utility for sandboxing
* refactored the code and added utility for sandboxing
* fixing build error
* review suggestions
* review suggestions
* changes for retry
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
* updating anthropic sandbox runtime to 0.0.23
* fixing tests for runInTerminalTool
* refactoring changes
---------
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2026-01-16 20:01:00 +00:00
Daniel Imms
9d173ad771
Merge pull request #287561 from microsoft/tyriar/xterm_260113
...
@xterm/xterm@6.1.0-beta.102
2026-01-16 03:33:20 -08:00
João Moreno
1deca733b3
refactor: replace gulp-untar with custom untar implementation and update dependencies ( #288081 )
2026-01-15 15:13:11 +00:00
dependabot[bot]
860fe62fbf
Bump undici from 7.9.0 to 7.18.2 ( #287882 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.9.0 to 7.18.2.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.9.0...v7.18.2 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.18.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 10:15:42 +01:00
Raymond Zhao
1251d8b737
chore: bump native-watchdog ( #287848 )
...
* chore: bump native-watchdog
* Rename more instances
* chore: update Debian x64 dep list
2026-01-15 15:34:13 +09:00
Raymond Zhao
ef0bb3bbc9
chore: bump node-pty ( #287627 )
2026-01-14 08:42:19 -08:00
Aiday Marlen Kyzy
27782b41f2
using relative values instead of absolute values for the font size and the line height ( #286006 )
...
* using relative values instead of absolute values for the font size and the line height
* renaming to multiplier
* setting back to font size and line height
* Revert "renaming to multiplier"
This reverts commit 5588855659 .
* doing some polishing work
* changing the api
* updating to higher version of vscode-textmate
* also changing the vscode textmate package version for the remote extension
* increasing the vscode textmate version in remote/web
* updating package lock json
* using css variables instead of fetching font size from config service
* removing the second multiplier event
* adding ? after dom element style
* Ensure dots from floating fontSize are stripped from class names
---------
Co-authored-by: Alexandru Dima <alexdima@microsoft.com >
2026-01-14 09:02:47 +00:00
Raymond Zhao
4641b2abb8
chore: update deviceid ( #287631 )
2026-01-13 21:27:47 +00:00
Raymond Zhao
88eb80e805
chore: bump native node modules ( #287597 )
...
* chore: bump native node modules
* chore: update Debian deps list
2026-01-13 12:42:10 -08:00
Daniel Imms
9c0fffb260
@xterm/xterm@6.1.0-beta.102
...
Part of #286870 (main)
2026-01-13 07:03:38 -08:00
Robo
5e5a439725
Revert "chore: bump several modules ( #287146 )" ( #287227 )
...
* Revert "chore: bump several modules (#287146 )"
This reverts commit 1af90223ca .
* chore: bump distro
2026-01-13 07:58:57 +00:00
Raymond Zhao
d19360411c
chore: bump windows-process-tree ( #287190 )
2026-01-12 18:23:03 -08:00
Raymond Zhao
1af90223ca
chore: bump several modules ( #287146 )
...
Reduce the number of BinSkim 4146 warnings coming in
2026-01-12 11:15:23 -08:00
Daniel Imms
3a8e4c6556
@xterm/xterm@6.1.0-beta.101
...
Part of #286896
2026-01-12 07:25:31 -08:00
Benjamin Pasero
2919f6ff58
🆙 @parcel/watcher at 2.5.4
2026-01-11 20:20:25 +01:00
Daniel Imms
de9f107dd7
@xterm/xterm@6.1.0-beta.100
2026-01-10 06:09:57 -08:00
Daniel Imms
41eb2039bc
@xterm/xterm@6.1.0-beta.99
...
Part of #286809
Fixes #286810
2026-01-10 04:58:07 -08:00
Benjamin Pasero
a1c4b06628
watcher - update @parcel/watcher to latest ( #286827 )
2026-01-09 13:39:11 -08:00
Benjamin Pasero
00863a1650
debt - check in dirty lock file ( #286686 )
2026-01-09 09:39:52 +00:00
Benjamin Pasero
fe665a91f6
watcher - update to latest version ( #286484 )
2026-01-09 07:07:37 +01:00
Megan Rogge
9986468dd2
add accessibility tests for more of the workbench ( #286446 )
2026-01-08 21:33:47 +01:00
Benjamin Pasero
5b9faf1ebd
debt - update @vscode/sudo-prompt to 9.3.2 ( #286557 )
2026-01-08 20:17:37 +00:00
Josh Spicer
7e1838ed22
bump to 1.109 ( #286424 )
...
ref https://github.com/microsoft/vscode/issues/285989
2026-01-07 20:00:53 +00:00
Daniel Imms
fb2a051d73
@xterm/xterm@6.1.0-beta.91
...
Fixes #245838
Fixes #245839
2026-01-06 08:46:04 -08:00
Raymond Zhao
8c262055c8
chore: bump plist ( #285982 )
2026-01-05 18:46:58 +00:00
Ladislau Szomoru
dd65f0c5ef
Engineering - switch from npm-run-all to npm-run-all2 ( #284087 )
...
* Introduce compilation error
* Engineering - limit the tasks that we run
* Limit available memory to simulate an OOM
* Try to update the task
* Remove the use of npm-run-all
* Fix script
* Another try
* Try npm-run-all2
* Restore tasks, keep npm-run-all2
* Switch from npm-run-all to npm-run-all2
* Revert changes that were used for testing
2026-01-05 15:49:42 +01:00
Daniel Imms
e96281c4c4
@xterm/xterm@6.1.0-beta.89
...
Fixes #239541
2026-01-05 02:43:20 -08:00
Daniel Imms
f3b1f2f017
@xterm/xterm@6.1.0-beta.77
...
Fixes #285329
Fixes #285518
2026-01-01 08:49:24 -08:00
Daniel Imms
30d2a293f8
Merge pull request #285312 from microsoft/tyriar/xterm_20251229
...
xterm@6.1.0-beta.56
2025-12-29 05:22:20 -08:00
Benjamin Pasero
43b3987e74
debt - adopt @vscode/watcher with some newer fixes ( #285247 )
2025-12-29 03:57:05 -08:00
Daniel Imms
ad3a9ff488
xterm@6.1.0-beta.56
...
Fixes #285138
Part of #285180
Fixes #252449
Fixes #230120
2025-12-29 03:39:30 -08:00
Daniel Imms
ba7faf15ab
xterm@6.1.0-beta.22
...
Fixes #284592
2025-12-25 04:02:14 -08:00
Daniel Imms
17485f9083
node-pty@1.1.0-beta43
...
Brings in further improvements to handling of write backpressure. After
this we no longer throttle at all which means that for older versions of
bash at least on macOS interleaving is possible, but pasting and sending
should be near instantaneous for any reasonable amount of text. I
measured zsh injesting 5mb of data in ~14 seconds.
See:
- microsoft/node-pty#835
- microsoft/node-pty#837
- microsoft/node-pty#839
Part of #246204 , #283056
2025-12-19 08:17:38 -08:00