dracula / visual-studio-code

🧛🏻‍♂️ Dark theme for Visual Studio Code
https://draculatheme.com/visual-studio-code
MIT License
777 stars 208 forks source link

Dart Extension : Ruined The Font Color #187

Closed nyomanartha closed 2 years ago

nyomanartha commented 3 years ago

Hello Good Sir,

I am currently learning Dart languages, and I'm in Love with Dracula theme. However, I just noticed that, while enabling the Dart Extension in Visual Studio, the color of the font in Dracula theme seems to be ruined. I have tried to restart it several times, and even install and uninstall VS Code and Dracula themes, however nothing works.

Here is the video recording of what happened.

https://user-images.githubusercontent.com/8662441/128106758-26c897f4-7549-4f9e-aad0-ae49607445b8.mp4

Do you think, there is any solution for this problem? Thank You very much!

dsifford commented 3 years ago

@nyomanartha I'm not able to repro this behavior on my end...

image

There's a chance that there's another extension that you have installed that is creating this issue. Try disabling other extensions to rule that out.

nyomanartha commented 3 years ago

Thank you for the feedback :)

The strange thing is that, i have tried disabling all other extensions, and it only happened when Dart Extension is enabled.

Anyhow, I have found the solution for this problem by disabling semanticHighlighting inside the dart extension setting in the "settings.json" by adding this text

"editor.semanticHighlighting.enabled": false

image

Thank you very much!

dsifford commented 3 years ago

That's quite strange because I had semantic highlighting enabled when I looked into this and still didn't notice a problem.

ameenbadri7 commented 2 years ago

Thank you for the feedback :)

The strange thing is that, i have tried disabling all other extensions, and it only happened when Dart Extension is enabled.

Anyhow, I have found the solution for this problem by disabling semanticHighlighting inside the dart extension setting in the "settings.json" by adding this text

"editor.semanticHighlighting.enabled": false

image

Thank you very much!

you saved my live..