We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf69f98 commit a5e559eCopy full SHA for a5e559e
lsp-ui-sideline.el
@@ -368,7 +368,8 @@ CURRENT is non-nil when the point is on the symbol."
368
It loops on the symbols of the current line and request information
369
to the language server."
370
(lsp-ui-sideline--delete-ov)
371
- (when lsp--cur-workspace
+ (when (and lsp--cur-workspace
372
+ buffer-file-name)
373
(let ((eol (line-end-position))
374
(eob (buffer-end 1))
375
(bol (line-beginning-position))
0 commit comments