You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since v0.94, aka this works with v0.93.1, robotcode stopped reporting ResourceAlreadyImported. I have tried a few of the diagnostics errors here
and they appeared to be ok, but I have not done an exhaustive test
Steps To Reproduce
Steps to reproduce the behavior:
Import the same resource file twice in a row
Observe no ResourceAlreadyImported
Also, when a duplicate resource exists, the control/command + click to go to the definition does not work. For non duplicate resource files, this works.
I'll continue to try to debug, but this appears to be a regression
Desktop (please complete the following information):
VS Code Version - 1.95.3
RobotCode Version - v0.94 and up
OS: both Win 11 and macOS Sequoia 15.1
Python Version - 3.12.7
RobotFramework Version - 7.1.1
robocop - 5.4.0
robotidy - 4.14.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Since v0.94, aka this works with v0.93.1,
robotcode
stopped reportingResourceAlreadyImported
. I have tried a few of the diagnostics errors hererobotcode/packages/robot/src/robotcode/robot/diagnostics/errors.py
Lines 7 to 42 in 6022e91
and they appeared to be ok, but I have not done an exhaustive test
Steps To Reproduce
Steps to reproduce the behavior:
ResourceAlreadyImported
I'll continue to try to debug, but this appears to be a regression
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: