TerminalFi / LSP-copilot

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

refactor: replace data URL with ST's "res://..." #186

Closed jfcherng closed 4 months ago

jfcherng commented 4 months ago

lol... we don't need to encode base64 thing at all. We can just use res://Cache/LSP-copilot/avatar.png and res://Packages/LSP-copilot/plugin/assets/close.png in minihtml image src attribute.