Tab-completing @-references to files in chat stopped working for 0.41

Until the latest version, typing in chat would allow typing an @filename and hitting tab to turn it into a reference to that file.

This seems to have stopped working in the latest version.

Version: 0.41.2
VSCode Version: 1.91.1
Commit: 297991d169fa3a11975c5aa95adc69be73250c70
Date: 2024-09-21T04:18:39.370Z
Electron: 29.4.0
ElectronBuildId: undefined
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin x64 22.6.0

Actually on balance this is pretty minor - seems you can Enter-complete now instead. Would be nice not to have to re-learn the different significance of Enter, but if this isn’t wontfix, probably legit.

While I’m on the subject though, is there any way you could make the completion list re-appear if the cursor is brought back to the end of a word that starts with @ ?

Far too often I’m typing “@app.py” in flow and hitting space, only to realise it didn’t count as a reference because I didn’t do the magic key dance (used to be Tab, now Enter). That means having to backspace backspace backspace backspace backspace backspace backspace backspace and retype the whole thing starting from @. Would be nice if a single backspace would pop up that menu and allow it to be made into a real file reference.