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
When editing a new GitHub issue from within VSCode, I'll get lots of spurious insertions of user names as I type, meaning I'm often cleaning up after this extension. Here is an example:
Notice how I'm just typing normally, no @ or <tab>, but a random name comes out of nowhere. In case helpful, I did it again, this time slowing down long enough for the pop-up to appear:
I believe the issue is that the suggestions are quite lenient, and hitting <space> accepts the completion. A couple solutions I could think of:
Only make suggestions if the token starts with @ (or if not desired to have this be default behaviour, at least adding a setting where I can force this)
Have a setting to disable <space> to accept suggestion
Extension version: 0.34.3
VS Code version: Code 1.63.2 (899d46d82c4c95423fb7e10e68eba52050e30ba3, 2021-12-15T09:37:28.172Z)
OS version: Darwin x64 21.2.0
Restricted Mode: No
System Info
Item
Value
CPUs
Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (16 x 2300)
alexr00
added
bug
Issue identified by VS Code Team member as probable bug
and removed
info-needed
Issue requires more information from poster
labels
Jan 18, 2022
Issue Type: Bug
When editing a new GitHub issue from within VSCode, I'll get lots of spurious insertions of user names as I type, meaning I'm often cleaning up after this extension. Here is an example:
Notice how I'm just typing normally, no
@
or<tab>
, but a random name comes out of nowhere. In case helpful, I did it again, this time slowing down long enough for the pop-up to appear:I believe the issue is that the suggestions are quite lenient, and hitting
<space>
accepts the completion. A couple solutions I could think of:@
(or if not desired to have this be default behaviour, at least adding a setting where I can force this)<space>
to accept suggestionExtension version: 0.34.3
VS Code version: Code 1.63.2 (899d46d82c4c95423fb7e10e68eba52050e30ba3, 2021-12-15T09:37:28.172Z)
OS version: Darwin x64 21.2.0
Restricted Mode: No
System Info
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: