I have just installed MacOs Mojave... And when I opened Visual Studio Code... Surprise! The text it's kind of dimmed with less contrast, specially on the external display. The result is that the code it's hard to read. It seemed related to the mode, but not! It happens both in Light and dark modes.
Has anyone found a solution to that problem?
Yes, VS Code supports macOS ARM64 builds that can run on Macs with the Apple M1 chip. You can install the Universal build, which includes both Intel and Apple Silicon builds, or one of the platform specific builds.
Select a symbol then type F12. Alternatively, you can use the context menu or Ctrl+click (Cmd+click on macOS). You can go back to your previous location with the Go > Back command or Ctrl+Alt+-.
Common issues on Windows# You can check and disable compatibility mode by right-clicking on the VS Code executable and selecting properties, then uncheck the Run this program in compatibility mode option in the compatibility tab.
Well, I end up finding the solution thanks to Ahmad Awais post. It is a font rendering issue that affects to many ElectronJS based apps.
Open the terminal and execute
defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE
Restart the system
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With