11# Change Log
22
3- All notable changes to the "robotcode" extension will be documented in this file.
3+ All notable changes to "robotcode" are documented in this file.
44
55## v0.55.1 (2023-09-06)
66
@@ -12,14 +12,14 @@ All notable changes to the "robotcode" extension will be documented in this file
1212
1313### Feat
1414
15- - support for robocop 4.1.1 code descriptions
15+ - ** langserver ** : support for robocop 4.1.1 code descriptions
1616- ** langserver** : better completion for variable imports
1717
1818### Fix
1919
20- - correct handling of @ variable and & dictionary arguments in signature help and completion
21- - don't complete arguments for run keywords
22- - update of RobotCode icon in status bar when Python environment is changed
20+ - ** langserver ** : correct handling of @ variable and & dictionary arguments in signature help and completion
21+ - ** langserver ** : don't complete arguments for run keywords
22+ - ** vscode ** : update of RobotCode icon in status bar when Python environment is changed
2323
2424### Refactor
2525
@@ -39,13 +39,13 @@ All notable changes to the "robotcode" extension will be documented in this file
3939
4040- ** langserver** : escape pipe symbols in keyword argument descriptions in hover
4141- ** vscode** : correct highligtning of keyword arguments
42- - sorting of completion items on library imports
42+ - ** langserver ** : sorting of completion items on library imports
4343
4444## v0.54.1 (2023-09-02)
4545
4646### Fix
4747
48- - disable html report for pytest
48+ - ** build ** : disable html report for pytest
4949
5050## v0.54.0 (2023-09-01)
5151
@@ -92,7 +92,7 @@ All notable changes to the "robotcode" extension will be documented in this file
9292### Fix
9393
9494- ** langserver** : correct highlighting of keyword arguments with default value
95- - correct hovering, goto, etc. for if/else if/inline if statements
95+ - ** langserver ** : correct hovering, goto, etc. for if/else if/inline if statements
9696
9797### Refactor
9898
0 commit comments