JS: initial integration of LSP with Flow (WEB-34785)

only completion for now
This commit is contained in:
Konstantin Ulitin
2018-09-14 14:32:12 +03:00
parent fb5eddd98a
commit eee623e8d2
@@ -1514,6 +1514,8 @@ javascript.exclude.source.if.package.has.typings=true
javascript.exclude.source.if.package.has.typings.description=Don't index JavaScript files in a node module if it has type declaration files
javascript.flow.lazy.mode=false
javascript.flow.lazy.mode.description=Passes '--lazy-mode fs' to flow server command
javascript.flow.use.lsp=false
javascript.flow.use.lsp.description=Enables using Language Server Protocol for communication with Flow
javascript.linters.prevent.detection=false
javascript.linters.prevent.enable.on.project.opening.description=Disables JS linter detection on project opening