Daniel Biehl
Daniel Biehl
Tried to implement the file language configuration so that no language bleeding into other files occurs. The 2 test cases that fail must be updated or removed.
- [x] Keywords - [x] Variables - [ ] #149
The working directory where RobotCode starts and searches the tests should be configurable.
try to investigate if it is possible to use variables like ${workspaceFolder} in settings or how to use launch configurations for setting up robotframework
```robot My Setup Run Tests ${EMPTY} core/test_suite_dir_with_init_file ${suite} = Get Test Suite Test Suite Dir With Init File ${subsuite_with_init} = Get Test Suite Sub Suite With Init File ${subsuite_without_init} =...
see https://robotframework.slack.com/archives/CM0J4A7R9/p1656164560599729
- [x] simple version, just show keywords, variables and maybe namespaces - [ ] parsed show completion correctly