Skip to content

Commit f0f7cbb

Browse files
committed
Fix extended completion default value
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent 43676c6 commit f0f7cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nextflow/lsp/services/LanguageServerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static LanguageServerConfiguration defaults() {
3333
return new LanguageServerConfiguration(
3434
ErrorReportingMode.WARNINGS,
3535
Collections.emptyList(),
36-
true,
36+
false,
3737
false,
3838
false,
3939
100,

0 commit comments

Comments
 (0)