Open kariharju opened 5 months ago
Issue by fabioz Wednesday Jan 12, 2022 at 15:04 GMT Originally opened as https://github.com/robocorp/robotframework-lsp/issues/536
To reproduce, create a robot which uses & and try to debug it (note, in this case, the workaround would be using AND instead of &, but we should still support &).
&
AND
tasks: Run t1 and t2: command: - python - -m - robot - --report - NONE - --outputdir - output - --logtitle - Task log - -i - t1&t2 - tasks.robot condaConfigFile: conda.yaml artifactsDir: output PATH: - . PYTHONPATH: - . ignoreFiles: - .gitignore
Issue by fabioz Wednesday Jan 12, 2022 at 15:04 GMT Originally opened as https://github.com/robocorp/robotframework-lsp/issues/536
To reproduce, create a robot which uses
&
and try to debug it (note, in this case, the workaround would be usingAND
instead of&
, but we should still support&
).