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

guides.bracketPairs colorized wrong color #135529

Closed
tjx666 opened this issue Oct 21, 2021 · 2 comments
Closed

guides.bracketPairs colorized wrong color #135529

tjx666 opened this issue Oct 21, 2021 · 2 comments
Assignees
Labels
author-verification-requested Issues potentially verifiable by issue author bracket-pair-colorization bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@tjx666
Copy link
Contributor

tjx666 commented Oct 21, 2021

Version: 1.62.0-insider (Universal)
Commit: 2ae9352ae33ced58772683b60d961c604c9576ff
Date: 2021-10-20T05:15:38.805Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 20.6.0

@hediet The guide color should be purple but coral

Steps to Reproduce:

1.copy following code in default dark theme

// @include '../JSX/index.jsx'

(function () {
    var createTemplet = $.xxx.transform.createTemplet;
    var getCompositions = $.xxx.composition.getCompositions;
    var fs = $.xxx.fs;
    var comp = getCompositions()[0];
})();

image

@hediet hediet assigned hediet and unassigned aeschli Oct 21, 2021
@hediet hediet added bracket-pair-colorization bug Issue identified by VS Code Team member as probable bug labels Oct 21, 2021
@hediet hediet added this to the October 2021 milestone Oct 21, 2021
@hediet hediet closed this as completed in c78245a Oct 25, 2021
@hediet
Copy link
Member

hediet commented Oct 25, 2021

Thanks for reporting! Please verify the bugfix in tomorrows insider release!

@hediet hediet added the author-verification-requested Issues potentially verifiable by issue author label Oct 26, 2021
@mjbvz mjbvz added the verified Verification succeeded label Oct 27, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
author-verification-requested Issues potentially verifiable by issue author bracket-pair-colorization bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants
@hediet @aeschli @mjbvz @tjx666 and others