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

Suggestion highlight styles not applied when result is frozen #37367

Closed
mjbvz opened this issue Nov 1, 2017 · 1 comment
Closed

Suggestion highlight styles not applied when result is frozen #37367

mjbvz opened this issue Nov 1, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete themes Color theme issues verified Verification succeeded
Milestone

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Nov 1, 2017

Testing #35538

  • VSCode Version: Code - Insiders 1.18.0-insider (8dfa696, 2017-10-31T16:26:15.706Z)
  • OS Version: Darwin x64 16.7.0

Steps to Reproduce:

  1. Set

    "workbench.colorCustomizations": {
    "editorSuggestWidget.highlightForeground": "#f0f"
    }
  2. Open a js file.

  3. Type out fffee

  4. See in the suggestions

    screen shot 2017-10-31 at 6 00 48 pm

  5. Now with the suggestions still showing, type a v

Bug

The suggestions details are lost as is the custom colorization for the results:

screen shot 2017-10-31 at 6 01 19 pm

@vscodebot vscodebot bot added the insiders label Nov 1, 2017
@jrieken jrieken added this to the November 2017 milestone Nov 1, 2017
@jrieken jrieken added bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete and removed insiders labels Nov 1, 2017
@jrieken
Copy link
Member

jrieken commented Nov 20, 2017

@aeschli This seems to be on purpose ...:not(.frozen) or is this an oversight?

@jrieken jrieken added the themes Color theme issues label Nov 20, 2017
@jrieken jrieken changed the title Suggestion details seem to get lost in some edge cases Suggestion highlight styles not applied when result is frozen Nov 20, 2017
@mjbvz mjbvz added the verified Verification succeeded label Dec 5, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 5, 2018
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 suggest IntelliSense, Auto Complete themes Color theme issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants