diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-04-20 07:33:26 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-04-20 07:33:26 +0300 |
| commit | 4de7793425c6932caafe76070e0988d6afca0bc2 (patch) | |
| tree | cf872bf946228022253ddccc4de8ac8ccad95c63 /editors/code | |
| parent | 55824021e10d296a10948549e49a5bdc8dc1c661 (diff) | |
| download | rust-4de7793425c6932caafe76070e0988d6afca0bc2.tar.gz rust-4de7793425c6932caafe76070e0988d6afca0bc2.zip | |
Actually remove rust-analyzer.inlayHints.enable
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 60c827e31ab..cd0ad92d9a5 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -293,11 +293,6 @@ "default": null, "markdownDescription": "Environment variables passed to the runnable launched using `Test` or `Debug` lens or `rust-analyzer.run` command." }, - "rust-analyzer.inlayHints.enable": { - "type": "boolean", - "default": true, - "description": "Whether to show inlay hints." - }, "rust-analyzer.server.path": { "type": [ "null", |
