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

Only replace characters in parser if not in quotes #678

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

gcampbell-msft
Copy link
Collaborator

Adds a helper that determines if we're inside of a quote when attempting to replace strings with newline. This avoids situations where parsing breaks because it breaks up a quoted string.

Fixes #671

Testing vsix here:
makefile-tools.zip

Adds a helper that determines if we're inside of a quote when attempting
to replace strings with newline. This avoids situations where parsing
breaks because it breaks up a quoted string.
@gcampbell-msft gcampbell-msft enabled auto-merge (squash) December 11, 2024 20:36
@gcampbell-msft gcampbell-msft merged commit a2d2e66 into main Dec 11, 2024
3 checks passed
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.

Semicolon in single quotes causes dryruntarget to fail
2 participants