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

Support opening files from 'include' directive by adding DocumentLinkProvider #99

Merged
merged 4 commits into from
Apr 30, 2024

Conversation

mengqi92
Copy link
Contributor

This PR tries to address the issue #79 by adding a new DocumentLinkProvider to detect file links specified by include directive and provide them as clickable DocumentLinks.

Demo:
issue79-demo

Beancount-oneline & beancount conflicts

During testing, I've noticed the two languages specified in package.json beancount and beancount-oneline could have conflicts which could cause language providers (such as this DocumentLinkProvider) not working without changing the extension names of the beancount-oneline.

For the simplicity of this PR, I didn't fix it here, but I have opened another issue to track it.

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.

None yet

2 participants