tomi / vscode-rf-language-server

VSCode extension to support Robot Framework development
MIT License
53 stars 36 forks source link

Question: How to configure custom Keywords get understood by the Extension ? #108

Open dschiller opened 2 years ago

dschiller commented 2 years ago

Not sure how to interpret this error:

Screenshot 2022-08-23 at 20 04 47

The script by itself is running without any issues. Just the linting is broken / shows errors. The TestPerformance.robot file is located here Tests/Projects/TestApp/Performance/TestPerformance.robot The test will be executed from the root folder of the VSCode project.

In order to execute the test I do this:

current_dir=$(pwd)
export PYTHONPATH=$current_dir

Is there any setting for VSCode / RobotFramework Extension to set this folder as well ?

Any ideas welcome.