Skip to content
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

Weird suggestion completion blinking in settings.json #126537

Closed
ArturoDent opened this issue Jun 16, 2021 · 3 comments · Fixed by #128337
Closed

Weird suggestion completion blinking in settings.json #126537

ArturoDent opened this issue Jun 16, 2021 · 3 comments · Fixed by #128337
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug inline-completions insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@ArturoDent
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version:
  • OS Version:

Steps to Reproduce:

  1. Open user settings.json
  2. Type something that produces completions
  3. Observe that the completion, presumably the ghost completion, is blinking a dark color with unreadable text.
  4. Suggestions in a code editor (e.g., javascript file) does not do this.
  5. Also in Insiders only, not Stable.

settingsSuggestions

Version: 1.58.0-insider (user setup)
Commit: 3e0c442
Date: 2021-06-16T05:17:51.956Z
Electron: 12.0.11
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Windows_NT x64 10.0.21390

@hediet
Copy link
Member

hediet commented Jun 17, 2021

This is a duplicate of #125123.

In todays insiders build, you can set editor.suggest.previewMode to prefix to get the behavior of the stable release. Note that it suffers the same problem, it is just less likely that the preview is shown.

@hediet hediet added the *duplicate Issue identified as a duplicate of another issue(s) label Jun 17, 2021
@hediet
Copy link
Member

hediet commented Jun 17, 2021

Well, having a closer look at the gif, I actually think this is only partially a duplicate.
#125123 does not explain the moving quotation mark.
It will probably be fixed by #125742 anyway, but I think it might be a separate bug.

@hediet hediet reopened this Jun 17, 2021
@hediet hediet added bug Issue identified by VS Code Team member as probable bug inline-completions and removed *duplicate Issue identified as a duplicate of another issue(s) labels Jun 17, 2021
@hediet hediet added this to the June 2021 milestone Jun 17, 2021
@hediet hediet modified the milestones: June 2021, July 2021 Jul 1, 2021
@hediet hediet linked a pull request Jul 10, 2021 that will close this issue
@rzhao271 rzhao271 added the verified Verification succeeded label Jul 28, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug inline-completions insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@jrieken @hediet @rzhao271 @ArturoDent and others