Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| [language.rust] | |
| command = "rls" | |
| install = [ | |
| ["rustup", "update"], | |
| ["rustup", "component", "add", "rls", "rust-analysis", "rust-src"], | |
| ] | |
| [language.javascript] | |
| command = "flow" | |
| args = ["lsp"] |