systemetric / shepherd-2

A rewrite of shepherd
Apache License 2.0
4 stars 0 forks source link

PYLS #4

Open shardros opened 2 years ago

shardros commented 2 years ago

AS A Robocon Competitor I WANT to have accurate intelisense SO THAT I don't have to read docs DONE IS:

  1. A Python Language Server end point is running on both Arm and x86 shepherd
  2. Autocomplete for the robot lib works
  3. 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.
  4. 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.