v0.41.0
Feature
- New
robotcode.robotidy.ignoreGitDir
androbotcode.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
)