vscode-rust
                                
                                 vscode-rust copied to clipboard
                                
                                    vscode-rust copied to clipboard
                            
                            
                            
                        Document filter in RLS too strict?
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?