Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.43.1
Fix
- Intellisense doesn't work when importing yml file with variables #143 (
b19eea1
)
v0.43.0
Feature
- Support for importing
.json
files in RF 6.1 (0f84c4e
)
- Enable importing and completion of
.rest
, .rsrc
and .json
resource extensions (not parsing) (3df22dd
)
- Support for new RF 6.1
--parse-include
option for discovering and executing tests (607cf8d
)
Fix
- Correct highlightning
*** Tasks ***
and *** Settings ***
(c4cfdb9
)
- Hover over a tasks shows "task" in hint and not "test case" (
457f3ae
)
- Checks for robot version 6.1 (
e16f09c
)
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
)