robocorp / robotframework-lsp

Robocorp extensions for VS Code: Robocorp Code and RFW LSP
https://robocorp.com/docs/developer-tools/visual-studio-code
Apache License 2.0
201 stars 91 forks source link

Robot Language server no longer autocompletes #989

Open rleblanc01 opened 10 months ago

rleblanc01 commented 10 months ago

**Describe the bug Robot LS suddenly stopped autocompleting on VScode. This was working fine and stopped working suddenly. I have provided a file with the output error I was receiving from VSCode. Expected behavior** Autocomplete works when typing commands or partial typing and pressing Ctrl+ C

Versions:

Logs Add the logs obtained when reproducing the issue. robot framework error.txt

See: https://github.com/robocorp/robotframework-lsp/blob/master/robotframework-ls/docs/reporting_issues.md for details on how to collect the logs. robotframework_ls.lsp.75520.log

rleblanc01 commented 10 months ago

I did verify that disabling the official LS extension and using a 3rd party Robo Code extension does resolve this issue. Disabling Robo Code and enabling the Robot Language server and the issue returns.