Skip to content

Commit

Permalink
chore(update): deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Nov 12, 2023
1 parent 48f9a47 commit eeb665d
Show file tree
Hide file tree
Showing 9 changed files with 2,002 additions and 1,431 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
"${workspaceFolder}/out/test/**/*.js",
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "npm: test-compile"
}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

### [1.8.4] -
- [Issue #274](https://github.com/prb28/vscode-amiga-assembly/issues/274) Error message in disassembly view

### [1.8.3] - 2023-03-24
- [Issue #262](https://github.com/prb28/vscode-amiga-assembly/issues/262) Link order cannot be set (Bug partly still present)

Expand Down
Loading

0 comments on commit eeb665d

Please sign in to comment.