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

Optional line directive #101

Conversation

smoothdeveloper
Copy link

add --skip-line-directives optional flag to fslex and fsyacc.

This is to work around colourization issue in VS in fsharp solution (dotnet/fsharp#6400)

The way it was done breaks syntax coloring in VS:

# 123 "file.name" // broken

vs

#line 123 "file.name" // fixed

see dotnet/fsharp#6400
This is to work around colourization issue in VS in fsharp solution (dotnet/fsharp#6400)
@cartermp
Copy link
Contributor

cartermp commented Apr 9, 2020

@smoothdeveloper I think I'll close this out, since the underlying issue in the F# compiler was resolved.

@cartermp cartermp closed this Apr 9, 2020
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.

2 participants