Skip to content

adding prompt completions#319939

Merged
aiday-mar merged 3 commits into
mainfrom
compact-jaguar
Jun 5, 2026
Merged

adding prompt completions#319939
aiday-mar merged 3 commits into
mainfrom
compact-jaguar

Conversation

@aiday-mar
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 4, 2026 14:53
@aiday-mar aiday-mar self-assigned this Jun 4, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables “prompt completions” behavior in the chat input editor by wiring the Monaco inline-completions controller into the chat input’s CodeEditorWidget and adjusting editor/model options to better suit inline suggestions.

Changes:

  • Add InlineCompletionsController to the chat input editor’s contribution set.
  • Disable quickSuggestions for the chat input editor.
  • Change the chat input model creation to use isForSimpleWidget: false (making the model eligible for synchronization to the extension host).

Comment thread src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.ts
@aiday-mar aiday-mar requested a review from hediet June 5, 2026 10:46
@aiday-mar aiday-mar marked this pull request as ready for review June 5, 2026 10:46
@aiday-mar aiday-mar merged commit ac0a0dd into main Jun 5, 2026
25 checks passed
@aiday-mar aiday-mar deleted the compact-jaguar branch June 5, 2026 11:31
@vs-code-engineering vs-code-engineering Bot added this to the 1.124.0 milestone Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants