You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this functionality already exists but yesterday, Hashicorp updated terraform-ls to now interactively "Ask for init if current folder is empty root module" (hashicorp/terraform-ls#257). So unless terraform init has already been run, this causes VIM to "seemingly" hang on startup, as no keys respond except for the the 't' (to perform the init) or or to not.
You can see the dialog by setting COC_NO_PLUGINS=1 before running vim filename.tf.
It would be nice (for clarity) to be able to capture and display that interaction for an interactive key-press in a popup.
The text was updated successfully, but these errors were encountered:
bgmonroe
changed the title
Capture spawned language server interactions
Capture in popup any spawned language server interactivity
Dec 10, 2020
I'm not sure if this functionality already exists but yesterday, Hashicorp updated terraform-ls to now interactively "Ask for init if current folder is empty root module" (hashicorp/terraform-ls#257). So unless
terraform init
has already been run, this causes VIM to "seemingly" hang on startup, as no keys respond except for the the 't' (to perform the init) or or to not.You can see the dialog by setting
COC_NO_PLUGINS=1
before runningvim filename.tf
.It would be nice (for clarity) to be able to capture and display that interaction for an interactive key-press in a popup.
The text was updated successfully, but these errors were encountered: