Skip to content

v1.14.0

Compare
Choose a tag to compare
@stkb stkb released this 15 Feb 08:28

VSCode-only release:

  • Make autoWrap.enabled a per-language setting; auto-wrap toggle command a
    per-document override. (#149)
  • Add Clojure, Common Lisp, Emacs Lisp, Scheme, and J (#246, #240)
  • Fix per-language settings sometimes not applying.
  • Declare as a UI extension so it doesn't have to be installed in the remote
    workspace (#231); fixes locally-installed language extensions not being found
    when used with remote workspaces (#201).
  • Add PostgreSQL (.p(g)sql)
  • Markdown: preserve line-breaks after <br(/)> (#223).