Skip to content

Commit a823fab

Browse files
committed
[A] Ignored scheme vscode-scm and walkThrough
1 parent 32e5cb0 commit a823fab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/extension/outline.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,11 @@ export class OutlineView implements WebviewViewProvider {
374374
// so we shouldn't use 'file' to filter them, and there may be some schemes that need to be overlooked
375375
const ignoreScheme = [
376376
'output',
377+
'vscode-scm',
378+
'walkThroughSnippet',
377379
];
378380
const scheme = document?.uri.scheme;
381+
// console.log('scheme:', scheme);
379382
if (!document || !scheme) {
380383
return false;
381384
}

0 commit comments

Comments
 (0)