Skip to content

102.8.0

Choose a tag to compare

@dummdidumm dummdidumm released this 11 Dec 13:58
· 1002 commits to master since this release
4862c8d
  • (feat) restart language server when tsconfig/jsconfig changed
  • (feat) prettier/emmet VS Code setting updates are now reflected in the LSP (#709)
  • (feat) option to disable emmet for html/css (#708, #677)
  • (fix) only search for imports to update when ts/js/svelte/json file paths changed
  • (fix) add part attribute (#703)
  • (fix) Fall back to any-type when a prop has no fallback value in JS (#697)
  • (fix) Transform if-blocks to ternaries. This way the TypeScript control flow will be broken in less instances of nested if-blocks (#619)