We implemented Language Flavor notifications in the backend so that we can filter out SQL files we don't want to be treated as MSSQL. This is useful for dynamically skipping files if you have a mix of MSSQL and non-MSSQL files with a .sql extension. We should implement the front-end to:
- Show a button with
MSSQL or Other SQL as the option
- On click, allow user to apply the filter and send the notification
This will mean users can easily opt out of the processing for each file and save some pain. We have a number of issues raised related to this.