Commit b7c09e6
committed
Fix format without selected range when documentFormattingProvider=false
In case documentRangeFormattingProvider=true &&
documentFormattingProvider==false, the conditions were leading to no
request being sent.
This commit reworks condition so that one may be used as a failback for
the other when only one capability is set.
Fixes eclipse-wildwebdeveloper/wildwebdeveloper#18351 parent 14743b5 commit b7c09e6
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments