be5invis / vscode-custom-css

Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
MIT License
832 stars 58 forks source link

Changes written in .css files got overridden by VSCode settings #162

Closed Immortalyzy closed 2 years ago

Immortalyzy commented 2 years ago

I wished to use custom error squiggly so I wrote something like this Answer in my .css file.

But these changes got overridden by VS Code custom settings (in the settings.json) like this "workbench.colorCustomizations": { "editorError.foreground": "#000000", // squiggly line "editorError.border": "#ffffff" // additional border under squiggly line }

I found that VS Code added these options in this commit

So is it possible to override the settings of VS Code and use my custom .css styles?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.