Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.42.0
Feature
- Support for new
--parseinclude
option in robot config (6b84986
)
Fix
- Compatibility with Python 3.12 (
3ec4d23
)
- Resolving variable values in hover for RF 6.1 (
0acdd21
)
v0.41.0
Feature
- 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
)
v0.40.0
Feature
- Show argument infos for dynamic variables imports (
94b21fb
)
Fix
- Wrong values for command line vars (
3720109
)
v0.39.0
Feature
- New command
RobotCode: Select Execution Profiles
(78f5548
)
- Language server now is a robotcode cli plugin and can use config files and execution profiles (
12308bb
)
v0.38.0
Feature
- New command
discover tags
(a8fbb22
)
Fix
- Bring output console into view if robotcode discovery fails (
8bcc147
)
- Use dispose instead of stop to exit language server instances (
5aba99b
)
v0.37.1
Fix
- discover: Wrong filename in diagnostics message on update single document (
dee91c4
)
v0.37.0
Feature
- 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
)
v0.36.0
Feature
- Simple
discover all
command (a1d8b84
)
- Select run profiles in test explorer (
a7f8408
)
v0.35.0
Feature
- runner: Add
run
alias for robot
command in cli (9b782cc
)
Fix
- debug-launcher: Switch back to
stdio
communication, because this does not work on Windows with python <3.8 (6b0e96e
)
v0.34.1
Fix
- Some code scanning alerts (
61771f8
)