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

Workspace symbol null on custom annotations #818

Closed
cedbesafilm opened this issue Aug 24, 2022 · 2 comments
Closed

Workspace symbol null on custom annotations #818

cedbesafilm opened this issue Aug 24, 2022 · 2 comments
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode status: in-progress theme: spring index & symbols type: bug

Comments

@cedbesafilm
Copy link

Describe the bug
Once a custom annotation has been created, is set as null in workspace symbols

To Reproduce
Create custom annotation

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface PersistenceAdapter {

  @AliasFor(annotation = Component.class)
  String value() default "";

}

Search for symbol in workspace

image

microsoft/vscode-spring-boot-dashboard#207

@martinlippert
Copy link
Member

Thanks @cedbesafilm for reporting this, will work on a fix for the next release.

@martinlippert
Copy link
Member

Fixed via bd34877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode status: in-progress theme: spring index & symbols type: bug
Projects
None yet
Development

No branches or pull requests

2 participants