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

Fix wrong insert position for auto-generated code snippets #83

Merged
merged 4 commits into from
Jan 3, 2021

Conversation

davelopez
Copy link
Collaborator

This PR fixes #82 by using the unexpanded tool document to calculate the insert position inside the document.

An improvement for the auto-generation of the <command> section that takes into account the CDATA block has been added. This will include (or omit) the CDATA block in the resulting snippet as needed.

@davelopez davelopez added bug Something isn't working language server Related to the language server labels Jan 2, 2021
@davelopez davelopez added this to the v0.3.1 milestone Jan 2, 2021
@bgruening
Copy link
Member

Thanks David!

@davelopez davelopez merged commit aa02a1d into master Jan 3, 2021
@davelopez davelopez deleted the fix-#82 branch January 3, 2021 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working language server Related to the language server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong insert position for auto-generated code when using macros
2 participants