1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 21:40:23 +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]
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"