diff options
| author | PaulDotSH <84643540+PaulDotSH@users.noreply.github.com> | 2024-07-23 03:27:28 -0400 |
|---|---|---|
| committer | PaulDotSH <84643540+PaulDotSH@users.noreply.github.com> | 2024-07-23 03:27:28 -0400 |
| commit | fdbd9bee574746f4a3d9a2be31f332c9a8a38a62 (patch) | |
| tree | bb4f8d003c17de57990aa64f14d9c8b2fb16fbd7 /src/tools/rust-analyzer/editors/code | |
| parent | 28b8c2443bdbe206b65df5a69923a918c2e6b9f6 (diff) | |
Remove lens.forceCustomCommands config
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 575033a5886..eee4fe3706d 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -2141,16 +2141,6 @@ { "title": "lens", "properties": { - "rust-analyzer.lens.forceCustomCommands": { - "markdownDescription": "Internal config: use custom client-side commands even when the\nclient doesn't set the corresponding capability.", - "default": true, - "type": "boolean" - } - } - }, - { - "title": "lens", - "properties": { "rust-analyzer.lens.implementations.enable": { "markdownDescription": "Whether to show `Implementations` lens. Only applies when\n`#rust-analyzer.lens.enable#` is set.", "default": true, |
