vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Document filter in RLS too strict?

Open knopp opened this issue 4 years ago • 0 comments

I just noticed that once I navigate ot any file within rustlib the navigation is not available anymore. The reason seem to be the documentFilter in rls.ts that prevents the language client running on any file that's not within workspace.

When removing the filter navigation inside SDK works as expected. But I assume there might be other issues I'm not seeing? What's the reason for filter being this strict?

knopp avatar Jan 16 '21 15:01 knopp