Skip to content

Commit 4e6b8ae

Browse files
committed
v0.17.2
1 parent 66ee159 commit 4e6b8ae

File tree

12 files changed

+20
-11
lines changed

12 files changed

+20
-11
lines changed

asconfigc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>0.17.1</version>
25+
<version>0.17.2</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

check-java-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.as3mxml.vscode</groupId>
99
<artifactId>vscode-as3mxml</artifactId>
10-
<version>0.17.1</version>
10+
<version>0.17.2</version>
1111
</parent>
1212

1313
<groupId>com.as3mxml.vscode</groupId>

check-royale-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>0.17.1</version>
25+
<version>0.17.2</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>0.17.1</version>
25+
<version>0.17.2</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/src/assembly/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.17.2
2+
3+
### Fixed Issues
4+
5+
* Build: Fixed issue where multiple values in the `include-classes` compiler option were not passed to the compiler correctly.
6+
* Build: Fixed issue where formatting perfectly valid options in `additionalOptions` in a certain way could cause compiles to fail.
7+
* Completion: Fixed issue where ActionScript imports added in MXML were added to the beginning of the file when it contains no `<fx:Script>` element yet.
8+
* General: Fixed issue where code intelligence might hang with if certain invalid compiler options are specified. On startup, the issue caused the "Initializing ActionScript & MXML language server..." message in the status bar to get stuck.
9+
110
## v0.17.1
211

312
### Fixed Issues

language-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>0.17.1</version>
25+
<version>0.17.2</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
<groupId>com.as3mxml.vscode</groupId>
2222
<artifactId>vscode-as3mxml</artifactId>
23-
<version>0.17.1</version>
23+
<version>0.17.2</version>
2424
<name>vscode-as3mxml</name>
2525
<packaging>pom</packaging>
2626

rcsh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-as3mxml</artifactId>
25-
<version>0.17.1</version>
25+
<version>0.17.2</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

swf-debugger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>vscode-as3mxml</artifactId>
2323
<groupId>com.as3mxml.vscode</groupId>
24-
<version>0.17.1</version>
24+
<version>0.17.2</version>
2525
</parent>
2626

2727
<groupId>com.as3mxml.vscode</groupId>

vscode-extension/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)