From https://github.com/microsoft/vscode/issues/95577 **TypeScript Version:** 3.9.0-dev.20200420 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** - fold / folding - outlining spans / `getOutliningSpans` - type **Code** For the TS: ```ts interface A { x: number } type B = { y: number } ``` **Expected behavior:** Both `A` and `B` are foldable **Actual behavior:** Only the interface (`A`) is foldable