Skip to content

v0.0.75

Compare
Choose a tag to compare
@zardoy zardoy released this 31 Jan 10:09
· 24 commits to develop since this release

✨ New Features

  • customizeEnabledFeatures to allow disable some TS language service features per file or globally (e.g. completions or diagnostics) 107ee06
  • print warning in logs if some operation tooks too much time 107ee06

🐛 Bug Fixes

  • significantly improve completions performance in heavy applications that use MUI (unoptimized Material-UI) by using cached diagnostics for not declared const variable names suggestions instead adee249
  • replace throw with console.error (#194)