After upgrading to VSCode 1.26 variables changed color in JavaScript
See original GitHub issueRight now const
variable are purple, let
and var
variables are yellow.
Both used to be white:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Font colors changed after latest update - Visual Studio Feedback
When I took the 16.3.3 update, the customized code editing font colors changed. ... After the update, local variables are a baby blue,...
Read more >Variables Colors not changing in Vscode - Stack Overflow
I was trying to change the colors of my variables so I added this: "editor.tokenColorCustomizations": { "variables": "#7405fc","ff" },.
Read more >Best Colorful VSCode Extensions – How to Personalize Your ...
Want custom colors in your Indent Rainbow? Check out Indent Rainbow Palettes by Evondev. After installing Indent Rainbow, install this extension ...
Read more >Bug listing with status UNCONFIRMED as at 2022/12/28 19 ...
Bug:128538 - "sys-apps/coreutils: /bin/hostname should be installed from coreutils not sys-apps/net-tools" status:UNCONFIRMED resolution: severity:enhancement ...
Read more >Nixpkgs 22.11 manual - NixOS
Installing broken packages. There are two ways to try compiling a package which has been marked as broken. For allowing the build of ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello,
My version is 2.21.0 and my variables are all purple in VSCode. Where can I revert it back to white?
thank you
Good catch @n1ghtmare
Fixed in
v2.14.1
. Pushing out to the marketplace now. 👍