We’d like to get a new editor tooling release out. “Unfortunately”, we’ve got quite a lot of things and bug fixes for a new release that we’ll need your help in ensuring we haven’t regressed anything significant. A few exciting things, outside of bug fixes, that’ll be in this release:
It seems that upgrading the LSP related packages might have made the features on unsaved code (e.g. autocompete, or format on save) unreliable. Something to be checked.
Autocomplete did not work for me as well with the build from earlier today. The most current build fixed it.
I am using it on a project together with the new compiler alpha release, everything is working smoothly so far.
EDIT: Ok I found an issue: Errors on the problems tab go away sometimes, even though the error still exists. I think they get cleaned up too eagerly somewhere.
This did indeed end up being the root cause for the issues with formatting and autocomplete. Newest CI package should fix all of that, like @fham noted.
Note if you install the vsix and try to rollback by uninstalling and reinstalling 1.3.0, you may have to first delete the cached extension files before reinstalling or else things won’t work as you expect.