[pull] main from microsoft:main#1233
Merged
pull[bot] merged 24 commits intoKingDEV95:mainfrom Mar 26, 2026
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )