TerminalFi / LSP-copilot

GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.
625 stars 25 forks source link

Allow for passing custom CSS to modify popup #176

Closed TerminalFi closed 2 days ago

TerminalFi commented 6 days ago

Potentially solves #117 But maybe we don't store in view settings and we rather just pass in session to allow grabbing settings

jfcherng commented 5 days ago

Another way to do that is letting the user to create a CSS file and we load/pass it into the Jinja template.

Pros

Cons

TerminalFi commented 4 days ago

Yes, we could do that as well, I would think we need to make it very user friendly to know how to do that.

Do you have any opinions?

jfcherng commented 3 days ago

I think using files are better. We can create menu for editing them.

jfcherng commented 2 days ago

Another way to do that is letting the user to create a CSS file and we load/pass it into the Jinja template.

Done in https://github.com/TerminalFi/LSP-copilot/pull/178