diff options
| author | Jorge Mederos Alvarado <jmederosalvarado@gmail.com> | 2021-04-21 15:09:41 -0400 |
|---|---|---|
| committer | Jorge Mederos Alvarado <jmederosalvarado@gmail.com> | 2021-04-26 20:29:54 -0400 |
| commit | a2ba0f48467aede5a051bb1e7ac0384d8f5b7e8f (patch) | |
| tree | f19c9351dba28dd260fec861703761965774e0bb /editors/code/package.json | |
| parent | c5364ffde14eed2738b4a45cd004af07819967c5 (diff) | |
| download | rust-a2ba0f48467aede5a051bb1e7ac0384d8f5b7e8f.tar.gz rust-a2ba0f48467aede5a051bb1e7ac0384d8f5b7e8f.zip | |
add option to package.json
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index fa5632f9007..97d92e43c82 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -653,6 +653,11 @@ "default": true, "type": "boolean" }, + "rust-analyzer.inlayHints.smallerHints": { + "markdownDescription": "Whether inlay hints font size should be smaller than editor's font size.", + "default": true, + "type": "boolean" + }, "rust-analyzer.lens.debug": { "markdownDescription": "Whether to show `Debug` lens. Only applies when\n`#rust-analyzer.lens.enable#` is set.", "default": true, |
