Radek Simko

Results 258 comments of Radek Simko

@predragnikolic That is a reasonable conclusion to draw from there - if it is applied to notifications **in general**. I am not proposing for the client to wait for _any_...

And when I say wait I mean wait ~subsecond after sending the notification with a timeout - it still seems reasonable to SIGKILL a server which didn't shut itself down...

Oh, interesting 👀 , I must have missed that while reading through what _appeared to be relevant code_ here https://github.com/sublimelsp/LSP/blob/988cd021827b45e78526fb9aa71fd2b34d7dfe41/boot.py#L175-L176 https://github.com/sublimelsp/LSP/blob/988cd021827b45e78526fb9aa71fd2b34d7dfe41/plugin/core/transports.py#L224-L236 I do not believe this is happening but I'm...

I see, FWIW I was able to reproduce this on Darwin by closing the window via `Cmd+W` (i.e. _not_ `Cmd+Q`), so I'm assuming ST app still somehow treats this as...

Even in case of the 3 second timeout after closing last relevant tab it doesn't seem to shut down the server gracefully: ``` 2021/05/11 19:36:02 server.go:266: Checking request for "textDocument/didClose":...

I agree that the UX of `goenv install` silently failing is not great, but for M1 (Apple Silicon) `darwin/arm64` support was not officially introduced until Go 1.17, so it makes...

Hi @MPV 👋🏻 As you may be aware, the default `terraform plan` output is designed to be human readable, as such it comes without any stability guarantees. While maintaining highlighting...

FYI This is available in the language server, which can be used alongside this plugin: https://github.com/hashicorp/terraform-ls See https://github.com/sublimelsp/LSP and https://github.com/hashicorp/terraform-ls/blob/main/docs/USAGE.md#sublime-text-2 You may also need to configure the auto-formatting on-save via...

I posted more context (a longer explanation of _why_) in that issue. The grammar currently in use seems to be designed to only handle `*.tf` files https://github.com/alexlouden/Terraform.tmLanguage/blob/54d8350c3c5929c921ea7561c932aa15e7d96c48/Terraform.tmLanguage#L76 However I think...

> I could prepare a PR to handle that but have one concern/question. The *.tmLanguage format is obsolete in ST3/4. Would that cause any particular problems to users of ST3/4...