Hi all,
I am trying to get the most out of the VS Code Robot Framework Language Server extension but I seem to fail to set it up correctly. My problem is that robotframework can’t seem to find my resource and library files (Undefined keyword).
My folder structure is as follows:
I have followed the instructions here and set my python.pythonPath
to my Anaconda environment. robot.language-server.python
is pointing to that path too. Now I have tried to set the following to my robot.pythonpath
:
“\libraries”,
“\resources”,
“{workspaceFolder}\resources”,
“{workspaceFolder}\libraries”
But as you can see from my screenshot IntelliSense can not seem to find my resources. I am on Windows 10. I’m thankful for any advice.