-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Is your feature request related to a problem? Please describe.
No. I am new to using the Robot Framework Language Server plugin to VSCode, so I am wondering if a feature is available.
Describe the solution you'd like
Our project uses a Docker container that has Python 3.12 + Robot Framework + a bunch of other needed python libraries to run our Robot tests. This allows easy access for developer so that they can run robot tests without having to install a specific python + Robot Framework + whatever other libraries. Can the RFLS be configured to connect to the Docker container in order to debug a running robot test?
Describe alternatives you've considered
I haven't tried any alternatives yet. I wanted to ask the initial question to see if what I am asking for is possible.