1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 21:40:23 +03:00

Merge pull request #269 from codota/task/unify-spl-for-js-and-ts

changing .toml to have both js and ts the same spl
This commit is contained in:
yanir-codota 2020-06-10 12:55:41 +03:00 committed by GitHub
commit 74b1481fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"