You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue with the inline comment functionality where the generated comments include code that was not selected. This seems to happen in certain modes and provides a suboptimal experience.
Steps to Reproduce
Enter the specific mode where the issue is observed.
Select a portion of code to comment on.
Generate an inline comment.
Expected Behavior
The comment generated should strictly include only the selected piece of code.
Actual Behavior
The generated comment includes both the selected code and additional, unselected code snippets.
This issue does not occur consistently across all modes but has negatively impacted the user experience where it does appear. Looking forward to a solution or any workaround that might be available.
Thank you for addressing this issue.
The text was updated successfully, but these errors were encountered:
Hello team,
I've encountered an issue with the inline comment functionality where the generated comments include code that was not selected. This seems to happen in certain modes and provides a suboptimal experience.
Steps to Reproduce
Expected Behavior
The comment generated should strictly include only the selected piece of code.
Actual Behavior
The generated comment includes both the selected code and additional, unselected code snippets.
This issue does not occur consistently across all modes but has negatively impacted the user experience where it does appear. Looking forward to a solution or any workaround that might be available.
Thank you for addressing this issue.
The text was updated successfully, but these errors were encountered: