-
Notifications
You must be signed in to change notification settings - Fork 2.7k
refactor: simplify nested map access and improve readability #5247
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for continuedev canceled.
|
@lkk214 I really like this update! Unfortunately before I saw it, we merged another PR that made related changes. I do like the way that you did it more. Would you be willing to resolve the merge conflicts, and then I'll merge? |
@sestinj Before submitting this PR, I was confused and therefore didn't change any other relevant code except the drop-down menu. Actually inline doesn't work as expected, I'm raising the issue now.
|
# Conflicts: # extensions/intellij/src/main/kotlin/com/github/continuedev/continueintellijextension/continue/CoreMessengerManager.kt # extensions/intellij/src/main/kotlin/com/github/continuedev/continueintellijextension/continue/IdeProtocolClient.kt # extensions/intellij/src/main/kotlin/com/github/continuedev/continueintellijextension/editor/InlineEditAction.kt
@lkk214 you're right, it is supposed to be Do you want me to merge now and let you make this update in another PR? |
Send I prefer the latter. I need it for my next PR, otherwise I don't know which selectedModelByRole applies to the selected model and don't want to update the selected model of chat through it, any thoughts on this? |
Note using |
@RomneyDa Got it.
I've pushed the changes, please merge this PR now. Thanks! |
Description