1
1
mirror of https://github.com/codota/TabNine.git synced 2024-10-26 19:17:39 +03:00

changing .toml to have both js and ts the same spl

This commit is contained in:
yanirs 2020-06-03 23:25:27 +03:00
parent a5dc990dd7
commit 91942954e6

View File

@ -6,9 +6,9 @@ install = [
] ]
[language.javascript] [language.javascript]
command = "flow" command = "typescript-language-server"
args = ["lsp"] args = ["--stdio"]
install = [["npm", "install", "-g", "flow-bin"]] install = [["npm", "install", "-g", "typescript-language-server"]]
[language.typescript] [language.typescript]
command = "typescript-language-server" command = "typescript-language-server"