Skip to content

v0.6.0

Compare
Choose a tag to compare
@PranayAgarwal PranayAgarwal released this 19 Nov 23:24
· 180 commits to master since this release
  • Experimental Language Server support:
    • If you are running HHVM 3.23 or later, add "hack.useLanguageServer": true to your workspace config to start hh_client in Language Server mode (see #15 for more context).
  • Support for running against a containerized Hack typecheck server (see Docker section in README). Thanks @beatscode!
  • Fixed #13 - Running formatter removes last line of file if there is no trailing newline. Thanks @beefsack!
  • Updated Hack language grammar to latest version.
  • Development changes:
    • Bumped up minimum supported VS Code engine version to 1.15.0 for better extension API compatibility.
    • Project is now compiled in TypeScript strict mode.