Describe what happened:
When I join a live share session I am unable to get any intellisense autocomplete. It does not allow me to click through to the hosts files and I have to manually go to these files. I can see git changes and stage these but no type inference or any language features. Its almost like its not indexing the files.
What was your system configuration?
Product and Version [VS/VSCode]: 1.43.2
OS Version[macOS/Windows]: macOS 10.14.6
Live Share Extension Version: 1.0.1847
Target Platform or Language [e.g. Node.js]: Typescript
Steps to Reproduce / Scenario:
Please attach logs to this issue:
You can access them via the Live Share: Export Logs command from the command palette (ctrl + shift + p) and attach them to this issue
Screenshots
If applicable, add screenshots to help explain your problem.


No type inference on hover, no language features when trying to use autocomplete.
Debug.zip
We were experiencing this also. We had both the host and the guest revert to version 1.0.1783, and that got us our autocompletes back, so this was definitely introduced in 1.0.1847.
Thanks for reaching out and attaching your logs . We are investigating the issue and working on a fix. Once the fix is available , we will post an update.
Just tested a fix for this. Should have it out to you early next week. Thanks for reporting!
We were experiencing this also. We had both the host and the guest revert to version 1.0.1783, and that got us our autocompletes back, so this was definitely introduced in 1.0.1847.
Could you please tell how to revert back to version 1.0.1783 of live share? We also updated to 1.0.1847, and now all guests don't have autocomplete in a live session.
@Serenity1517 https://code.visualstudio.com/updates/v1_30#_install-previous-versions
@Serenity1517 https://code.visualstudio.com/updates/v1_30#_install-previous-versions
You're a life saver man, thanks.
Fixed in the latest release (1.0.1891). Thanks for your patience!