Commit 113f5533 authored by Konstantin Ulitin's avatar Konstantin Ulitin
Browse files

JS flow: add registry option to pass lazy mode flag

parent 08765e00
Showing with 2 additions and 0 deletions
+2 -0
......@@ -1335,6 +1335,8 @@ javascript.exclude.source.if.package.has.typings.description=Don't index JavaScr
javascript.extract.function.disable.inplace=false
javascript.extract.function.disable.inplace.description=Disable inplace 'Extract Function' refactoring
prettierjs.enabled=true
javascript.flow.lazy.mode=false
javascript.flow.lazy.mode.description=Passes '--lazy-mode fs' to flow server command
editable.java.test.console=false
editable.java.test.console.description=Enables System.in in java test consoles (junit & testng)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment