When I attempt to close a comment in a CSS file in VS Code and hit enter to go to a new line, I regularly unintentionally end up with @at-root appended to the end of my comment because of the code snippet popup that automatically displays when I type the slash / character. (This happens because @at-root is the first item in this popup and it is automatically selected, so when I press enter to try to go to a new line VS Code inserts that code snippet.)
How do I disable this code suggestion/snippet popup when typing / in CSS files?
