MarketSquare / remoteswinglibrary

RemoteSwingLibrary
Apache License 2.0
31 stars 39 forks source link

Visual Code #112

Closed phramusca closed 1 year ago

phramusca commented 1 year ago

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 alias Launch Application (only ?) are not recognized, whereas others such as Select Window or Push Button are (doc, completion...)

Is this a bug or am I not configuring this the right way ? Note that:

Thanks

phramusca commented 1 year ago

I have just tried on Linux and I have no issues there. The issue only occurs on Windows

phramusca commented 1 year ago

Well, today, on Windows, I cleaned extension cache and restarted VS code, and now it works. I guess this was some caching issue ...