Skip to content

Commit aa719f3

Browse files
committed
v1.1.0
1 parent 0668b0d commit aa719f3

File tree

11 files changed

+26
-10
lines changed

11 files changed

+26
-10
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>1.1.0-SNAPSHOT</version>
25+
<version>1.1.0</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>1.1.0-SNAPSHOT</version>
10+
<version>1.1.0</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>1.1.0-SNAPSHOT</version>
25+
<version>1.1.0</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>1.1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
</parent>
2727

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

distribution/src/assembly/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# ActionScript & MXML for Visual Studio Code Changelog
22

3+
## v1.1.0
4+
5+
### New Features
6+
7+
- Project: Added the `defaults-css-files` compiler option to _asconfig.json_.
8+
9+
### Fixed Issues
10+
11+
- Build: Fixed issue where Adobe AIR files copied into the debug folder did not have the same relative paths as they would when packaging the final application.
12+
- Completion: Fixed issue where completing a property in MXML as a child tag with an existing prefix would incorrectly omit the same prefix from the closing tag.
13+
14+
### Other Changes
15+
16+
- Problems: When the _as3mxml.sdk.framework_ setting is empty, and no SDKs are automatically detected from the environment, the extension no longer displays a pop-up error notification. Instead, the message appears in the problems view when an _.as_ or _.mxml_ file is open, or if an _asconfig.json_ file is present at the root of the workspace.
17+
- Tasks: The extension does not automatically activate when a full list of tasks is requested by VSCode. However, tasks will be provided if the extension is activated in another way, such as when the workspace contains _asconfig.json_ or when an _.as_ or _.mxml_ file is open in an editor.
18+
319
## v1.0.0
420

521
### New Features

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

2828
<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.

vscode-extension/package.json

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

0 commit comments

Comments
 (0)