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
AS A Robocon Competitor
I WANT to have accurate intelisense
SO THAT I don't have to read docs
DONE IS:
A Python Language Server end point is running on both Arm and x86 shepherd
Autocomplete for the robot lib works
The version of monaco in sheep is running the newest possible (currently the version of the pyls prevents us updating this and monaco itself, and we want to be running the latest version of pyls to get the best possible completions.
Tests are written, the current version fails for unknown reasons, I want the new version to be much more resilient, I think the current failure might be around reconnecting to the socket but I am not really sure.
The text was updated successfully, but these errors were encountered:
AS A Robocon Competitor
I WANT to have accurate intelisense
SO THAT I don't have to read docs
DONE IS:
The text was updated successfully, but these errors were encountered: