From fa7d0670488ab114559d6d90ee2f3fd41134b92e Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 11 Dec 2020 10:30:25 -0800 Subject: [PATCH] v1.5.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 | 13 +++++++++++++ language-server/pom.xml | 2 +- pom.xml | 2 +- rcsh/pom.xml | 2 +- vscode-extension/package-lock.json | 2 +- vscode-extension/package.json | 2 +- vscode-extension/pom.xml | 2 +- 11 files changed, 23 insertions(+), 10 deletions(-) diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml index 7c0448acb..039eb5187 100644 --- a/asconfigc/pom.xml +++ b/asconfigc/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.5.0-SNAPSHOT + 1.5.0 com.as3mxml.vscode diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml index a3ac9709e..704a7bc8d 100644 --- a/check-java-version/pom.xml +++ b/check-java-version/pom.xml @@ -7,7 +7,7 @@ com.as3mxml.vscode vscode-as3mxml - 1.5.0-SNAPSHOT + 1.5.0 com.as3mxml.vscode diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml index cad0e2c74..7cefc40c9 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 - 1.5.0-SNAPSHOT + 1.5.0 com.as3mxml.vscode diff --git a/distribution/pom.xml b/distribution/pom.xml index 82929798a..d04f41883 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.5.0-SNAPSHOT + 1.5.0 com.as3mxml.vscode diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md index a308e838a..98326dc2c 100644 --- a/distribution/src/assembly/CHANGELOG.md +++ b/distribution/src/assembly/CHANGELOG.md @@ -1,5 +1,18 @@ # ActionScript & MXML for Visual Studio Code Changelog +## v1.5.0 + +### New Features + +- Build: The `additionalOptions` field in _asconfig.json_ files may optionally be specified as an array of strings, instead of a single string. +- Settings: A new `as3mxml.languageServer.concurrentRequests` setting may be set to `false` to disable spawning a thread for each request to the ActionScript & MXML code intelligence. This may result in a more stable environment, in some cases. +- Views: The ActionScript Source Paths view now displays source paths for all open projects (not just the first). + +### Fixed Issues + +- General: Fixed issue where source files on case-insensitive file systems might not be associated with the correct project, resulting in limited code intelligence. +- Problems: Fixed issue where some errors were not displayed if certain compiler options were misconfigured. + ## v1.4.0 ### New Features diff --git a/language-server/pom.xml b/language-server/pom.xml index 9d667710a..51f897a29 100644 --- a/language-server/pom.xml +++ b/language-server/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.5.0-SNAPSHOT + 1.5.0 com.as3mxml.vscode diff --git a/pom.xml b/pom.xml index 3b56af206..29ef4a49f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.5.0-SNAPSHOT + 1.5.0 vscode-as3mxml pom diff --git a/rcsh/pom.xml b/rcsh/pom.xml index 10fc7f4d3..c45844b86 100644 --- a/rcsh/pom.xml +++ b/rcsh/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.5.0-SNAPSHOT + 1.5.0 com.as3mxml.vscode diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json index d4a2e10e7..db721e4a1 100644 --- a/vscode-extension/package-lock.json +++ b/vscode-extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-nextgenas", - "version": "1.5.0-SNAPSHOT", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 3cad23fc4..c57cfb392 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "vscode-nextgenas", "displayName": "ActionScript & MXML", "description": "Language support for ActionScript and MXML", - "version": "1.5.0-SNAPSHOT", + "version": "1.5.0", "publisher": "bowlerhatllc", "homepage": "https://as3mxml.com/", "repository": { diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml index 51130617e..f83b7d0ba 100644 --- a/vscode-extension/pom.xml +++ b/vscode-extension/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.5.0-SNAPSHOT + 1.5.0 com.as3mxml.vscode