An .sql file in my VS Code workspace contains MySQL code. Even though I have installed two plugins (MySQL and MySQL Syntax), my IDE still recognizes this file with MSSQL and generates syntax errors.
Of course, this does not prevent me from running my program and I can always set the syntax highlighting to None. But I'd rather have VS Code recognize the language for all of my files.
