Issue Type: Bug
extenstions are not giving suggestions
Extension version: 1.4.0
VS Code version: Code 1.40.2 (f359dd69833dd8800b54d458f6d37ab7c78df520, 2019-11-25T14:54:45.096Z)
OS version: Windows_NT x64 10.0.18363
System Info
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i3-3227U CPU @ 1.90GHz (4 x 1896)|
|GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled|
|Load (avg)|undefined|
|Memory (System)|7.88GB (3.40GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|
This is not a very helpful issue to someone who is supposed to resolve your experience. I would suggest looking at some other issues in this repo and documenting what you tried and what you expected to happen. This is open source and people are only able to help if they are given a fair chance to make things better.
I believe that this is connected with this https://github.com/mauve/vscode-terraform/issues/211.
It's look like current version of LSP (0.0.10) use some very inefficient way to tokenize and parse terraform files. This is why it stuck (with 100% cpu usage) on "big" files (>50 lines, multiple resources) and can't prepare suggestions for user.
@Bozydarek can you check again, since that CPU usage issue is fixed(was due to a recursion bug)

I don't see any different. Is there any newer version then this:
$ ./terraform-lsp --version
v0.0.10, commit: 058c36f7fe4b68a7335cc63e066deebe3a3b238c, build on: 2020-02-17T14:32:20Z
@Bozydarek A) which os? and B) can you contact me in https://gitter.im/terraform-lsp/community (since then it will be easier for me to ask questions regarding the situation) ?
We just released v2.0.0-rc.1 of the extension. The main features include:
You can find additional information and specifics in the release notes and CHANGELOG.
With this release we expect that many of the prior issues and PRs are no longer relevant or have been addressed, and are therefore being closed. If you feel the action taken on an issue or PR is in error, please comment as such and we can figure out the appropriate way to address it.
We plan to add the final 2.0.0 release to the marketplace soon, but are actively seeking your feedback now on the release candidates. You can download the .vsix from the releases page and manually install it in VS Code to try it out.
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the context necessary to investigate further.
Most helpful comment
This is not a very helpful issue to someone who is supposed to resolve your experience. I would suggest looking at some other issues in this repo and documenting what you tried and what you expected to happen. This is open source and people are only able to help if they are given a fair chance to make things better.