-
Notifications
You must be signed in to change notification settings - Fork 30k
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
inline suppress suggestions doesn't work anymore #185831
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.79.2. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
Updated to latest version (1.79.2) + updated my extensions including GitHub Copilot and issue is still the same. What I see is that it works for first time, but if I hide suggest widget it doesn't show anymore, shouldn't it re-trigger it again? Screen.Recording.2023-06-22.at.10.11.50.AM.mov |
@svipas thanks for opening this issue but the Copilot team is aware of this and @SmallLemur is driving this effort on the GitHub Copilot side. I expect this to be fixed soon-ish. Fabien has more details. |
@isidorn Thanks for info 👍 |
Updated Copilot to |
@isidorn @hediet Is it really GitHub Copilot bug? There's a setting |
@svipas yes it is really a Copilot bug. Since an inlineCompletionProvide can control the behaviour and has priority over the suppressSuggestions setting. |
@isidorn Didn't know that, thanks for info. I really like |
@isidorn Time is passing and I don't see any changes from Copilot side. Shouldn't VS Code have priority to control this behavior? So such extensions as Copilot wouldn't have any control other this, because I assume this could happen again, and also setting Sorry if this sounds like a push, I'm just actually curious why VS Code is not the one who controls it fully instead of giving control to extension which as we could see is not a good thing, because this problem exists and could be repeated again... |
Good points. I expect that we get this resolved in the next month or so. |
@svipas you can try it out with VS Code Insiders tomorrow and let us know what you think. Thank you!! |
@Destroy666x This is a different thing. It was when suggest widget is visible, what you're asking is impossible to achieve, because Copilot uses inline suggestions and Copilot has priority over VS Code inline suggestions. In order to them both work nicely you have to use "on" to show suggest widget and Copilot uses inline. What you can also do is to disable Copilot and always manually invoke it with your keyboard shortcut.
|
@svipas no clue what that means as I don't even have Copilot installed. |
@Destroy666x Sorry, thought you have Copilot installed. When I'm not quite sure I understand what you meant by writing comment above. Because Suppress suggestions setting is mostly when you're using extension which provides inline completions and you want to control behavior when to show suggest widget, this issue was about suggest widget not visible when Copilot shows inline suggestions and now it is fixed and they both work seamlessly. |
I would simply like both the inline suggestion displayed with a widget to see all of them. Which is how certain shell Tab completion works. The setting is very confusing in that case IMO, it doesn't mention extensions anywhere. I guess I'll create a suggestion then. |
@Destroy666x Maybe you're looking for this one: |
@svipas thanks, that's the result I'm looking for. |
Type: Bug
Seems like newest VS Code version (1.79.0) broke down
"editor.inlineSuggest.suppressSuggestions": false
. If I type.
(dot) or text while inline suggestions are visible suggest widget doesn't show anymore, I need to trigger it manually. In previous version it showed even when inline suggestions were visible.Screen.Recording.2023-06-22.at.10.00.46.AM.mov
Code snippet
VS Code version: Code 1.79.0 (b380da4, 2023-06-07T14:31:03.317Z)
OS version: Darwin arm64 22.5.0
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Extensions (12)
(1 theme extensions excluded)
The text was updated successfully, but these errors were encountered: