TypeScript v3.9.2 Release Notes
Release Date: 2020-05-12 // almost 5 years ago-
๐ This release updates TypeScript to 3.9.2 and includes syntax highlighting fixes and updates for new language constructs.
- ๐ Correctly load Sublime settings in certain scenarios (#741, thanks to @aNickPlx)
- ๐ Correclty use
log.debug
instead ofprint
, which avoids emitting to the console (#742, thanks to @evandrocoan)
Previous changes from v3.8.2
-
๐ This release updates TypeScript to 3.8.2 and includes syntax highlighting fixes and updates for new language constructs.
โ Additionally, it contains the following fixes and improvements:
- ๐ Provides a
copy
link for hover tooltips (#724, thanks to @kylebebak) - ๐ Provides a more Sublime-like experience for tabbing through completions (#733, thanks to @matthandlersux)
- ๐ Correctly displays Signature Help when started from
subl
(#734, thanks to @adill) - Provides the
node_args
,tsserver_args
, andtsserver_env
options (#730, thanks to @mattbroussard)
- ๐ Provides a