Skip to content

Commit fd9afbe

Browse files
authored
Merge pull request #33 from CodinGame/fix-bash-starting-time
Consider bash server ready after 1 seconds
2 parents 260f22b + 9fac71a commit fd9afbe

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)