When a Robot Framework resource file is renamed or moved, existing Resource imports should be updated automatically across the workspace.
If resources/common.resource is renamed to resources/shared.resource or moved to another folder, all affected Resource imports should be adjusted accordingly.
This should work for resource files with both:
.resource
.robot (when used as resource files)
Expected behavior
- Renaming a resource file updates all statically resolvable
Resource imports that reference it
- Moving a resource file updates all statically resolvable
Resource imports that reference it
- The update works across the workspace
When a Robot Framework resource file is renamed or moved, existing
Resourceimports should be updated automatically across the workspace.If
resources/common.resourceis renamed toresources/shared.resourceor moved to another folder, all affectedResourceimports should be adjusted accordingly.This should work for resource files with both:
.resource.robot(when used as resource files)Expected behavior
Resourceimports that reference itResourceimports that reference it