diff options
author | Jorge Mederos Alvarado <[email protected]> | 2021-04-21 20:09:41 +0100 |
---|---|---|
committer | Jorge Mederos Alvarado <[email protected]> | 2021-04-27 01:29:54 +0100 |
commit | a2ba0f48467aede5a051bb1e7ac0384d8f5b7e8f (patch) | |
tree | f19c9351dba28dd260fec861703761965774e0bb /editors | |
parent | c5364ffde14eed2738b4a45cd004af07819967c5 (diff) |
add option to package.json
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package-lock.json | 4 | ||||
-rw-r--r-- | editors/code/package.json | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index 198c17556..4c2d16881 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json | |||
@@ -830,7 +830,6 @@ | |||
830 | "dependencies": { | 830 | "dependencies": { |
831 | "anymatch": "~3.1.1", | 831 | "anymatch": "~3.1.1", |
832 | "braces": "~3.0.2", | 832 | "braces": "~3.0.2", |
833 | "fsevents": "~2.3.1", | ||
834 | "glob-parent": "~5.1.0", | 833 | "glob-parent": "~5.1.0", |
835 | "is-binary-path": "~2.1.0", | 834 | "is-binary-path": "~2.1.0", |
836 | "is-glob": "~4.0.1", | 835 | "is-glob": "~4.0.1", |
@@ -2680,9 +2679,6 @@ | |||
2680 | "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.39.1.tgz", | 2679 | "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.39.1.tgz", |
2681 | "integrity": "sha512-9rfr0Z6j+vE+eayfNVFr1KZ+k+jiUl2+0e4quZafy1x6SFCjzFspfRSO2ZZQeWeX9noeDTUDgg6eCENiEPFvQg==", | 2680 | "integrity": "sha512-9rfr0Z6j+vE+eayfNVFr1KZ+k+jiUl2+0e4quZafy1x6SFCjzFspfRSO2ZZQeWeX9noeDTUDgg6eCENiEPFvQg==", |
2682 | "dev": true, | 2681 | "dev": true, |
2683 | "dependencies": { | ||
2684 | "fsevents": "~2.3.1" | ||
2685 | }, | ||
2686 | "bin": { | 2682 | "bin": { |
2687 | "rollup": "dist/bin/rollup" | 2683 | "rollup": "dist/bin/rollup" |
2688 | }, | 2684 | }, |
diff --git a/editors/code/package.json b/editors/code/package.json index fa5632f90..97d92e43c 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -653,6 +653,11 @@ | |||
653 | "default": true, | 653 | "default": true, |
654 | "type": "boolean" | 654 | "type": "boolean" |
655 | }, | 655 | }, |
656 | "rust-analyzer.inlayHints.smallerHints": { | ||
657 | "markdownDescription": "Whether inlay hints font size should be smaller than editor's font size.", | ||
658 | "default": true, | ||
659 | "type": "boolean" | ||
660 | }, | ||
656 | "rust-analyzer.lens.debug": { | 661 | "rust-analyzer.lens.debug": { |
657 | "markdownDescription": "Whether to show `Debug` lens. Only applies when\n`#rust-analyzer.lens.enable#` is set.", | 662 | "markdownDescription": "Whether to show `Debug` lens. Only applies when\n`#rust-analyzer.lens.enable#` is set.", |
658 | "default": true, | 663 | "default": true, |