| 1 | return { |
| 2 | cmd = { |
| 3 | "vtsls", "--stdio" |
| 4 | }, |
| 5 | filetypes = { |
| 6 | 'javascript', |
| 7 | 'javascriptreact', |
| 8 | 'javascript.jsx', |
| 9 | 'typescript', |
| 10 | 'typescriptreact', |
| 11 | 'typescript.tsx', |
| 12 | }, |
| 13 | root_markers = { |
| 14 | 'tsconfig.json', 'jsconfig.json', 'package.json', '.git' }, |
| 15 | single_file_support = true, |
| 16 | log_level = vim.lsp.protocol.MessageType.Warning, |
| 17 | } |