Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular imports and auto completion #269

Closed
Chris-Schr opened this issue Mar 22, 2021 · 0 comments
Closed

Circular imports and auto completion #269

Chris-Schr opened this issue Mar 22, 2021 · 0 comments
Labels
bug Something isn't working robotframework-ls

Comments

@Chris-Schr
Copy link

Describe the bug
I am facing the problem that the autocompletion is not working anymore as soon as I have circular imports between robot files.
Robot itself still works and lets me execute my tests.

To Reproduce
Steps to reproduce the behavior:

  1. Import in one robot file from another robot file
  2. Import in the second robot file from the first robot file.

Expected behavior
See the screenshot for my setup. Even if it is not clean, as robot works, the lsp should also work.

Screenshots
image

Versions:

  • OS: Windows 10
  • Robot Framework Version: 3.2.1
  • Robot Framework Language Server Version: v0.10.0
  • Client Version: VSCode 1.54.3

Logs
Add the logs obtained when reproducing the issue.
See: https://github.com/robocorp/robotframework-lsp/blob/master/robotframework-ls/docs/reporting_issues.md for details on how to collect the logs.

@Chris-Schr Chris-Schr added bug Something isn't working robotframework-ls labels Mar 22, 2021
@fabioz fabioz closed this as completed in f3b1e36 Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working robotframework-ls
Projects
None yet
Development

No branches or pull requests

1 participant