Skip to content

v1.6.0

Compare
Choose a tag to compare
@ayame113 ayame113 released this 05 May 21:33
· 119 commits to main since this release
  • Auto config for Deno and Node.js
    • Toggle between Deno mode and Node.js mode with a one click.
    • You can freely combine the runtime (Deno or Node.js), linter (deno_lint or
      eslint), and formatter (deno_fmt or prettier).
  • fix bug when outline-view result was null (atom-community/atom-languageclient#150)