Skip to content

Commit 9fac71a

Browse files
committed
fix: Consider bash server ready after 1 seconds
1 parent 260f22b commit 9fac71a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/staticOptions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const staticOptions = asLanguageClientOptionsById({
2222
pattern: '**/*.bash'
2323
}
2424
],
25-
mutualizable: true
25+
mutualizable: true,
26+
maxInitializeDuration: 1000
2627
},
2728
c: {
2829
documentSelector: [

0 commit comments

Comments
 (0)