File tree 11 files changed +31
-11
lines changed
11 files changed +31
-11
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.15.0-SNAPSHOT </version >
25
+ <version >1.15.0</version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.as3mxml.vscode</groupId >
9
9
<artifactId >vscode-as3mxml</artifactId >
10
- <version >1.15.0-SNAPSHOT </version >
10
+ <version >1.15.0</version >
11
11
</parent >
12
12
13
13
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.15.0-SNAPSHOT </version >
25
+ <version >1.15.0</version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.15.0-SNAPSHOT </version >
25
+ <version >1.15.0</version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change 1
1
# ActionScript & MXML for Visual Studio Code Changelog
2
2
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
+
3
23
## 1.14.1
4
24
5
25
### Other Changes
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.15.0-SNAPSHOT </version >
25
+ <version >1.15.0</version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
<groupId >com.as3mxml.vscode</groupId >
22
22
<artifactId >vscode-as3mxml</artifactId >
23
- <version >1.15.0-SNAPSHOT </version >
23
+ <version >1.15.0</version >
24
24
<name >vscode-as3mxml</name >
25
25
<packaging >pom</packaging >
26
26
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.15.0-SNAPSHOT </version >
25
+ <version >1.15.0</version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-as3mxml" ,
3
3
"displayName" : " ActionScript & MXML" ,
4
4
"description" : " Language support for ActionScript and MXML" ,
5
- "version" : " 1.15.0-SNAPSHOT " ,
5
+ "version" : " 1.15.0" ,
6
6
"publisher" : " bowlerhatllc" ,
7
7
"homepage" : " https://as3mxml.com/" ,
8
8
"repository" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.15.0-SNAPSHOT </version >
25
+ <version >1.15.0</version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
You can’t perform that action at this time.
0 commit comments