Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 2ace756999..58b7da921a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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" }, |