-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use LSP support in HHVM 3.23+ #15
Comments
🎉 Been waiting for this. BTW is there a good way to know the version of |
PS. @PranayAgarwal I'd love to know -- what are you using it for? |
Hi @ljw1004, this is for the Hack extension for Visual Studio Code published at https://marketplace.visualstudio.com/items?itemName=pranayagarwal.vscode-hack. I want to selectively switch newer clients to use |
I just released v0.6.1 of the extension which has optional language server support. It is turned off by default for now, so if you're on HHVM 3.23+ add Logs go to the "Output" pane -> "Hack Language Server" source in the dropdown filter. If all goes well, I'll turn it on by default in a future version. |
Are there any twitter release announcments I can put out on @hacklang? :) |
FYI, Nuclide 0.275's switched over, with an opt-out in settings. |
Awesome, I'll set LSP as default for VS Code as well in the next version. |
This was enabled by default in a17cf92. |
in master,
hh_client lsp
gets you a vscode LSP serverif you're on mac, you can get a recent enough build of HHVM/hh_client by following facebookarchive/nuclide#1358 (comment)
The text was updated successfully, but these errors were encountered: