Closed
Description
TS Template added by @mjbvz
TypeScript Version: 4.2.0-dev.20210108
Search Terms
- navtree
- outline
- breadcrumbs
- VSCode Version: 1.52.1
- OS Version: Windows 10.0.18363
Steps to Reproduce:
- Create a TS file as shown in the screenshot and then view the outline. Seems to only when multiple namespaces differ by only the last portion. If you add
namespace Test.C { }
, it will also display incorrectly asTest.A
.
Does this issue occur when all extensions are disabled?: Yes