Skip to content

v0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ethall ethall released this 23 Sep 17:25
· 23 commits to master since this release
01ecb2a

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 and trigger.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

  1. Download the attached VSIX file.
  2. In Visual Studio Code select View->Extensions.
  3. The select the three horizontal dots in the upper right and choose Install from VSIX...
  4. Select the downloaded file.

Updating

  1. Uninstall your current version of the TSP extension.
  2. Fully restart Visual Studio Code (pressing Reload is insufficient).