All notable changes to the "sas" extension will be documented in this file.
- Fixed an issue that sometimes caused the hover tooltip to display the macro signature multiple times (#3).
- Added an example of settings usage in a
settings.json
file (#2). - Fixed an issue that caused the extension to fail to initialise if settings were provided in an unexpected format.
- Macro definitions in autocall libraries are now cached for notably better performance with large libraries and/or slow filesystems.
- Refined README to better describe the extension. No functional changes.
- Added a hover provider for macro definitions, showing the signature (#1).
- Changed
${workspaceRoot}
to now expand into all workspace root paths for multi-root workspaces, not only the first root path.
- Added missing documentation for
${workspaceRoot}
variable substitution.
- Initial release.