Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 20, 2021
1 parent d1aaac3 commit fed55ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# SWF Debugger for Visual Studio Code Changelog

## v1.4.0

### Fixed Issues

- Launch: Fixed exceptions when trying to run launch configurations defined in _.code-workspace_ file instead of _launch.json_.

### Other Changes

- General: Switched references from vscode-nextgenas to vscode-as3mxml following extension ID change.

## v1.3.0

### New Features

- Launch: Install and launch an Adobe AIR app on the iOS Simulator in Xcode. Set the `platform` field in _launch.json_ to `"ios_simulator"`.
- Launch: Automatically provides debug configurations based on the contents your project's _asconfig.json_ file. Debugging is now possible without a _launch.json_ file.

### Fixed Issues:
### Fixed Issues

- Breakpoints: Fixed intermittent null reference exception when setting breakpoints.

Expand Down
2 changes: 1 addition & 1 deletion distribution/src/assembly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Depending on which language/framework builds the _.swf_ file, the steps to confi

### ActionScript and MXML

This extension offers tight integration with the [ActionScript & MXML langauge extension](https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-nextgenas). Many attributes in the workspace's _launch.json_ file can be omitted because they will be populated automatically based on the project's [_asconfig.json_](https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfig.json) file.
This extension offers tight integration with the [ActionScript & MXML langauge extension](https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-as3mxml). Many attributes in the workspace's _launch.json_ file can be omitted because they will be populated automatically based on the project's [_asconfig.json_](https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfig.json) file.

ActionScript & MXML projects built using any of the following SDKs or tools may be debugged using the SWF debug extension:

Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "1.4.0",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
Expand Down

0 comments on commit fed55ab

Please sign in to comment.