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: distribution/src/assembly/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 0.5.1
2
+
3
+
* Fixed that hover and signature help did not work inside event added to the root element of an MXML component.
4
+
* Fixed issue where asconfig.json validation failed to warn if `files` field is missing for application (this field is still optional for a library).
5
+
* Fixed issue where searching by workspace symbol would throw error because some files were not opened in the editor.
6
+
* Fixed syntax highlighting for `/**/` being incorrectly detected as an asdoc comment, which caused the coloring to extend beyond the `*/` to the following lines.
7
+
* Fixed syntax highlighting of single line comments that start at end of the same line as a class, interface, or function declaration.
8
+
* Fixed issue where building the vscode-nextgenas extension from source would fail if Adobe dependencies were not already installed with Maven from another project, and updated the build instructions to use settings-template.xml.
9
+
1
10
## 0.5.0
2
11
3
12
* SDK version is listed in status bar and you can click it to open a helpful new SDK picker.
0 commit comments