2

Although Visual Studio Code documentation says that propertyIgnoredDueToDisplay should result in a "warning" by default, it does not in my CSS file with the following rule:

blockquote cite {
    display: inline;
    margin-top: 0.8rem;
}

What could be the reason?

I'm using Visual Studio Code 1.60.0 Insiders.

Volker E.
  • 5,911
  • 11
  • 47
  • 64

1 Answers1

1

In Visual Studio Code's settings.json:

Enter image description here

Here is a page to all Visual Studio Code default settings as JSON; you can search "css." to find all configurations:

settings.json

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
yotke
  • 1,170
  • 2
  • 12
  • 26
  • Please review *[Why not upload images of code/errors when asking a question?](https://meta.stackoverflow.com/questions/285551/)* (e.g., *"Images should only be used to illustrate problems that* ***can't be made clear in any other way,*** *such as to provide screenshots of a user interface."*) and [do the right thing](https://stackoverflow.com/posts/73011545/edit) (it covers answers as well). Thanks in advance. – Peter Mortensen Apr 12 '23 at 20:57