emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.04k stars 139 forks source link

An error appeared after the last update "lsp-ui.el:46:1:Error: Symbol’s value as variable is void: lsp-ui-resources-dir" #492

Closed marabunt closed 4 years ago

marabunt commented 4 years ago

An error appeared after the last update "lsp-ui.el:46:1:Error: Symbol’s value as variable is void: lsp-ui-resources-dir" Emacs 26.3

sebastiencs commented 4 years ago

@marabunt Thanks, it should be fixed with https://github.com/emacs-lsp/lsp-ui/commit/6b578f5872d9c47829dbf4a2d594bcb737dc0797

marabunt commented 4 years ago

Everything works, thank you