You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
40
### Fixed
41
41
42
42
- Variable declarations in For loops was ignored (issue #50)
43
-
- Invalid document links was created on include statements that failed to resove
43
+
- Invalid document links was created on include statements that failed to resolve
44
44
45
45
## [1.6.0] - 2024-07-31
46
46
@@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
66
67
67
### Fixed
68
68
69
-
- Variable declaration lookup would think the variable was witin a function scope of a included script, if it was within the same number of lines as the function declaration (issue #43)
69
+
- Variable declaration lookup would think the variable was within a function scope of a included script, if it was within the same number of lines as the function declaration (issue #43)
70
70
- Error message when hovering on a function declaration with no previous sibling elements.
71
71
72
72
## [1.4.0] - 2024-02-28
@@ -103,7 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
103
### Fixed
104
104
105
105
- Syntax highlight for hexadecimal numbers not working when using uppercase X. (issue #40)
106
-
- Syntax highlight for double, integer, hex and scientific notation litterals, most notably, in regards to leading posetive or negative value indicator.
106
+
- Syntax highlight for double, integer, hex and scientific notation literals, most notably, in regards to leading positive or negative value indicator.
107
107
- Missing link to Appendix of possible values in hover text for relevant macros: @KBLayout, @MUILang and @OSLang
108
108
109
109
### Changed
@@ -132,7 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132
132
133
133
### Fixed
134
134
135
-
- Fixed issue with suggestion from includes would stop working seemlingly randomly (issue #22)
135
+
- Fixed issue with suggestion from includes would stop working seemingly randomly (issue #22)
136
136
- Fixed issue where include statements would fail on new files not existing on disk with: Request textDocument/documentLink failed. (issue #8)
137
137
138
138
## [1.2.1] - 2023-02-11
@@ -144,8 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144
144
### Fixed
145
145
146
146
- Fixed issue with resolving IncludeStatement document links for Standard library files (issue #19)
147
-
- Fixed include statement document link position broken if immidialy followed by a single line comment (issue #16)
148
-
- Fixed issue where all builtin suggestions types were marked as functions
147
+
- Fixed include statement document link position broken if immediately followed by a single line comment (issue #16)
148
+
- Fixed issue where all built-in suggestions types were marked as functions
149
149
- Fixed issue with keywords not included in completion suggestions (issue #20)
150
150
- Fixed issue function and variables suggestions from included files not shown (issue #18)
151
151
@@ -170,7 +170,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
170
### Fixed
171
171
172
172
- Fixed issue with RedimExpression throwing an not implemented error
173
-
- Fixed issue where some parts of the au3 AST were not accessable, when iterating the tree.
173
+
- Fixed issue where some parts of the au3 AST were not accessible, when iterating the tree.
174
174
- Fixed au3 hover support within functions (issue #7)
175
175
- Fixed issue caused by the au3 `Default` keyword
176
176
- Fixed issue where resolving uri from installDir setting did not work
0 commit comments