Andres Otarola

Results 12 comments of Andres Otarola

@lhiamgeek you can try it out by compiling this branch, I've been using it for a few days now and it is pretty solid! 👍🏼

I've been using this branch for the past month and I love it! Today I stumbled against a limitation of the current config scheme: I've been trying to use two...

@dahmc here it is: ```toml [language-server.typescript-lsp] command = "typescript-language-server" args = ["--stdio"] config = { provideFormatter = false } [language-server.efm-eslint] command = "efm-langserver" [language-server.efm-eslint.config] documentFormatting = true languages = {...

> I would suggest, we may need a more sophisticated language detection (also based on the roots as you suggest), and that this is handled as a different language, which...

We just hit this problem in my company and will also do the SDK workaround. Is this issue being actively worked on the serverless side?

I cannot get it to work probably cos it cannot find the key, how do you generate the ` ~/.config/github-copilot` folder?. I installed copilot on VSCode, signed in into github...

> I cannot get it to work probably cos it cannot find the key, how do you generate the ` ~/.config/github-copilot` folder?. > > I installed copilot on VSCode, signed...

> Thanks for the details, that was very helpful ! How can you make sure the lsp is working ? (Followed all the steps, ive only tried it for 5...

@happysalada (nice handler btw), so I'm not sure if what you are sharing is your whole config or not, but this is what I'd do with minimal steps to avoid...

> Thanks again for the help! > > I was missing the `--stdio` argument before, it still doesn't work. > > I took some additional steps > > * I've...