Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 3, 2023
1 parent c5455c0 commit b602e67
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-swf-debug</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-swf-debug</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
7 changes: 7 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# SWF Debugger for Visual Studio Code Changelog

## v1.8.2

### Fixed Issues

- Evaluate: Catch more parsing exceptions when evaluating AS3 code in debugger.
- General: Redirected stdout in dependencies to stderr when using stdout/stdin for debug adapter protocol so that it doesn't send invalid protocol messages.

## v1.8.1

### Fixed Issues
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-swf-debug</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<name>vscode-swf-debug</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion swf-debug-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>vscode-swf-debug</artifactId>
<groupId>com.as3mxml.vscode</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-swf-debug",
"displayName": "Debugger for SWF",
"description": "Debug your SWF files in Adobe AIR or Flash Player",
"version": "1.8.1",
"version": "1.8.2",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-swf-debug</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down

0 comments on commit b602e67

Please sign in to comment.