jakebathman / mysql-syntax

VS Code syntax support for MySQL
11 stars 5 forks source link

Research ways to make MySQL override built-in MSSQL #2

Closed jakebathman closed 6 years ago

jakebathman commented 6 years ago

https://twitter.com/peterettery/status/962595631842955264

jakebathman commented 6 years ago

I figured it was a setting, and here it is in your user settings JSON file:

"files.associations": {
    "*.sql": "mysql"
}

This will automatically use the mysql syntax for all *.sql files opened (with the option to switch languages at any given time, as always).