Commit fddbe36
Increase language server hackfmt timeout (facebook#112)
The `hh_client` language server launches a `hackfmt` subprocess
to implement the format command, with a hardcoded 2 seconds timeout.
This is too short to format some larger (~6k loc) Hack files,
so let's increase it a bit.1 parent eb0c47b commit fddbe36
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments