Good morning Hardel,
I’m going to go into a little bit of detail about this problem, and what I researched. Recent versions of Beautify will not allow comment in the same line in your CSS (I don’t know in other versions). I used "this" version.
I noticed that the beautify extension has a configuration that can be configured to break lines like the "html.format.endWithNewline": false
however for the comment you need within the CSS, it will not work because this extension was made to work this way(ie with this line break).
(No use configuring according to the image)
PS: About 9 months ago this add-on underwent the change below, it is possible that an old version can work the way you expect:
PS: Anyway that’s a pretty common complaint on the Beautify forums. Then I would go to search for another extension if in fact it is necessary these comments in your code.
I hope I helped. Hugs!
Don’t use it? Have some settings in it?
– Maniero
So, Maniero, I like this extension to properly devise and organize my code, but that’s her only problem and I can’t fix it. Yes, it has configuration.
– Hardel
Maybe this is some config of Vscode itself and not Beautify after a search...
– hugocsl
This is a configuration of Beautify itself, I was looking here in GIT extension. He will have to look for an alternative way for this behavior to work. Who knows looking for another extension.
– Gustavo Tenório