TerminalFi / LSP-copilot

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

refactor: remove default when getting existing settings #42

Closed jfcherng closed 1 year ago

jfcherng commented 1 year ago

Since those settings must exist, there is no need to add default values. If they break, that means there are issues like typo in our codes.

Also renames get_settings to get_session_settings.