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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# ActionScript & MXML for Visual Studio Code Changelog
2
2
3
+
## 1.21.1
4
+
5
+
### Fixed Issues
6
+
7
+
- Build: Fixed detection of ANEs in `library-path` and `external-library-path` when _asconfig.json_ is not in the root of the workspace.
8
+
- Build: Fixed resolution of relative paths in `htmlTemplate` and `extends` when _asconfig.json_ is not in the root of the workspace.
9
+
- Hover: Fixed ASDoc code sample rendering when code block contains `@` symbol at the start of the line. Was incorrectly detected as an ASDoc tag instead of part of the code.
0 commit comments