From f304ab7423a82c9bdd9549a7d010089aa9d3fb76 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 19 Jul 2019 09:14:16 -0700 Subject: [PATCH] v0.21.0 --- asconfigc/pom.xml | 2 +- check-java-version/pom.xml | 2 +- check-royale-version/pom.xml | 2 +- distribution/pom.xml | 2 +- distribution/src/assembly/CHANGELOG.md | 20 ++++++++++++++++++++ language-server/pom.xml | 2 +- pom.xml | 2 +- rcsh/pom.xml | 2 +- swf-debugger/pom.xml | 2 +- 9 files changed, 28 insertions(+), 8 deletions(-) diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml index 462c18e83..f3948cdc9 100644 --- a/asconfigc/pom.xml +++ b/asconfigc/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.21.0-SNAPSHOT + 0.21.0 com.as3mxml.vscode diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml index 27dd09f7b..d6e27d2de 100644 --- a/check-java-version/pom.xml +++ b/check-java-version/pom.xml @@ -7,7 +7,7 @@ com.as3mxml.vscode vscode-as3mxml - 0.21.0-SNAPSHOT + 0.21.0 com.as3mxml.vscode diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml index f7c3f5548..49a918726 100644 --- a/check-royale-version/pom.xml +++ b/check-royale-version/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.21.0-SNAPSHOT + 0.21.0 com.as3mxml.vscode diff --git a/distribution/pom.xml b/distribution/pom.xml index 61ccabfd3..f5e74da26 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.21.0-SNAPSHOT + 0.21.0 com.as3mxml.vscode diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md index 9e15d2ee3..76312264e 100644 --- a/distribution/src/assembly/CHANGELOG.md +++ b/distribution/src/assembly/CHANGELOG.md @@ -1,3 +1,23 @@ +## v0.21.0 + +### New Features + +* Editor: Enabled partial code intelligence for open files that come from outside of the workspace's source path. This includes SDK framework classes, and *.as* and *.mxml* files that are opened when no workspace folder is open in Visual Studio Code. +* Settings: Added `as3mxml.problems.showFileOutsideSourcePath` setting to disable the informational message that is displayed when an open *.as* or *.mxml* file is not in the workspace's source path. + +### Fixed Issues + +* Code Actions: Fixed issue where a null reference exception could be thrown if the line number and indent could not be discovered. +* Completion: Fixed issue where completing a method incorrectly added `()` when the next character in the file is already `(`. +* Debugger: Fixed issue where port forwarding for connected devices was not cleaned up if the connection to the debugger times out. +* Syntax: Fixed issue where comments inside function signature parameters were not colored correctly. +* Syntax: Fixed issue where parameter types containing numbers were not colored correctly. + +### Other Changes + +* Build: Activating a "quick compile" command before the language server initializes now queues it up for later, instead of displaying an error message. After initialization, the queued compile command will be re-attempted. +* Language Server: Consolidated the `TextDocumentService` and `WorkspaceService` implementations into a single `ActionScriptServices` class. Custom language servers that extend the old `ActionScriptTextDocumentService` or `ActionScriptWorkspaceService` will need to extend the new class instead. + ## v0.20.0 ### New Features diff --git a/language-server/pom.xml b/language-server/pom.xml index a6f24ed17..2568642d1 100644 --- a/language-server/pom.xml +++ b/language-server/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.21.0-SNAPSHOT + 0.21.0 com.as3mxml.vscode diff --git a/pom.xml b/pom.xml index 378b7d9a2..8ab137019 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.21.0-SNAPSHOT + 0.21.0 vscode-as3mxml pom diff --git a/rcsh/pom.xml b/rcsh/pom.xml index d8ec6bced..6b067b50c 100644 --- a/rcsh/pom.xml +++ b/rcsh/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 0.21.0-SNAPSHOT + 0.21.0 com.as3mxml.vscode diff --git a/swf-debugger/pom.xml b/swf-debugger/pom.xml index 105029034..63f0065be 100644 --- a/swf-debugger/pom.xml +++ b/swf-debugger/pom.xml @@ -21,7 +21,7 @@ limitations under the License. vscode-as3mxml com.as3mxml.vscode - 0.21.0-SNAPSHOT + 0.21.0 com.as3mxml.vscode