1
1
# Change Log
2
2
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.
4
4
5
5
## v0.55.1 (2023-09-06)
6
6
@@ -12,14 +12,14 @@ All notable changes to the "robotcode" extension will be documented in this file
12
12
13
13
### Feat
14
14
15
- - support for robocop 4.1.1 code descriptions
15
+ - ** langserver ** : support for robocop 4.1.1 code descriptions
16
16
- ** langserver** : better completion for variable imports
17
17
18
18
### Fix
19
19
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
23
23
24
24
### Refactor
25
25
@@ -39,13 +39,13 @@ All notable changes to the "robotcode" extension will be documented in this file
39
39
40
40
- ** langserver** : escape pipe symbols in keyword argument descriptions in hover
41
41
- ** vscode** : correct highligtning of keyword arguments
42
- - sorting of completion items on library imports
42
+ - ** langserver ** : sorting of completion items on library imports
43
43
44
44
## v0.54.1 (2023-09-02)
45
45
46
46
### Fix
47
47
48
- - disable html report for pytest
48
+ - ** build ** : disable html report for pytest
49
49
50
50
## v0.54.0 (2023-09-01)
51
51
@@ -92,7 +92,7 @@ All notable changes to the "robotcode" extension will be documented in this file
92
92
### Fix
93
93
94
94
- ** 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
96
96
97
97
### Refactor
98
98
0 commit comments