Commit f9f7346
authored
Fix:
* Add default for `Fsharp.indentationSize`
Without VSCode sends default `number` (`= 0`) when user hasn't set `indentationSize`.
-> causes `Implement interface` to emit members without indentation
* Increase min indentation to `1`
Indentation of `0` leads to incorrect codeImplement Interface emits members without indentation when user hasn't specified FSharp.indentationSize (#1730)1 parent 85176f2 commit f9f7346
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| 619 | + | |
| 620 | + | |
619 | 621 | | |
620 | | - | |
621 | | - | |
| 622 | + | |
622 | 623 | | |
623 | 624 | | |
624 | 625 | | |
| |||
0 commit comments