-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ notes.md | |
*.vsix.zip | ||
.*/ | ||
assets/remote/ | ||
coverage/ | ||
**/coverage/ | ||
jest.config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,5 @@ | ||
<li><span class="changelog-badge changelog-badge-added">NEW</span> | ||
<br>Better support for list files.<br> | ||
- asm (source) files and list files are now treated separately.<br> | ||
- Labels/references between asm and list files are not mixed anymore.<br> | ||
- The syntax highlighting for list files has been improved. | ||
<br>Support for <a href="https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name">Open symbol by name</a>. | ||
</li> | ||
</li> | ||
|
||
<li> | ||
<span class="changelog-badge changelog-badge-changed">CHANGED</span> | ||
<br>The "asm-code-lens.includeFiles" setting was removed.<br> | ||
It is now determined by the file association if the file should be included. Add all files you want asm-code-lens to | ||
recognize into the "Assembler file" (for asm files) or "Assembler list file" (for list files) file association. | ||
</li> | ||
|
||
<li> | ||
<span class="changelog-badge changelog-badge-changed">CHANGED</span> | ||
<br>'Find Labels with no Reference' now only prints unused labels of the current workspace folder. | ||
</li> | ||
|
||
<li> | ||
<span class="changelog-badge changelog-badge-fixed">FIXED</span> | ||
<br>The problem matcher for sjasmplus ("$problem-matcher-sjasmplus") now supports both, absolute and relative, paths. | ||
</li> | ||
|
||
<li> | ||
<span class="changelog-badge changelog-badge-fixed">FIXED</span> | ||
<br>Multiroot: Each workspace folder and configuration works separately from the other. References from workspace folder A will not show up in workspace folder B. | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.