Closed phramusca closed 1 year ago
I have just tried on Linux and I have no issues there. The issue only occurs on Windows
Well, today, on Windows, I cleaned extension cache and restarted VS code, and now it works. I guess this was some caching issue ...
Hi. I have managed to setup "Robot Framework Language Server" extension for Visual Code to understand RemoteSwingLibrary
{ "robot.pythonpath": [ "C:\\xxxx\\SwingLibrary\\Lib\\remoteswinglibrary-2.3.2.jar" ] }
But, the
Start Application
and its aliasLaunch Application
(only ?) are not recognized, whereas others such asSelect Window
orPush Button
are (doc, completion...)Is this a bug or am I not configuring this the right way ? Note that:
robot --pythonpath Lib\remoteswinglibrary-2.3.2.jar .
and it works fineThanks