Debugging vscode language server issues?

It sometimes happens that “go to definition” in VSCode julia is unable to do so. (The fault is usually my own; it often happens when I’ve reorganized my code without running tests.) Is it possible view debug/logging output from the julia extension in these cases, in order to better identify what the problem is?

1 Like

I recently asked a seemingly related question.