mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
JS: initial integration of LSP with Flow (WEB-34785)
only completion for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user