You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The syntax highlighting with variables in interpolated strings seems to be messed up. I tried changing themes to see if that was the issue but it had no effect. Not sure if this is just how the design is or if it is a bug.
Steps to reproduce
See screenshots for example.
Expected behaviour
Screenshot of Jetbrains Rider interpolated string highlighting
Screenshots
Screenshot of VS code with Ionide for F# extension and Rider Dark Theme
VS code and dark modern theme
Machine info
OS: Windows 11 Pro Version 23H2 (OS Build 22631.4037)
.NET SDK version: 8.0.401
Ionide version: v7.21.0
The text was updated successfully, but these errors were encountered:
Can you invoke the "Inspect tokens and scopes" command from the palette and hover over the areas that aren't colorized (so {name}, \n, .Result, etc and see what tokens and scopes VSCode reports here? Ionide broadly just uses the scopes reported by the compiler, so if those areas aren't getting tagged correctly that could be a compiler bug.
I realized that with the dark modern the variables and \n are correct it's just the parentheses on methods and the .Result after those parentheses. I think that the others like the \n and variable names are a theme issue.
Describe the bug
The syntax highlighting with variables in interpolated strings seems to be messed up. I tried changing themes to see if that was the issue but it had no effect. Not sure if this is just how the design is or if it is a bug.
Steps to reproduce
See screenshots for example.
Expected behaviour
Screenshot of Jetbrains Rider interpolated string highlighting
Screenshots
Screenshot of VS code with Ionide for F# extension and Rider Dark Theme
VS code and dark modern theme
Machine info
The text was updated successfully, but these errors were encountered: