This commit is contained in:
Ali Bektas 2024-01-18 12:09:23 +01:00
parent 507448652a
commit 21020919e3
3 changed files with 8 additions and 7 deletions

View file

@ -1503,8 +1503,8 @@
"default": false,
"type": "boolean"
},
"rust-analyzer.renameExternalItems.enable": {
"markdownDescription": "Allow renaming of items not belonging to any workspace crates.",
"rust-analyzer.rename.allowExternalItems": {
"markdownDescription": "Allow renaming of items not belonging to the loaded workspaces.",
"default": false,
"type": "boolean"
},