Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from microsoft:main #354

Open
wants to merge 10,000 commits into
base: main
Choose a base branch
from
Open

[pull] main from microsoft:main #354

wants to merge 10,000 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 15, 2021

See Commits and Changes for more details.


Created by pull[bot]

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

@pull pull bot added the ⤵️ pull label Dec 15, 2021
alexdima and others added 29 commits October 18, 2024 12:18
update tree sitter package-lock.json
…sent (#231675)

* fix: better fix for transient edits being tracked after a request is sent

* fix: look for correct autosave setting value
fix await on `onSearchResultsChanged()`
* remove setting for image attachments

* check for extension enabled proposed api

* whitespaces
* Try LanguageModelToolResultItem

* Implement it

* lmTools API updates
Resolve TODOs

* Fix build

* Doc

* More content type -> mime type

* More edits

* Fixes

* Add LanguageModelChatToolMode

* Add implementation

* New thing

* note

* API version bump

* Finish it

* Updates

* Properly convert tool result content parts
This doesn't support full JSON schema, just a subset with some restrictions, so we use our own definition here so that extension authors can have a good experience.
Fix #225727
* fix: include `#file` variables in chat working set

Also fix attachment rendering in regular chat requests

* refactor: simplify `IChatEditingService` interface

* fix: `#file` references earlier in an editing session should be sent as attachments in subsequent `ChatRequest`s
…ondition-edit

debug: fix edit breakpoint condition input not appearing
…#231705)

Don't try to set the context before the widget is fully rendered. Also, be a little more conservative in not setting up the implicit context on non-panel chat widgets
joyceerhl and others added 30 commits October 25, 2024 15:33
* try to force hide the view if it ever gets shown by accident

* deregister the view container if context key isn't honored
* Revert "try to force hide the view if it ever gets shown by accident (#232277)"

This reverts commit f0c6346.

* just skip the registration if we have state to hide
keep keybinding
Fixes #226474

It looks like this bug is at least 9 years old! It took me a minute to figure out what the intention was here.

I think the goal was to keep showing the hover if the user is pressing ctrl/cmd without sticky hovers enabled (e.g. to allow copying) but it was in the wrong check and would confusingly dismiss the hover when the mouse moved if ctrl/cmd was pressed.
This was unintentionally enabled in some refactors last month.

Fixes #228317
debug: fix hover variable value disappears on key down
…it (fix #231922) (#232229)

* Dragging an active view between side bars or panel does not activate it (fix #231922)

* address feedback
* Use async find provider only for file scheme (#230592)

* only use asyncfindprovider for file scheme

* add vscode remote

* Use async find provider only for file scheme (#230592)

* only use asyncfindprovider for file scheme

* add vscode remote

* 💄
* For the clear command, use `lastFocusedWidget` over `openView`

re microsoft/vscode-copilot#9865

* inline chat should react to widget clearing
also fix #231946 by replace icons with the spinner so that width stays constant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.