Skip to content

Double vision of toplevel definition in VSCode #6208

Closed
@abgruszecki

Description

@abgruszecki

Opening VSCode on BryanAbate@da2e2fa and navigating to tastydoc/src/dotty/tastydoc/printer.scala will show a bunch of errors like the one below:

cannot merge
  method formatToMarkdown in package tastydoc of type (container: dotty.tastydoc.Container, level: Int): String  and
  method formatToMarkdown in package tastydoc of type (container: dotty.tastydoc.Container, level: Int): String
they are both defined in package tastydoc but have matching signatures
  (container: dotty.tastydoc.Container, level: Int): String and
  (container: dotty.tastydoc.Container, level: Int): String
as members of package tastydoc

However, the code compiles w/o issues in SBT.
IDE LSP communication logs show nothing out of the ordinary, neither does anything appear in SBT.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions