feat: Add return type hints for closures with block bodies
This commit is contained in:
@@ -103,6 +103,7 @@ export class Config {
|
||||
typeHints: this.get<boolean>("inlayHints.typeHints"),
|
||||
parameterHints: this.get<boolean>("inlayHints.parameterHints"),
|
||||
chainingHints: this.get<boolean>("inlayHints.chainingHints"),
|
||||
closureReturnTypeHints: this.get<boolean>("inlayHints.closureReturnTypeHints"),
|
||||
hideNamedConstructorHints: this.get<boolean>("inlayHints.hideNamedConstructorHints"),
|
||||
smallerHints: this.get<boolean>("inlayHints.smallerHints"),
|
||||
maxLength: this.get<null | number>("inlayHints.maxLength"),
|
||||
|
||||
Reference in New Issue
Block a user