Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The issue with custom schemes in FileSystemProvider? #243140

Open
yyx1111 opened this issue Mar 11, 2025 · 3 comments
Open

The issue with custom schemes in FileSystemProvider? #243140

yyx1111 opened this issue Mar 11, 2025 · 3 comments
Assignees
Labels
file-io File I/O info-needed Issue requires more information from poster

Comments

@yyx1111
Copy link

yyx1111 commented Mar 11, 2025

The FileSystemProvider utilizes a custom scheme, but the language service is unable to perceive the workspace under these circumstances and is limited to single files, which can be somewhat perplexing during the development of extensions. Is there a method to resolve this issue, or are there existing alternative solutions that could address it?

@jrieken
Copy link
Member

jrieken commented Mar 11, 2025

but the language service is unable to perceive the workspace under these circumstances and is limited to single files

Sorry, I don't really understand what this means

@jrieken jrieken added info-needed Issue requires more information from poster file-io File I/O labels Mar 11, 2025
@yyx1111
Copy link
Author

yyx1111 commented Mar 11, 2025

For instance, when a FileSystemProvider offers access to folders and numerous files, the "Go to Definition" feature fails to navigate to other files within the FileSystemProvider or to definitions within dependency packages.

@jrieken
Copy link
Member

jrieken commented Mar 11, 2025

the "Go to Definition" feature fails to navigate to other files within the FileSystemProvider or to definitions within dependency package

That depends on the extension computing go to definition results but is independent of vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
file-io File I/O info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants