We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226f0a2 commit a2fd212Copy full SHA for a2fd212
src/main.ts
@@ -62,7 +62,9 @@ export function consumeOutlineProvider(provider: OutlineProvider): Disposable {
62
// or if the editor changes later once outline is visible
63
// so we need to have an outline for the current editor
64
// the following updates rely on the visibility
65
- getOutline()
+ getOutline().catch((err) => {
66
+ throw err
67
+ })
68
return prividerDisposable
69
}
70
0 commit comments