v0.4.1
Pre-release
Pre-release
Changelog
Changed
- Completions and signatures are now dynamically generated behind the scenes, resulting in a lower memory footprint. (#19)
Fixed
- Fixed document unregistration in
tspManager
if it lacked a shebang. (#19) - Corrected the completion label for
status.condition
. (#19) - Added missing
smu.interlock
andtrigger.model
2450 commands. (#20) - Removed unnecessary asterisk escapes. (#21)
- Gutted and replaced the signature detection system. The displayed parameter help should now more accurately reflect the current function call. (#26)
- Fixed partial completions not being displayed when the Trigger Suggest keyboard shortcut was used. (#28)
Instructions
Installing
- Download the attached VSIX file.
- In Visual Studio Code select View->Extensions.
- The select the three horizontal dots in the upper right and choose Install from VSIX...
- Select the downloaded file.
Updating
- Uninstall your current version of the TSP extension.
- Fully restart Visual Studio Code (pressing Reload is insufficient).