Skip to content

Commit

Permalink
Corrected version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Dec 6, 2023
1 parent f824dc5 commit cef9ecf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Changelog
# 2.6.1
- Fixed "CTRL+click" to follow link on macos for "Find labels with no Reference"
- Fixed an old bug in reduceLocations method.
- Cleanup

# 2.6.0
- Line comment prefix scope changed to 'application'. I.e. it is global to asm-code-lens and can be changed only in user settings.
- Added setting for push/pop pair matching.
- Fixed "CTRL+click" to follow link on macos for "Find labels with no Reference"
- Fixed an old bug in reduceLocations method.
- Cleanup

# 2.5.0
- Toggling of block comments (/* ... */) supported
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asm-code-lens",
"displayName": "ASM Code Lens",
"version": "2.6.1",
"version": "2.6.0",
"publisher": "maziac",
"description": "A language server that enables code lens, references, hover information, symbol renaming and the outline view for assembler files.",
"author": {
Expand Down
Binary file added releases/asm-code-lens-2.6.0.vsix
Binary file not shown.

0 comments on commit cef9ecf

Please sign in to comment.