yandeu / five-server-vscode

⚡ VSCode Extension for Five Server.
https://marketplace.visualstudio.com/items?itemName=yandeu.five-server
Other
121 stars 9 forks source link

Extension Css Updated Notification issue #34

Open elabidadil opened 1 year ago

elabidadil commented 1 year ago

Hello, I have an issue with the extension, when i target a div with CSS style the extension "CSS updated" notification edited too with the same CSS style of the div

issue

yandeu commented 1 year ago

You could hide the message with


#fiveserver-info-wrapper {
  display: none;
}