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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Instead of creating a new issue I just wanted to add to this one. Similar to this issue, multiple line class inheritance is not being properly treated as expected. In the project that I'm working on, the original authors decided to put the parent class on the next line.
Notice how the 'BasicTurbulenceModel' parent class is not correctly highlighted:
Seems to be an issue of not correctly taking a newline into consideration.
On there I explain why the fix will be difficult. I will still work on a solution though. Hopefully at minimum there can be a fix that will prevent the styles being broken by the multiple lines.
From @tobbi on July 4, 2017 0:4
VSCode Version: Version 1.14.0-insider (1.14.0-insider)
cea00a71bef01a5ecbae39a8dd4f1bd08fd50c57
2017-07-03T11:01:02.438Z
OS Version: Mac OS X 10.12.5
Steps to Reproduce:
This changes when I put all of the parent classes in one line.
Reproduces without extensions: Yes
Copied from original issue: microsoft/vscode#30073
The text was updated successfully, but these errors were encountered: