Skip to content

Commit dc71f0e

Browse files
committed
docs: fix some comments in changelog and add some more todos
1 parent 8bae96c commit dc71f0e

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

Diff for: CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

Diff for: docs/get_started/faq.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Frequetly Asked Questions
2+
3+
TODO

Diff for: docs/get_started/quickstart.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
- [ ] How to setup a robotframework project with RobotCode
44
- [ ] Create Virtual Environment
55
- [ ] install robotframework
6-
- install additional tools
7-
- robotframework-robocop
8-
- robotframework-tidy
9-
- create your first suite/test
10-
- run your first test
6+
- [ ] install additional tools
7+
- [ ] robotframework-robocop
8+
- [ ] robotframework-tidy
9+
- [ ] create your first suite/test
10+
- [ ] run your first test
1111

12-
- configure your robotframework project
13-
- default settings in robot.toml
12+
- [ ] configure your robotframework project
13+
- [ ] default settings in robot.toml
1414
- python-path = ["resources", "lib"]
1515
- output-dir = "reports"

0 commit comments

Comments
 (0)