put init_id into ClientLsp.env
commitaf7a751075fc1ebaf735b77ec1429e531ac587f3
authorLucian Wischik <ljw@fb.com>
Thu, 23 Apr 2020 14:28:58 +0000 (23 07:28 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 23 Apr 2020 14:41:01 +0000 (23 07:41 -0700)
tree066ed7b7e34fec2fe556e056c4ec5dbc7e9ceaf2
parent5a58f8dfc54d366a95ce0ae5ed0ac623e63829c6
put init_id into ClientLsp.env

Summary: It's been bugging me that we store init_id separately from env. They both count as the immutable env that's needed by clientLsp, and so should be combined

Reviewed By: arxanas

Differential Revision: D21118050

fbshipit-source-id: 01c74a64472b129418896d34868b44df460f8870
hphp/hack/src/client/clientArgs.ml
hphp/hack/src/client/clientLsp.ml
hphp/hack/src/client/clientLsp.mli
hphp/hack/src/hh_client.ml