Skip to content

Commit ee6cdee

Browse files
committed
v1.15.0
1 parent 1041e47 commit ee6cdee

File tree

11 files changed

+31
-11
lines changed

11 files changed

+31
-11
lines changed

asconfigc/pom.xml

+1-1
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>1.15.0-SNAPSHOT</version>
25+
<version>1.15.0</version>
2626
</parent>
2727

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

check-java-version/pom.xml

+1-1
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>1.15.0-SNAPSHOT</version>
10+
<version>1.15.0</version>
1111
</parent>
1212

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

check-royale-version/pom.xml

+1-1
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>1.15.0-SNAPSHOT</version>
25+
<version>1.15.0</version>
2626
</parent>
2727

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

distribution/pom.xml

+1-1
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>1.15.0-SNAPSHOT</version>
25+
<version>1.15.0</version>
2626
</parent>
2727

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

distribution/src/assembly/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# ActionScript & MXML for Visual Studio Code Changelog
22

3+
## 1.15.0
4+
5+
### New Features
6+
7+
- Definition: Ctrl+Click on `return` keyword will go to the function declaration that it is contained within.
8+
9+
### Fixed Issues
10+
11+
- Completion: Fixed omitted identifier names that start with `$`.
12+
- Completion: Fixed import for symbol being incorrectly added if package it is from was already imported with `.*`.
13+
- Definition: Fixed `this` and `super` resolution sometimes failing.
14+
- General: Fix "A target file must be specified" in a multi-root workspace when using `mainClass` in _asconfig.json_.
15+
- General: Fix an intermittent failure to detect the bounds of certain multi-line comments.
16+
- Language Server: Fix crash when stdout is written to by the compiler or other dependencies. Redirects stdout to stderr.
17+
- Quick Compile: If commands are disabled, don't override the keybindings for Ctrl+Enter and Ctrl+Shift+Enter.
18+
19+
### Other Changes
20+
21+
- Dependencies: eclipse/lsp4j language server updated to v0.19.0.
22+
323
## 1.14.1
424

525
### Other Changes

language-server/pom.xml

+1-1
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>1.15.0-SNAPSHOT</version>
25+
<version>1.15.0</version>
2626
</parent>
2727

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

pom.xml

+1-1
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>1.15.0-SNAPSHOT</version>
23+
<version>1.15.0</version>
2424
<name>vscode-as3mxml</name>
2525
<packaging>pom</packaging>
2626

rcsh/pom.xml

+1-1
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>1.15.0-SNAPSHOT</version>
25+
<version>1.15.0</version>
2626
</parent>
2727

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

vscode-extension/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-as3mxml",
33
"displayName": "ActionScript & MXML",
44
"description": "Language support for ActionScript and MXML",
5-
"version": "1.15.0-SNAPSHOT",
5+
"version": "1.15.0",
66
"publisher": "bowlerhatllc",
77
"homepage": "https://as3mxml.com/",
88
"repository": {

vscode-extension/pom.xml

+1-1
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>1.15.0-SNAPSHOT</version>
25+
<version>1.15.0</version>
2626
</parent>
2727

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

0 commit comments

Comments
 (0)