All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support for objdump output with
--visualize-jumps
option (thanks to @LeoJhonSong).
- Various bugfixes from compiler-explorer upstream.
- Fix relative paths handling when detecting assembly-to-source relation.
${relativeFileDirname}
option in settings variables (to be compatible with https://github.com/microsoft/vscode-docs/blob/main/docs/editor/variables-reference.md). Old${relativeFileDir}
should not be used anymore, as it may be removed in future releases.- New
${fileWorkspaceFolder}
and${pathSeparator}
options in settings variables.
- Fix disappearing assembly output on project rebuild.
- Add extension icon.
- Adapt newest changes from Compiler Explorer assembly parser.
- New
${relativeFileDir}
option in settings variables.
- Fix wrong value of
${workspaceFolder}
and${relativeFile}
variables in associations setting.
- Fix broken path resolving on Windows.
- Extension display name and description.
First release.