emacs-lsp / lsp-metals

lsp-mode :heart: metals
https://emacs-lsp.github.io/lsp-metals
GNU General Public License v3.0
58 stars 34 forks source link

Remove metals-model-refresh Handler #86

Open LaurenceWarne opened 1 year ago

LaurenceWarne commented 1 year ago

Hi, this PR removes metals-model-refresh handler as metals now supports workspace/codeLens/refresh, so the metals-model-refresh client command is deprecated (see https://github.com/scalameta/metals/blob/8488a02cbab8628b6bf990249bc5483badb705a1/metals/src/main/scala/scala/meta/internal/metals/ClientCommands.scala#L252).

Thanks!