You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New robotcode.robotidy.ignoreGitDir and robotcode.robotidy.config setting to set the config file for robotidy and to ignore git files if searching for config files for robotidy (a9e9c02)
Optimize/speedup searching of files, setting robotcode.workspace.excludePatterns now supports gitignore like patterns (d48b629)
Fix
Patched FileReader for discovery should respect accept_text (c654af5)
Reintroduce of updating the tests when typing (94053fc)
Test discovery now runs in a separate process with the robotcode discover command, this supports also prerunmodifiers and RF 6.1 custom parsers (ee5f0fb)
Fix
Some correction in completions for robotframework >= 6.1 (058e187)
langserver: Resolving variables as variable import arguments does not work correctly (a7ba998)
debugger: Refactored robotcode debugger to support debugging/running tests with robotcode's configurations and profiles, also command line tool changes. (69131e6)