Releases: nimblebun/tsc-language-server
Releases · nimblebun/tsc-language-server
v1.0.7
v1.0.6
Added
- Steam and KAGE text script commands
Changed
- Updated jrpc2
v1.0.5
Added
- Loose error checking support for event IDs and command arguments (https://docs.nimblebun.works/tscrc-json#setup-loose-checking)
Note: Enabling loose checking for arguments will require the argument separator to be a colon character :
and will not throw warnings if you have provided too many arguments to a command.
v0.1.4
Added
- Event symbols (outline and go-to-symbol in editors)
v0.1.3
Added
- Event folding
Fixed
- Fixed bug where a completion request won't throw an error even if it found one
v0.1.2
Fixed
- Bug that caused the diagnostics module to push null instead of empty array on no issues
v0.1.1
Added
- Added readme to the GitHub repository.
Changed
- Changed the configuration to match the new .tscrc.json spec.
v0.1.0
Initial working version.