Jack Cherng

Results 289 comments of Jack Cherng

> Hi, this bug still exists. What's the ETA for it being fixed? I dont think anything about ST has an ETA. ST staff lets you know when it has...

What do you mean? I don't think helix-editor uses Python as its plugin language.

You probably ask in a wrong repository. What you are interested in is probably https://github.com/github/copilot.vim , which contains a LSP server written in JS.

The LSP server itself doesn't dedicate to any editor. It's just a JS script. This repository is a client of it as a bridge between the server and Sublime Text.

> TODO: Fix line So there is either no cursor (which is supposed not to happen) or `view_` is wrong 🤔

Reproduceable steps would help if it's possible.

> > Reproduceable steps would help if it's possible. > > I will try, but the problem is, that I had been developing python script since morning and suddenly when...

I am not sure what's happening since copilot chat seems to just work on my side.

> right after i submitted that message, i tried again and it worked this time. I realized i was attempting to reference temporary code (not code saved in a file)....

> I've identified the issue. This line below fails if the view does not have a file on disk. > > [LSP-copilot/plugin/helpers.py](https://github.com/TerminalFi/LSP-copilot/blob/530359c6184592c77cb1f996a1b6eeb32430fa44/plugin/helpers.py#L199) > > Line 199 in [530359c](/TerminalFi/LSP-copilot/commit/530359c6184592c77cb1f996a1b6eeb32430fa44) > >...