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.
chrome-extension-nlipoenfbbikpbjkfpfillcgkoblgpmj-setup-react-html-from-install.webm
just to share some findings about how conversation feature can possibly be implemented for anyone who is interested
language server will behave in 2 different way depends on "source" parameter provided in the
conversation/create
request:panel
: server will analysis the conversation at the end of the response and will suggest title and follow up questioninline
: server will try to update the code and notify editor about the new file content, may need to select a region otherwise it's assumed the entire filed is selected and the llm may be confused about what it needs to dothe server use
$/progress
notification to send all kinds of responsesthe server send
conversation/context
request to collected chat context, if not handled, server will assume no filed is openedsimply delete
*Copilot Chat*
buffer to start a new conversation