File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,13 @@ https://github.com/admvx/as2-language-support
1313
1414## Release Notes
1515
16+ ### 1.3.1
17+ - Refresh dependencies and packages to match canonical vscode-lsp extension example
18+ - Fix superclass member completion bug
19+
1620### 1.3.0
17- - Adds hover and definition support for long-form class references ('import' and 'extends' statements)
18- - Fixes method signature identification inside array and object literals
21+ - Add hover and definition support for long-form class references ('import' and 'extends' statements)
22+ - Fix method signature identification inside array and object literals
1923
2024### 1.2.3
2125Fix bug with tracking of nested method signatures
Original file line number Diff line number Diff line change 66 "type" : " git" ,
77 "url" : " https://github.com/admvx/as2-language-support"
88 },
9- "version" : " 1.3.0 " ,
9+ "version" : " 1.3.1 " ,
1010 "author" : " Adam Vernon" ,
1111 "publisher" : " admvx" ,
1212 "icon" : " icon.png" ,
1515 " Programming Languages"
1616 ],
1717 "engines" : {
18- "vscode" : " ^1.36 .0"
18+ "vscode" : " ^1.45 .0"
1919 },
2020 "activationEvents" : [
2121 " onLanguage:actionscript" ,
You can’t perform that action at this time.
0 commit comments