Skip to content

[pull] main from microsoft:main#1124

Merged
pull[bot] merged 28 commits intocode:mainfrom
microsoft:main
Apr 8, 2026
Merged

[pull] main from microsoft:main#1124
pull[bot] merged 28 commits intocode:mainfrom
microsoft:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 8, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

ulugbekna and others added 28 commits April 8, 2026 12:37
… are not a subset of model-proposed change to cursor-line
macOS shows a "Local Network" privacy prompt when an app opens TCP/UDP
connections to devices on the local network over Wi-Fi (per Apple TN3179).

Chromium's built-in DNS client (enabled by default on macOS via the
kAsyncDns feature flag) sends DNS queries directly over UDP sockets to
the system-configured nameservers. On most Wi-Fi networks, the DNS
server is in the same-subnet address and triggers the prompt on
every launch.

Unlike the system resolver path (getaddrinfo → mDNSResponder), the
built-in client opens raw UDP sockets from the app process in default (kOff mode)
to config.nameservers[] via DnsUDPAttempt::Start() in
net/dns/dns_transaction.cc.
* fixing compaction

* Update extensions/copilot/src/platform/networking/node/chatStream.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
)

disable chat extension by default and adopt accordingly
…o document contents ' (#308479)

otherwise, cached document contents do not match because of those line endings
When an AI code action is present, skip rendering menu-contributed
actions (e.g. inline chat FixDiagnosticsAction) to avoid showing
two "Fix" buttons in the hover status bar.

Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/52d215c6-9411-43f1-b6b6-15c542e0ed81

Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
…ntry-points

Fix duplicated Fix entry points on marker hover
* nes: add tests for cursor jump and recursion

* fix test
* update d.ts in copilot

* Update extensions/copilot/src/extension/chatSessions/vscode-node/chatCustomAgentsService.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…308495)

* ci: debug fontconfig crash during app launch

* chore: update commands

* ci: bump to ubuntu-24.04 to fix fontconfig crash

Fixes an intermittent SIGSEGV on the [pango] FcInit thread during
Electron startup in CI integration tests.

Root cause: Chromium's InitializeGlobalFontConfigAsync() posts FcInit()
to a thread pool worker (crbug.com/404311), while pango's pangoft2
backend independently calls FcInit() from its own thread during GTK
initialization. fontconfig 2.13.1 (shipped in ubuntu-22.04) lacks
thread-safe initialization — concurrent first-time FcInit() calls
race and both enter FcConfigParse(), corrupting shared global state.
This causes expat (called by fontconfig to parse fonts.conf) to
dereference a NULL pointer.

ubuntu-24.04 ships fontconfig 2.15.0 which includes the thread-safe
initialization from 2.14+.

* ci: enable namespace sandbox
inlineChat: remove gutter affordance experiment
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.10 to 1.19.13.
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.10...v1.19.13)

---
updated-dependencies:
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [hono](https://github.com/honojs/hono) from 4.12.7 to 4.12.12.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.7...v4.12.12)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Apr 8, 2026
@pull pull Bot added the ⤵️ pull label Apr 8, 2026
@pull pull Bot merged commit eb014b6 into code:main Apr 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.