Jack Cherng

Results 289 comments of Jack Cherng

This sounds rude but had you tried *exactly* what https://github.com/TerminalFi/LSP-copilot#setup said (especially, `1. Open any file.`)? Is there any error in the console?

It's a limitation of ST that you cannot select anything in a HTML sheet or in a phantom. https://github.com/sublimehq/sublime_text/issues/3471

It looks like the "model selecting" in VSCode is only for chat rather than completion?

Yeah we (me & @TerminalFi) are investigating https://www.npmjs.com/package/@github/copilot-language-server while at this moment LSP-copilot uses https://github.com/github/copilot.vim . In our tests, `@github/copilot-language-server` seems almost to be a drop-in replacement for the later...

@kraktus As a small note, this has been resolved in ST 4201 (private beta).

Hi @20Tauri , just a FYI. ST 4202 which replaces py38 with py313, has been released as private beta if you need it for test. I am looking forward to...

> Note that the 3.3 plugin host seems to be preserved. Users on version 4201+ will need to use the Sublime Text 3 release (python 3.3). Oh, that's an okay...

Hopefully get this fixed for the sake of consistency? Or disallow `window.new_file()` to use `scope:` form syntax.

> Providing hardcoded color codes via plugins seems very likely to not play well with all color schemes at the same time. I don't hardcode anything. Color codes are provided...