Skip to content

[pull] main from microsoft:main#1233

Merged
pull[bot] merged 24 commits intoKingDEV95:mainfrom
microsoft:main
Mar 26, 2026
Merged

[pull] main from microsoft:main#1233
pull[bot] merged 24 commits intoKingDEV95:mainfrom
microsoft:main

Conversation

@pull
Copy link

@pull pull bot commented Mar 26, 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 : )

yogeshwaran-c and others added 24 commits March 26, 2026 06:45
When ensureConfigurationForDocument is called and no visible text editor
is found for the document, getFormattingOptions returns undefined and
the method returns early without sending any configuration including
user preferences like preferTypeOnlyAutoImports to the TS server.

This causes source.addMissingImports to ignore the user's
preferTypeOnlyAutoImports setting.

Fix by falling back to undefined formatting options when no visible
editor is found, ensuring user preferences are always sent.

Closes #272479
…d prompt

Teach the fix-error workflow to read error construction code before
proposing fixes. Instead of hardcoding knowledge about specific error
types (e.g., listener leak categories), the AI is instructed to:

1. Search for where the error is constructed in the codebase
2. Read the surrounding code to understand conditions, categories, thresholds
3. Use that understanding to determine the correct fix strategy

Includes a listener leak example showing how reading ListenerLeakError
construction in event.ts reveals the dominated/popular classification.

Relates to #289777
Reports whether the command was run inside the terminal sandbox (0 | 1).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update @vscode/codicons version to 0.0.46-1 in package.json and package-lock.json

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
…x-telemetry

Add isSandbox field to runInTerminal telemetry
…uanaco

Sessions: Remove panel toggle control from secondary side panel
* Sessions - temporary fix

* better fix

---------

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
…of truth (#305128)

* add isolation mode handling to branch picker and session actions

* restore session's isolation mode on picker recreation

* remove unused isolation context key from session actions

* set default isolation mode to 'worktree' in CopilotCLISession and update isolation mode handling in IsolationPicker

* refactor: streamline BranchPicker and CopilotCLISession for improved branch handling and loading logic
* cache llm generated titles as fallback for rerendering

* store llm generated headers so cli will not re-generate

* address some comments, scope to non-local sessions
…get layout

Co-authored-by: Copilot <copilot@github.com>
* chore: additional error categories for macOS cert api

* chore: bump distro
…usWidget styles

Co-authored-by: Copilot <copilot@github.com>
* prompt files: only show problems for files open in editor

* update
Co-authored-by: Copilot <copilot@github.com>
…ts-preferences

fix: send user preferences to TS server even without visible editor
…esViewPane

Co-authored-by: Copilot <copilot@github.com>
* fixes to sessions

* copilot feedback
Co-authored-by: Copilot <copilot@github.com>
…r-leak-telemetry

docs: add error construction analysis guidance to fix-errors skill and prompt
* agentHost: initial queuing/steering data flows

* agentHost: ui side for queued messages

Steering messages still don't quite work yet, I need to hook up some more stuff in the CLI for that I believe.

* comments

* rm dead code
…plitview

Implement SplitView for changes panel and enhance CI status widget layout
@pull pull bot locked and limited conversation to collaborators Mar 26, 2026
@pull pull bot added the ⤵️ pull label Mar 26, 2026
@pull pull bot merged commit 10f5057 into KingDEV95:main Mar 26, 2026
@pull pull bot added the ⤵️ pull label Mar 26, 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.