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
This iteration, we have added a sparkle icon in the gutter of the editor which on click spawns the inline chat. The icon should appear only when the selection is empty and the cursor line only contains whitespaces or tabs. To test follow the next steps:
Enable the setting inlineChat.showGutterIcon
Open a file and place the cursor on a line so that the selection is empty and the line only contains whitespaces or tabs
Verify that a sparkle icon appears in the gutter at that line
Click on the sparkle icon and verify that inline chat appears at that line
Change the cursor state so that condition 2 is no longer satisfied (you can for example start typing on that line, make a non null selection or place the cursor on a line that is non-empty)
Verify that the sparkle icon is no longer visible in the gutter
Switch documents in the editor, verify that the sparkle icon appears/disappears according to above rules.
The text was updated successfully, but these errors were encountered:
Refs: #1833
Complexity: 2
Create Issue
This iteration, we have added a sparkle icon in the gutter of the editor which on click spawns the inline chat. The icon should appear only when the selection is empty and the cursor line only contains whitespaces or tabs. To test follow the next steps:
inlineChat.showGutterIcon
The text was updated successfully, but these errors were encountered: