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

Improved URI handling for virtual FS #1409

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

riccardoferretti
Copy link
Collaborator

@riccardoferretti riccardoferretti commented Nov 8, 2024

Fixes #1404

Based on what I mentioned in the ticket, the approach I went for was to never leave the "uri space" of the workspace folder.
This fixes the loading of the resources, the graph and the creation of notes in my environment.
Can you please check it makes sense to you and it works on your system as well?

@pderaaij
Copy link
Collaborator

Looks good to me. Better solution indeed.

I only needed to add the { language: 'markdown', scheme: 'vscode-vfs' } config to the mdDocSelector. Otherwise the hover completion doesn't work. But, with this change. It worked perfectly.

@riccardoferretti riccardoferretti merged commit e7ee143 into master Nov 12, 2024
3 checks passed
@riccardoferretti riccardoferretti deleted the feature/improve-vsfs-handling branch November 12, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error creating file in .dev version: No file system handle registered
2 participants