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

TS shift assignment only highlights shift #173997

Closed
costacosta opened this issue Sep 4, 2022 · 5 comments · Fixed by #174067 or #175349
Closed

TS shift assignment only highlights shift #173997

costacosta opened this issue Sep 4, 2022 · 5 comments · Fixed by #174067 or #175349
Assignees
Labels
bracket-pair-colorization bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders typescript Typescript support issues verification-found Issue verification failed verified Verification succeeded
Milestone

Comments

@costacosta
Copy link

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

  • VS Code Version: 1.70.1
  • OS Version: Darwin x64 21.3.0

Steps to Reproduce:

Code

var x = 3;
x >>>= 1

VSCode

Screen Shot 2022-09-04 at 4 35 00 AM

GitHub color >>>=, VSCode color >>>

@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.71.0. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@mjbvz mjbvz transferred this issue from microsoft/vscode Sep 6, 2022
@mjbvz mjbvz removed their assignment Sep 6, 2022
@sheetalkamat
Copy link
Member

sheetalkamat commented Feb 9, 2023

This seems to be working correctly per fe56de7
@mjbvz you may want to see whats the issue with vscode

@mjbvz mjbvz transferred this issue from microsoft/TypeScript-TmLanguage Feb 9, 2023
@mjbvz
Copy link
Contributor

mjbvz commented Feb 9, 2023

@hediet I think this may be caused by bracket matching

@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.75.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

hediet added a commit that referenced this issue Feb 10, 2023
@hediet hediet added bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues bracket-pair-colorization labels Feb 10, 2023
hediet added a commit that referenced this issue Feb 10, 2023
@VSCodeTriageBot VSCodeTriageBot added the unreleased Patch has not yet been released in VS Code Insiders label Feb 10, 2023
@VSCodeTriageBot VSCodeTriageBot added this to the February 2023 milestone Feb 10, 2023
@VSCodeTriageBot VSCodeTriageBot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Feb 10, 2023
c-claeys pushed a commit to c-claeys/vscode that referenced this issue Feb 16, 2023
@bpasero
Copy link
Member

bpasero commented Feb 22, 2023

I still see this:

image

@bpasero bpasero reopened this Feb 22, 2023
@bpasero bpasero added the verification-found Issue verification failed label Feb 22, 2023
@VSCodeTriageBot VSCodeTriageBot removed the insiders-released Patch has been released in VS Code Insiders label Feb 22, 2023
@hediet hediet modified the milestones: February 2023, March 2023 Feb 24, 2023
@hediet hediet added this to the March 2023 milestone Feb 24, 2023
hediet added a commit that referenced this issue Feb 24, 2023
hediet added a commit that referenced this issue Feb 24, 2023
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Feb 24, 2023
@mjbvz mjbvz added the verified Verification succeeded label Mar 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bracket-pair-colorization bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders typescript Typescript support issues verification-found Issue verification failed verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants