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 ccf89c8 commit 6bfa61bCopy full SHA for 6bfa61b
src/main.ts
@@ -68,7 +68,7 @@ export function consumeOutlineProvider(provider: OutlineProvider): Disposable {
68
// so we need to have an outline for the current editor
69
// the following updates rely on the visibility
70
getOutline().catch((err) => {
71
- throw err
+ throw err
72
})
73
return prividerDisposable
74
}
0 commit comments