Add option to opt out from smaller inlay hints font size

This commit is contained in:
Jorge Mederos Alvarado 2021-04-21 15:48:57 -04:00
parent a2ba0f4846
commit 9e5ef0ce72
2 changed files with 30 additions and 6 deletions

View file

@ -115,6 +115,7 @@ export class Config {
typeHints: this.get<boolean>("inlayHints.typeHints"),
parameterHints: this.get<boolean>("inlayHints.parameterHints"),
chainingHints: this.get<boolean>("inlayHints.chainingHints"),
smallerHints: this.get<boolean>("inlayHints.smallerHints"),
maxLength: this.get<null | number>("inlayHints.maxLength"),
};
}