Commit Graph

4594 Commits

Author SHA1 Message Date
Alex Ross
ebfddb80a1 Update codicons to get worktree icon (#290425) 2026-01-26 16:39:06 +00:00
Ladislau Szomoru
a622ffd476 Engineering - update distro (#290410) 2026-01-26 15:57:45 +00:00
Alex Ross
10abebd051 Get codicons from node module (#289705)
* Revert "Revert codicon change (#289683)"

This reverts commit de6f371a92.

* Always run postinstall

* Two more places

* Move codicon copy into compilation

* Fix pipelines

* Update readme

* Fix watch task

* Move copy codicons

* MIssed some spots

* Error handing

* Fix path
2026-01-26 12:13:48 +01:00
Dmitriy Vasyura
aaaac22b3c Sanity tests for Linux (#290072)
Added Linux containers for supported platforms.
Updated tests to run and pass on all targets.
2026-01-23 18:49:15 -08:00
Raymond Zhao
564100cbce chore: bump parcel/watcher (#289984) 2026-01-23 12:52:42 -08:00
Johannes Rieken
dfb16008e8 fix: update distro version in package.json (#289882) 2026-01-23 12:14:26 +00: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
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
Paul
7ca8bd99fc Update distro (#289526) 2026-01-22 00:28:02 +00: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
Johannes Rieken
eca2264fee Merge pull request #289419 from microsoft/joh/decent-crab
refactor(inlineChat): rename overlay widget classes and update references
2026-01-21 18:10:44 +01: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
Johannes
314c758a68 update distro for proposed API 2026-01-21 17:06:30 +01:00
Ladislau Szomoru
a69d10b242 Engineering - update distro (#289408) 2026-01-21 15:30:50 +00:00
Robo
6543b51327 feat: enabled windows version update for stable (#288126)
* feat: enabled windows version update for stable

* chore: update setup file

* temp: bump distro

* chore: fix electron re-download

* fix: oss callsite in updateservice

* chore: simplify check in tunnel-forwarding
2026-01-19 12:16:20 +00: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
Aiday Marlen Kyzy
d0eda2a622 updating distro hash (#288309) 2026-01-16 11:53:24 +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
Robo
1fe49563dc fix: capture diagnostics and add workaround for graphite recording order failures (#287798)
* feat: expose gpu log messages as part of --status

This is useful in scenarios where the application rendering
completely breaks and we want to know the health of gpu process
on demand without having to restart the application.

The log messages are usually available on demand via
Developer: Show GPU Info page but during complete rendering failure
the developer page will also fail to render.

* feat: add support for argv.json switch to recover from failure

* chore: address feedback

* chore: update build

* chore: bump distro
2026-01-15 08:00:20 +00: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
João Moreno
bd9ea19155 feat: add CSS extension point proposal (#287871) 2026-01-14 20:58:20 +00: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
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
Raymond Zhao
d11af7878b chore: bump distro (#287602) 2026-01-13 11:43:39 -08:00
Sandeep Somavarapu
55942d46fa update distro (#287594) 2026-01-13 18:20:19 +00:00
Sandeep Somavarapu
606a4820a8 read policies from preferred account (#287565)
* read policies from preferred account

* use multiple preferred extensions
2026-01-13 17:14:57 +01: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
c4d1af78c2 chore: bump distro (#287183)
fix build
2026-01-12 16:41:08 -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
Raymond Zhao
c99d29f243 chore: bump distro (#287151) 2026-01-12 19:11:18 +00:00
Benjamin Pasero
eb12ba9733 🆙 distro (#287126) 2026-01-12 16:53:11 +00: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
Dmitriy Vasyura
b1bf400da2 Initial revision of automated release sanity checks. (#280857) 2026-01-09 17:07:18 +01:00
Benjamin Pasero
fe665a91f6 watcher - update to latest version (#286484) 2026-01-09 07:07:37 +01:00
Benjamin Pasero
5b9faf1ebd debt - update @vscode/sudo-prompt to 9.3.2 (#286557) 2026-01-08 20:17:37 +00:00