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

Incorrect sticky scrolling with TypeScript decorators #157969

Closed
yrtimiD opened this issue Aug 12, 2022 · 1 comment
Closed

Incorrect sticky scrolling with TypeScript decorators #157969

yrtimiD opened this issue Aug 12, 2022 · 1 comment

Comments

@yrtimiD
Copy link

yrtimiD commented Aug 12, 2022

Type: Bug

If a typescript class has a decorator, sticky scroll bar will show decorator instead of the class name.
for the next code:

@exampleDecorator
class TestClass {
   public run() {

   }
}

we get this:
image
while expected this:
image

VS Code version: Code 1.70.1 (6d9b74a, 2022-08-10T06:09:15.055Z)
OS version: Linux x64 5.4.0-122-generic

@yrtimiD
Copy link
Author

yrtimiD commented Aug 12, 2022

sorry, same issue was already mentioned in #157180

@yrtimiD yrtimiD closed this as completed Aug 12, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants