From 91942954e617c5cb599dd394a54608f08376b2f7 Mon Sep 17 00:00:00 2001 From: yanirs Date: Wed, 3 Jun 2020 23:25:27 +0300 Subject: [PATCH] changing .toml to have both js and ts the same spl --- TabNine.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TabNine.toml b/TabNine.toml index f4fe99e..f2eb7b9 100644 --- a/TabNine.toml +++ b/TabNine.toml @@ -6,9 +6,9 @@ install = [ ] [language.javascript] -command = "flow" -args = ["lsp"] -install = [["npm", "install", "-g", "flow-bin"]] +command = "typescript-language-server" +args = ["--stdio"] +install = [["npm", "install", "-g", "typescript-language-server"]] [language.typescript] command = "typescript-language-server"