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

Highlighting under cursor broken in vscode 1.24 #51390

Closed
d-akara opened this issue Jun 7, 2018 · 3 comments
Closed

Highlighting under cursor broken in vscode 1.24 #51390

d-akara opened this issue Jun 7, 2018 · 3 comments
Assignees
Labels
candidate Issue identified as probable candidate for fixing in the next release important Issue identified as high-priority verified Verification succeeded

Comments

@d-akara
Copy link

d-akara commented Jun 7, 2018

  • VSCode Version: 1.24
  • OS Version: OSX 10.13.4

Steps to Reproduce:
VSCode 1.23 highlighting
image

VSCode 1.24 highlighting
image

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

@aeschli aeschli added important Issue identified as high-priority candidate Issue identified as probable candidate for fixing in the next release labels Jun 8, 2018
@rebornix
Copy link
Member

rebornix commented Jun 8, 2018

Related #51335 , I suppose it's caused by our newly introduced z-index for decorations. @alexandrudima

@alexdima
Copy link
Member

@rebornix I don't think this is related to #51335 at all. It might be caused by 8f0d370#diff-e653ac38a64dd65c7e3f8438feb8a094

@alexdima alexdima added this to the May 2018 Recovery milestone Jun 11, 2018
@alexdima
Copy link
Member

Copy-Paste friendly repro:

{
    "tracers": [
        {
            "name": "request"
        },
        {
            "name": "bar"
        }
    ]
}

alexdima added a commit that referenced this issue Jun 12, 2018
@rebornix rebornix added the verified Verification succeeded label Jun 12, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
candidate Issue identified as probable candidate for fixing in the next release important Issue identified as high-priority verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants