Can you open the settings dialog in vs code, search for pythonpath and check the robotcode setting for pythonpath in that dialog?
Just want to be sure that your ./ is really entered there.
You could also try adding . instead of ./
With Robot Framework Language Server you need to add absolut paths (means full paths) to the robot.pythonpath setting. The β.β is not enough. This is a bit weird because for calling robot on the command line you donβt need this.
And by the way: the robotframework language server extension is currently no longer being actively developed.