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 32e5cb0 commit a823fabCopy full SHA for a823fab
src/extension/outline.ts
@@ -374,8 +374,11 @@ export class OutlineView implements WebviewViewProvider {
374
// so we shouldn't use 'file' to filter them, and there may be some schemes that need to be overlooked
375
const ignoreScheme = [
376
'output',
377
+ 'vscode-scm',
378
+ 'walkThroughSnippet',
379
];
380
const scheme = document?.uri.scheme;
381
+ // console.log('scheme:', scheme);
382
if (!document || !scheme) {
383
return false;
384
}
0 commit comments